I've got a program that I need to upgrade.  I saw a post here, which I
thought explained how to do it.

However, for every "upgrade" I perform, it shows up as a new entry in the
Add/Remove Programs.

I've included what I think is the relevant markup.  Thanks in advance for
any insight.

  <Product Id="*"
        Name="MyProduct"
        Language="1033"
        Version="$(var.ProductVersion)"
        Manufacturer="My Company"
        UpgradeCode="{A984D505-B686-4499-B3C4-D7F64EE0CE81}">

    <Package Id="*"
        Manufacturer="My Company"
        Description="Digital Fountain DF Splash Player Installer"
        Comments="Installation routine for the DF Splash Player"
        Keywords="DF Splash, Digital Fountain, Installer, Video"
        InstallerVersion="204"
        Compressed="yes"
        Languages="1033" />

    <Upgrade Id="{A984D505-B686-4499-B3C4-D7F64EE0CE81}">
      <UpgradeVersion Minimum="$(var.ProductVersion)"   OnlyDetect="yes"
Property="NEWERVERSIONDETECTED"/>
      <UpgradeVersion Minimum="0.1.0" IncludeMinimum="yes"
Maximum="$(var.ProductVersion)" IncludeMaximum="no"
Property="OLDERVERSIONBEINGUPGRADED"/>
    </Upgrade>

    <InstallExecuteSequence>
      <RemoveExistingProducts After="InstallInitialize" />
    </InstallExecuteSequence>
-- 
View this message in context: 
http://www.nabble.com/upgrades-showing-multiple-entries-in-Add-Remove-Programs-tp15300640p15300640.html
Sent from the wix-users mailing list archive at Nabble.com.


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