Thanks, that looks like it might do what I want.  The side effect so far
seems to be that I now have to either specify everything I want to add,
or nothing.  For example, if I have 3 features (F1, F2, F3) with
different install levels (1,2,3), the install level seems to be ignored
if I use ADDLOCAL.  This means that if I set the INSTALLLEVEL to 2,
normally F1 and F2 would be installed.  If I call the MSI with
ADDLOCAL=F3 though (and don't touch the INSTALLLEVEL) ONLY F3 is
selected.  I'm not sure if this is counterintuitive, but I'd think that
ADDLOCAL would supplement the level, not supercede it.  This would mean
that in my example, all three features would be installed, regardless of
the level.  

Is there a way to do this, or do I have to explicitly list every feature
when I use ADDLOCAL?

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 10, 2007 11:41 AM
To: Chris Bardon
Cc: David Roberts; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Setting a property, conditionally on selection
of a feature in Custom install

Chris Bardon wrote:
> So is it possible to write to these variables as well?  

No, they're read-only. To mark a feature for install, you can use the
ADDLOCAL property.

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