Re: [WiX-users] Setting a property, conditionally on selection of a feature in Custom install

2007-04-10 Thread Bob Arnson
Chris Bardon wrote: > Is there a way to do this, or do I have to explicitly list every feature > when I use ADDLOCAL? > When you specify ADDLOCAL (or any of the other 10 properties that control feature selection), MSI sets the Preselected property. The SDK implies but doesn't explicitly state

Re: [WiX-users] Setting a property, conditionally on selection of a feature in Custom install

2007-04-10 Thread Chris Bardon
esday, 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: [WiX-users] Setting a property, conditionally on selection of a feature in Custom install

2007-04-10 Thread Bob Arnson
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 Ca

Re: [WiX-users] Setting a property, conditionally on selection of a feature in Custom install

2007-04-10 Thread Chris Bardon
Cc: wix-users@lists.sourceforge.net Date: Mon, 09 Apr 2007 21:43:40 - 0700 Subject: Re: [WiX-users] Setting a property, conditionally on selection of a feature in Custom install David Roberts wrote: > Is there a way that I can test whether a feature has been selected in > a Cus

Re: [WiX-users] Setting a property, conditionally on selection of a feature in Custom install

2007-04-09 Thread David Roberts
0 Subject: Re: [WiX-users] Setting a property, conditionally on selection of a feature in Custom install David Roberts wrote: > Is there a way that I can test whether a feature has been selected in > a Custom Install scenario as a condition elsewhere in the installer? > See

Re: [WiX-users] Setting a property, conditionally on selection of a feature in Custom install

2007-04-09 Thread Bob Arnson
David Roberts wrote: > Is there a way that I can test whether a feature has been selected in a > Custom Install scenario as a condition elsewhere in the installer? > See "Conditional Statement Syntax" in the MSI SDK. -- sig://boB http://bobs.org

[WiX-users] Setting a property, conditionally on selection of a feature in Custom install

2007-04-09 Thread David Roberts
Hi there, Seemingly simple question, but I've failed to find an answer to this... I'm trying to conditionally display a dialog and launch some custom actions etc, if a feature is selected for install. Is there a way that I can test whether a feature has been selected in a Custom Install scenario