Re: [WiX-users] How to specify checkbox control with unchecked by default

2007-01-10 Thread Levi Wilson
You should be able to set CHECKBOXPROPERTY to 0 in your wxs file. That would initialize it to 0. On 1/10/07, Frank Tse <[EMAIL PROTECTED]> wrote: Hi, I am showing a simple checkbox control in a dialog: Currently when the dialog is shown, the checkbox is checked by default. Al

Re: [WiX-users] How to specify checkbox control with unchecked by default

2007-01-10 Thread Rob Hamflett
Do you have CHECKBOXPROPERTY set to anything? I think that if it has any value the checkbox will be checked. Don't specify it, and it will be created when the user clicks the checkbox. Rob Frank Tse wrote: > Hi, > > > > I am showing a simple checkbox control in a dialog: > > Wid