[commit] r1655 - trunk/Install
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Nov 2 16:22:20 CDT 2011
Author: ksmyth
Date: Wed Nov 2 16:22:19 2011
New Revision: 1655
Log:
WixExitEarlyWithSuccess when newer version is detected, so it isnt possible to install two GME.msis
Modified:
trunk/Install/GME.wxs
Modified: trunk/Install/GME.wxs
==============================================================================
--- trunk/Install/GME.wxs Thu Oct 27 17:50:38 2011 (r1654)
+++ trunk/Install/GME.wxs Wed Nov 2 16:22:19 2011 (r1655)
@@ -87,6 +87,7 @@
<UpgradeVersion Minimum="$(var.VERSIONSTR)" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
<UpgradeVersion OnlyDetect="no" Minimum="1.0.0" IncludeMinimum="yes" Maximum="$(var.VERSIONSTR)" IncludeMaximum="no" Property="PREVIOUSFOUND"/>
</Upgrade>
+ <CustomActionRef Id="WixExitEarlyWithSuccess"/>
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallValidate" />
More information about the gme-commit
mailing list