Re: [WiX-users] Help with feature condition...

2007-05-15 Thread Bob Arnson
Lewis Henderson wrote: AllowAdvertise='no'> < ... component references ... > AuthBASE = "0" You need to call the CA in the InstallExecuteSequence or make it set a public property and mark it secure to have it passed from the UI to the execute server. -- sig://boB http://joyofsetu

Re: [WiX-users] Help with feature condition...

2007-05-15 Thread Lewis Henderson
fine. Lewis -Original Message- From: Julie Campbell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:41 PM To: wix-users@lists.sourceforge.net Cc: Lewis Henderson Subject: Re: [WiX-users] Help with feature condition... Are you really setting that property t

Re: [WiX-users] Help with feature condition...

2007-05-15 Thread Julie Campbell
derson" <[EMAIL PROTECTED]> Subject: [WiX-users] Help with feature condition... To: Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi All, I'm working on an install that uses a Custom Action to validate an authorization k

[WiX-users] Help with feature condition...

2007-05-15 Thread Lewis Henderson
Hi All, I'm working on an install that uses a Custom Action to validate an authorization key. Depending on the value of the key, I want to disable the features that aren't authorized. I know you can disable a feature by setting it's level to '0' via a conditional, so my CA sets a property, Au