[commit] r1806 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Jan 18 13:01:23 CST 2012


Author: ksmyth
Date: Wed Jan 18 13:01:22 2012
New Revision: 1806

Log:
Use x64 CrashSender.exe under x64

Modified:
   trunk/Install/GME_bin.wxs

Modified: trunk/Install/GME_bin.wxs
==============================================================================
--- trunk/Install/GME_bin.wxs	Wed Jan 18 13:01:12 2012	(r1805)
+++ trunk/Install/GME_bin.wxs	Wed Jan 18 13:01:22 2012	(r1806)
@@ -240,7 +240,7 @@
 
     <DirectoryRef Id="INSTALLDIR_BIN">
       <Component Id="CrashSender.exe">
-        <File Id="CrashSender.exe" Name="CrashSender.exe" KeyPath="yes" Source="..\GME\lib\CrashRpt\bin\CrashSender.exe" />
+        <File Id="CrashSender.exe" Name="CrashSender.exe" KeyPath="yes" Source="..\GME\lib\CrashRpt\$(var.bin)\CrashSender.exe" />
       </Component>
     </DirectoryRef>
 


More information about the gme-commit mailing list