Hi, can you provide me the tags necessary to do this?
Right now my Upgrade tags look like this:

    <Upgrade Id="product2guid">
      <UpgradeVersion Minimum="1.0.57" Property="NEWERPRODUCTFOUND"
OnlyDetect="yes" IncludeMinimum="yes" />
      <Property Id="NEWERPRODUCTFOUND" Secure="yes" />
      <UpgradeVersion Minimum="1.0.0.0" Maximum="1.0.57"
Property="PREVIOUSVERSIONSINSTALLED" IncludeMinimum="yes" />
      <Property Id="PREVIOUSVERSIONSINSTALLED" Secure="yes" />
    </Upgrade>
regards,

..ab
On Nov 26, 2007 7:16 PM, John Lalande <[EMAIL PROTECTED]> wrote:

> ab
>
> It is much simpler then what you are proposing.  Simply add the UpgadeCode
> of the old product to the Upgrade table of your new product.  The old one
> will be uninstalled in the same manner as a previous version...silently
> during the RemoveExistingProducts action.
>
> John
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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