Calin Iaru wrote:
>     It should be only Administration because the setup resets the level 
> of all other features to 0 when "Typical" is selected like this:
>       <Feature Id="Utilities" Title="Utilities" Display="1" Level="1" 
> AllowAdvertise="no">
>         <Condition Level="0"><![CDATA[SETUPTYPE =  "Typical"]]></Condition>
>   
That's not going to work. MSI evaluates feature conditions only once, 
during CostFinalize. UI comes after that, so it won't affect feature 
scheduling. Take a look at the INSTALLLEVEL property documentation; you 
can use it and Feature/@Level to make typical and full feature sets.

I'd suggest starting your upgrade work with a simpler case of a full 
install. Once that works, you can get into feature states.

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