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

Reply via email to