One small difference that I can see between yours and mine which is working
is that you don't specify the Language in your UpgradeVersion elements.

Also, this isn't required to upgrade, but to prevent downgrade:

<InstallUISequence>
  <Custom Action="PreventDowngrading"
          After="FindRelatedProducts">NEWAPPFOUND</Custom>
</InstallUISequence>
Just making sure you had that too.

On Fri, May 30, 2008 at 9:36 AM, Weinstein, Scott <[EMAIL PROTECTED]>
wrote:

> Hello -
>
> For some reason my install packages is not detecting the prior install,
> and the upgrade process is not working. I'm unable to see what I've done
> wrong and hoping it's a simple thing.
>
> Here's what I have:
>
>
>  <Product  Id="*"
>
>            Version="$(var.Util-VersionDots)"
>
>            UpgradeCode="85179051-c66c-4039-9be4-9afab9aa4e0e"
>
>            Name="Client Deployment $(var.Util-VersionDots)"
>
>            Language="1033"
>
>            Manufacturer="Citi">
>
>
>
>    <Package InstallScope="perMachine" InstallerVersion="200"
> Compressed="yes" />
>
>
>
>    <Upgrade  Id="85179051-c66c-4039-9be4-9afab9aa4e0e">
>
>      <UpgradeVersion Property="OLDAPPFOUND" IncludeMinimum="yes"
> Minimum="0.0.0.0" IncludeMaximum="no"
> Maximum="$(var.Util-VersionDots)"/>
>
>      <UpgradeVersion Property="NEWAPPFOUND" IncludeMinimum="no"
> Minimum="$(var.Util-VersionDots)"  OnlyDetect="yes"/>
>
>    </Upgrade>
>
>
>
>    <InstallExecuteSequence>
>
>      <RemoveExistingProducts After="InstallInitialize" />
>
>    </InstallExecuteSequence>
>
>
>
>
> When I increment the version, recompile, and install the new MSI - the
> prior files from the install remain, and a new entry in add/remove
> programs is created. I am able to confirm that the version is in fact
> increasing from the directory names - which include
> $(var.Util-VersionDots)
>
> I'm using WiX 3.0.4123.0 on XP.
>
> Any ideas?
>
> --Scott
> -------------------------------------------------------------------------
> 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
>
-------------------------------------------------------------------------
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