Pamela Alvarez wrote:
> I really need some help!. I made 3 installers (1.0.1.0 -> v1, 1.0.2.0 
> ->v2, 1.0.3.0 ->v3) each is a full installer and also a major upgrade of 
> the previous installer.
>   

Where are you scheduling RemoveExistingProducts?

> <Condition>($(var.IIS5) Or $(var.IIS6)) And ((Installed And Not 
> UPGRADINGPRODUCTCODE)Or(Not Installed And Not OLDAPPFOUND))</Condition>
>   

You're really trying to detect just whether the component is already 
installed, so you might try using ?componentId to detect the 
installation state of the component. I'm not sure that would work given 
a major upgrade, but if it works, it would help simplify the condition.

-- 
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