What is the defacto way to uninstall previous version in WiX 3.6 is it
different than in previous versions of WiX. Also, I will be performing Major
Upgrades, is it recommended to uninstall previous versions? What is the purpose
of uninstalling previous version first, is it just a way to simplify the
install? Right now I've pulled this off the web: <Upgrade
Id="52C7C6E1-D695-447D-A65A-834D9C74DA37">
<UpgradeVersion OnlyDetect="yes" Minimum="$(var.ProductVersion)"
Property="NEWERVERSIONDETECTED" IncludeMinimum="no" />
<UpgradeVersion OnlyDetect="no" Maximum="$(var.ProductVersion)"
Property="OLDERVERSIONBEINGUPGRADED" IncludeMaximum="no" />
</Upgrade>
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallInitialize" />
</InstallExecuteSequence>
------------------------------------------------------------------------------
Learn Windows Azure Live! Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users