PameAlex wrote:
> Another thing kind of curious is the fact that the other
> property(OLDAPPFOUND) I am using to avoid the component to be installed
> during the Upgrade is working so the issue is only in the uninstallation
> part.
>   

You're not going to be able to use component conditions to prevent a 
component from being uninstalled. Component conditions are used only to 
prevent components from being installed. When you remove a product, all 
of its (non-shared) components are removed. It might work better if you 
were using a late-scheduled RemoveExistingProducts, because that would 
treat it as a component shared between multiple products.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to