Re: [WiX-users] Require fields/disable InstallButton in bootstrapper

2014-03-11 Thread Bob Arnson
On 07-Mar-14 14:02, Joel Dart wrote: ... but I cannot figure out how to set ButtonNameState based on a different variable or how to reevaluate such a condition. You could use BA functions in WiX v3.8 and later but that would only let you set the variables once, as part of planning. WixStdBA

Re: [WiX-users] Require fields/disable InstallButton in bootstrapper

2014-03-10 Thread Joel Dart
-users] Require fields/disable InstallButton in bootstrapper I use a custom action that gets fired when they click the next button, if there is an error it takes me to my error dialog, the next button on that loops me back to this dialog so the newly entered value can get validated again

Re: [WiX-users] Require fields/disable InstallButton in bootstrapper

2014-03-10 Thread Bryan Wolf
To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Require fields/disable InstallButton in bootstrapper Thanks Harold, I've been trying to get custom actions to work from the WixStandardBootstrapperApplication without much luck. When I look in the xsd, it doesn't have Control

Re: [WiX-users] Require fields/disable InstallButton in bootstrapper

2014-03-10 Thread Harold Wood (H10 Capital)
/UI UIRef Id=WixUI_Common / /Include -Original Message- From: Joel Dart [mailto:jd...@dyknow.com] Sent: Monday, March 10, 2014 11:45 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Require fields/disable InstallButton in bootstrapper Thanks Harold

[WiX-users] Require fields/disable InstallButton in bootstrapper

2014-03-07 Thread Joel Dart
I am trying to set up a required text field in my bootstrapper application. I see and have been able to verify that I can disable controls using the special variable... Variable Name=ButtonNameState Type=string Value=disable/ ... but I cannot figure out how to set ButtonNameState based on a

Re: [WiX-users] Require fields/disable InstallButton in bootstrapper

2014-03-07 Thread Pavan Konduru
@lists.sourceforge.net Subject: [WiX-users] Require fields/disable InstallButton in bootstrapper I am trying to set up a required text field in my bootstrapper application. I see and have been able to verify that I can disable controls using the special variable... Variable Name=ButtonNameState Type

Re: [WiX-users] Require fields/disable InstallButton in bootstrapper

2014-03-07 Thread Harold Wood (H10 Capital)
-users] Require fields/disable InstallButton in bootstrapper I am trying to set up a required text field in my bootstrapper application. I see and have been able to verify that I can disable controls using the special variable... Variable Name=ButtonNameState Type=string Value=disable/ ... but I

Re: [WiX-users] Require fields/disable InstallButton in bootstrapper

2014-03-07 Thread Joel Dart
Hi Pavan, This is inside a Bundle element (creating a bootstrapper not an msi) so the Property element isn't valid. -- Subversion Kills Productivity. Get off Subversion Make the Move to Perforce. With Perforce, you get