[or-cvs] r18800: {torvm} There is only WixUI_Custom now... (torvm/trunk/build/win32/src/pkg)

coderman at seul.org coderman at seul.org
Sat Mar 7 18:48:11 UTC 2009


Author: coderman
Date: 2009-03-07 13:48:11 -0500 (Sat, 07 Mar 2009)
New Revision: 18800

Modified:
   torvm/trunk/build/win32/src/pkg/torvm.wxs
Log:
There is only WixUI_Custom now...

Modified: torvm/trunk/build/win32/src/pkg/torvm.wxs
===================================================================
--- torvm/trunk/build/win32/src/pkg/torvm.wxs	2009-03-07 18:34:12 UTC (rev 18799)
+++ torvm/trunk/build/win32/src/pkg/torvm.wxs	2009-03-07 18:48:11 UTC (rev 18800)
@@ -202,7 +202,7 @@
     </InstallExecuteSequence>
 
     <!-- Set the UI options -->
-    <UIRef Id="WixUI_Tor" />
+    <UIRef Id="WixUI_Custom" />
     <Icon Id="torvm.ico" SourceFile="torvm.ico" />
     <WixVariable Id="WixUIBannerBmp" Value="header.bmp" />
     <WixVariable Id="WixUIDialogBmp" Value="welcome.bmp" />



More information about the tor-commits mailing list