Ah, looks like that was it-setting ALLUSERS to 1 forced the old version to uninstsall. Thanks!
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: Wednesday, March 28, 2007 12:42 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Why isn't my upgrade being detected? Make sure that the AllUsers value is the same in both products. Phil Wilson -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Bardon Sent: Wednesday, March 28, 2007 9:31 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Why isn't my upgrade being detected? I'm trying to make sure that I have a Wix installer that upgrades distributions authored with the previous Installshield version we used, but for some reason not all of the files work correctly. I've defined my Wix file with the same upgrade code, but with a new product and package codes, a new version, and different components. I also put these lines in: <Upgrade Id="59DF950B-4956-4E2F-936D-6FD9BCB91345"> <UpgradeVersion OnlyDetect="no" Property="PREVIOUSVERSIONFOUND" IncludeMinimum="yes" Minimum="1.0.0.0" IncludeMaximum="yes" Maximum="6.1.0.0" /> </Upgrade> <InstallExecuteSequence> <RemoveExistingProducts After="InstallFinalize">PREVIOUSVERSIONFOUND</RemoveExistingProducts> </InstallExecuteSequence> This should detect any previous product with the same upgrade code with versions between 1.0.0.0 and 6.1.0.0 and then remove them after installing my upgrade, correct? It turns out that the upgrade is installed, but when I uninstall the upgraded version, files are left behind. If I run the old installer again, it allows me to uninstall the old version, which removes the files. The log for the upgrade says that the PREVIOUSVERSIONFOUND condtion is false, which means that the old version was never detected. Is there something else I'm missing here? ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE V _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE V _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users