[commit] r1901 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Apr 17 16:37:38 CDT 2012


Author: ksmyth
Date: Tue Apr 17 16:37:38 2012
New Revision: 1901

Log:
GME.exe lives in MM; need GUID to launch it

Modified:
   trunk/Install/GME.wxs

Modified: trunk/Install/GME.wxs
==============================================================================
--- trunk/Install/GME.wxs	Tue Apr 17 16:37:29 2012	(r1900)
+++ trunk/Install/GME.wxs	Tue Apr 17 16:37:38 2012	(r1901)
@@ -96,7 +96,7 @@
     <Property Id='ARPPRODUCTICON' Value='GME.ico' />
 
     <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch GME" />
-    <Property Id="WixShellExecTarget" Value="[#GME.exe]" />
+    <Property Id="WixShellExecTarget" Value="[#GME.exe.$(var.GME_bin_Package_Id_Underscores)]" />
     <CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
 
     <WixVariable Id="WixUILicenseRtf" Value="..\Doc\Legal\License.rtf" />


More information about the gme-commit mailing list