Re: [WiX-users] Conditional installation of a feature

2009-12-22 Thread Bob Arnson
Sudripta Nandy wrote: > I want to install a feature depending on the user's choice. I have a > property 'MYPROPERTY' whose default value is '0'. If the user checks a > checkbox, I am setting that property value to '1' and installing that > feature. http://www.joyofsetup.com/2007/05/30/featu

Re: [WiX-users] Conditional installation of a feature

2009-12-22 Thread Blair
uring InstallUISequence). -Original Message- From: Sudripta Nandy [mailto:sudrip...@sarangsoft.co.in] Sent: Monday, December 21, 2009 10:40 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Conditional installation of a feature I have tried that but, it do

Re: [WiX-users] Conditional installation of a feature

2009-12-21 Thread Sudripta Nandy
ove, it installs fine. But, it installs the feature too, that I don't want to install (as I have that feature's level set to 1). I am not sure why the ' To: "'General discussion for Windows Installer XML toolset.'" Sent: Monday, December 21, 2009 8:47 PM Subj

Re: [WiX-users] Conditional installation of a feature

2009-12-21 Thread Sebastian Brand (Instyler Software)
Do not use 0 and 1 as values as 0 is recognizes as "uninitialized". Have you tried strings like "yes" and "no"? Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Blog: www.sebastianbrand.com > -Original Message- > From: Sudripta Nandy [mailto:sudrip..