Versions 0.3.0 and 0.4.0 must have the same UpgradeCode but different
ProductCodes. If you are seeing maintenance mode, then they probably
have the same ProductCode.
-Brian Simoneau
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nitin
Sent: Wednesday, July 11, 2007 9:07 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] unconditional full install on minor upgrade
Hi,
I have 2 setups, one with version 0.3.0 and second with 0.4.0
These setups have been created using dark of a visual studio
setup project and then UI was modified.
It has the following tags
<Upgrade Id="78055FAC-F55D-409A-846A-50A03E3D81B6">
<UpgradeVersion Minimum="0.4.0"
Property="NEWERPRODUCTFOUND" OnlyDetect="yes" IncludeMinimum="yes" />
<Property Id="NEWERPRODUCTFOUND" Secure="yes" />
<UpgradeVersion Minimum="0.1.0" Maximum="0.4.0"
Property="PREVIOUSVERSIONSINSTALLED" IncludeMinimum="yes" />
<Property Id="PREVIOUSVERSIONSINSTALLED" Secure="yes" />
</Upgrade>
<RemoveExistingProducts After="InstallInitialize" />
Both the versions have this same upgrade ID
Now when I install 0.4.0 over 0.3.0, it shows me "Maintenance
Form". I have tried using <Show Dialog="MaintenanceForm"
After="ResumeForm">0</Show> but it doesn't work.
I have also added following properties
<Property Id="REINSTALL" Value="ALL"></Property>
<Property Id="REINSTALLMODE" Value="vomus"></Property>
I want the 0.4.0 setup to uninstall 0.3.0 installation and do a
full installation for 0.4.0
- Nitin
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users