UPGRADINGPRODUCTCODE.

 

-- 

Mike Dimmick

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Calin Iaru
Sent: 25 January 2008 09:39
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Does an installer database know if it's upgraded?

 

The installer adds some applications to the Windows Firewall with the
acceptance of the administrator. Doing an upgrade would preserve the
Firewall settings and although I have some solutions in mind, none of them
are direct. It would help if the old version would know that is being
upgraded and thus avoid removing the Windows Firewall settings. For
instance, the new installer checks for the existance of EXISTINGPRODUCTS
property that is set by UpgradeVersion element. 

<UpgradeVersion Maximum="$(var.PRODUCTVER).0" IncludeMaximum="no"
Minimum="3.1.3.0" IncludeMinimum="yes"

Property="EXISTINGPRODUCTS" MigrateFeatures="yes" OnlyDetect="no"/>

Do we have a property that tells the old version that is being upgraded?

 

-------------------------------------------------------------------------
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