Re: [WiX-users] Install condition is not being set in options dialog [P]

2014-12-11 Thread garymonk
The problem is that I moved the install button from the EULA Welcome dialog to the Options dialog. Because I do not click on the Ok button the variable doesn't get set. Is the best way to handle this is to create a separate dialog for the server option and remove the option dialog altogether?

Re: [WiX-users] Install condition is not being set in options dialog [P]

2014-12-11 Thread Steven Ogilvie
Classification: Public What does your code look like in bundle and theme? -Original Message- From: garymonk [mailto:g...@gurudental.com] Sent: December-11-14 11:51 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Install condition is not being set in options dialog [P

Re: [WiX-users] Install condition is not being set in options dialog [P]

2014-12-11 Thread garymonk
Here is the bundle... Bundle Name=Guru Teach Installation Version=6.1.0.0 Manufacturer=Guru Dental UpgradeCode=ef8d3106-2b45-4ff2-b95b-3d24b4ef5f2f BootstrapperApplicationRef Id=WixStandardBootstrapperApplication.RtfLicense bal:WixStandardBootstrapperApplication LicenseFile=C:\VS

Re: [WiX-users] Install condition is not being set in options dialog [P]

2014-12-10 Thread Steven Ogilvie
Classification: Public I have this in my files: Bundle.wxs: I have them all set to 1 by default so they are all checked by default... Variable Name=InstallClient1Checkbox Type=numeric bal:Overridable=yes Value=1 / Variable Name=InstallClient2Checkbox Type=numeric bal:Overridable=yes Value=1 /

Re: [WiX-users] Install condition is not being set in options dialog [P]

2014-12-10 Thread garymonk
I do not see anything in the log that shows that the checkbox is being initialized. I copied the variable statement and the checkbox statement from your code and changed the names and I still do not see anything in my log. My log looks like this... [022C:2E6C][2014-12-10T16:51:33]i000:

Re: [WiX-users] Install condition is not being set in options dialog [P]

2014-12-10 Thread Sean Hall
The logic for which page's controls get saved when you click which button is hardcoded https://github.com/wixtoolset/wix3/blob/develop/src/ext/BalExtension/wixstdba/WixStandardBootstrapperApplication.cpp. Clicking the OptionsButton or the InstallButton saves the Install page. Clicking the