As part of my installer I need to uninstall some other application which is
being superseded, prior to installing the new app. So into my .wxs file
I've added in:

<Upgrade Id="{UpgradeCode_of_other_application"/>

In the hope that the application will be removed. However, it appears not
to work. Looking at the generated MSI with Orca the Upgrade table only
contains the upgrade guid for this installer. The FindRelatedProducts
action is in the InstallExecuteSequence table.
This is with latest Wix 3.6.

Any ideas on how I should do this?
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to