I'm using WIX 3.0.3808

I'm trying to create a package such that if an older version is found, 
completely uninstall the older version, then install the newer version.

It seems like my package is upgrading the bits fine but the old version still 
shows up in my add/remove programs.

I'm currently using the following elements which is doing the upgrade.

<Upgrade Id="$(var.Property_UpgradeCode)">
<UpgradeVersion Minimum="$(var.Property_ProductVersion)" OnlyDetect="yes" 
Property="NEWERVERSIONDETECTED" />
<UpgradeVersion Minimum="1.0.0.0" IncludeMinimum="yes" 
Maximum="$(var.Property_ProductVersion)" IncludeMaximum="no" 
Property="OLDERVERSIONBEINGUPGRADED" />
</Upgrade>

<RemoveExistingProducts After="InstallInitialize" />

Any ideas?

Thanks
-geeman
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to