Re: [WiX-users] CheckBox control state modified by user

2014-12-08 Thread Majcica, Mario
discussion about the WiX toolset. Subject: Re: [WiX-users] CheckBox control state modified by user Hi John, My problem is that the check box is read only on the installer side. Meanwhile if I set my property via code it works fine. The problem is that after that I can't modify the state o

Re: [WiX-users] CheckBox control state modified by user

2014-12-08 Thread John Cooper
@jackhenry.com -Original Message- From: Majcica, Mario [mailto:mario.majc...@bakerhughes.com] Sent: Monday, December 8, 2014 12:58 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] CheckBox control state modified by user Hi John, My problem is that the check box i

Re: [WiX-users] CheckBox control state modified by user

2014-12-08 Thread Majcica, Mario
ooper [mailto:jocoo...@jackhenry.com] Sent: Monday, December 08, 2014 17:47 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] CheckBox control state modified by user Check boxes are NOT set to "0" when unchecked. Effectively, the property is set to string.Empty which und

Re: [WiX-users] CheckBox control state modified by user

2014-12-08 Thread John Cooper
014 10:34 AM To: General discussion about the WiX toolset. Subject: [WiX-users] CheckBox control state modified by user Dear group, Inside my custom dialog I do have a checkbox defined in the following way And I defined a property After which I'm setting that property to

[WiX-users] CheckBox control state modified by user

2014-12-08 Thread Majcica, Mario
Dear group, Inside my custom dialog I do have a checkbox defined in the following way And I defined a property After which I'm setting that property to 1 in case VS2012DEVENV is not 0 (VS 2012 installed) Now once I set this code, I do see my check box being set or un