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