[commit] r1796 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Jan 10 16:42:18 CST 2012


Author: ksmyth
Date: Tue Jan 10 16:42:18 2012
New Revision: 1796

Log:
Properly schedule "Set NEWERVERSIONDETECTED based on NEWERVERSIONDETECTED_X86" CA

Modified:
   trunk/Install/GME.wxs

Modified: trunk/Install/GME.wxs
==============================================================================
--- trunk/Install/GME.wxs	Tue Jan 10 16:42:08 2012	(r1795)
+++ trunk/Install/GME.wxs	Tue Jan 10 16:42:18 2012	(r1796)
@@ -78,6 +78,9 @@
     <CustomActionRef Id="WixExitEarlyWithSuccess"/>
     <?if $(sys.BUILDARCH)=x64 ?>
     <SetProperty Id="NEWERVERSIONDETECTED" Value="1" After="FindRelatedProducts">NEWERVERSION_DETECTED_X86</SetProperty>
+    <InstallExecuteSequence>
+      <Custom Action="WixExitEarlyWithSuccess" After="SetNEWERVERSIONDETECTED">NEWERVERSIONDETECTED AND VersionNT &gt; 400</Custom>
+    </InstallExecuteSequence>
     <?endif?>
 
     <InstallExecuteSequence>


More information about the gme-commit mailing list