You shouldn't need the condition. RemoveExistingProducts will remove the products that get put into MyUpgrade during FindRelatedProducts. I'm not sure what you're trying to do with &DefaultFeature = 3. Depending on what that's achieving you might still want it. Do you only want to remove the old version if a particular feature is installed?
Rob Jeff MacDuff wrote: > Ok my MSI log file doesn’t have a entry for RemoveExistingProducts > > > > So that would seem to suggest that it’s finding the product but it’s not > getting removed. > > > > Here is my current syntax: > > > > <Upgrade Id="C9BD4428-98AC-4AD0-9646-4E212B1BB770"> > > <UpgradeVersion RemoveFeatures="All" Property="MyUpgrade" > IgnoreRemoveFailure="yes" Maximum="2.0.0" > Minimum="1.0.0" ExcludeLanguages="yes" /> > > </Upgrade> > > > > > > > > In my InstallExecuteSequence I have this reference: > > > > <RemoveExistingProducts After="InstallFinalize"><![CDATA[(MyUpgrade > >< "C9BD4428-98AC-4AD0-9646-4E212B1BB770" AND (&DefaultFeature = > 3))]]></RemoveExistingProducts> > > > > > > Please note that I inherited this J > > > > Does this look right? > > > > -Jeff > > > > ------------------------------------------------------------------------ > > *From:* Bob Arnson [mailto:[EMAIL PROTECTED] > *Sent:* Monday, September 25, 2006 11:24 PM > *To:* Jeff MacDuff > *Cc:* Wilson, Phil; wix-users@lists.sourceforge.net > *Subject:* Re: [WiX-users] Quick question on upgrade checking > > > > Jeff MacDuff wrote: > > Is a previous version is detected, what’s the action the MSI takes? > > It depends on what's in the Upgrade table. FindRelatedProducts finds the > products; RemoveExistingProducts removes the features specified (or all > if not). But RemoveExistingProducts doesn't provide UI. > > > -- > > sig://boB > > http://bobs.org > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 ------------------------------------------------------------------------- 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