[mapguide-commits] r4938 - trunk/Tools/Maestro/Installer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jun 8 23:36:21 EDT 2010


Author: jng
Date: 2010-06-08 23:36:20 -0400 (Tue, 08 Jun 2010)
New Revision: 4938

Modified:
   trunk/Tools/Maestro/Installer/Maestro.wxs
Log:
Fix #1374: The file offset of Maestro.exe was shifted, the current offset has been updated to the correct one.

Modified: trunk/Tools/Maestro/Installer/Maestro.wxs
===================================================================
--- trunk/Tools/Maestro/Installer/Maestro.wxs	2010-06-08 20:55:02 UTC (rev 4937)
+++ trunk/Tools/Maestro/Installer/Maestro.wxs	2010-06-09 03:36:20 UTC (rev 4938)
@@ -78,7 +78,7 @@
     <!-- Launch Maestro setup -->
     <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch MapGuide Maestro now" />
     <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1" />
-    <CustomAction Id="LaunchApplication" FileKey="file_MAESTROBIN_4" Impersonate="yes" ExeCommand="" Return="asyncNoWait" />
+    <CustomAction Id="LaunchApplication" FileKey="file_MAESTROBIN_6" Impersonate="yes" ExeCommand="" Return="asyncNoWait" />
     
     <!-- TODO: Figure out why this does not work...
     <Property Id="WixShellExecTarget" Value="[#comp_MAESTROBIN_4]" />



More information about the mapguide-commits mailing list