win_installer: minor update to wix script

This commit is contained in:
Daniel Marjamäki 2012-06-30 21:28:35 +02:00
parent 0b37f4044b
commit d0f329e332
1 changed files with 2 additions and 2 deletions

View File

@ -111,12 +111,12 @@
Property='OLDERVERSIONFOUND' Property='OLDERVERSIONFOUND'
Minimum='0.0.0' Minimum='0.0.0'
IncludeMinimum='yes' IncludeMinimum='yes'
Maximum='$(var.ProductVersion)' Maximum='$(var.ProductVersion).0'
IncludeMaximum='no' /> IncludeMaximum='no' />
</Upgrade> </Upgrade>
<InstallExecuteSequence> <InstallExecuteSequence>
<RemoveExistingProducts After="InstallFinalize">OLDERVERSIONFOUND</RemoveExistingProducts> <RemoveExistingProducts Before="InstallInitialize">OLDERVERSIONFOUND</RemoveExistingProducts>
</InstallExecuteSequence> </InstallExecuteSequence>
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />