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

2014-03-10 Thread Joel Dart
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 as an option for Page. Additionally, when just trying to sub in Control for Button, the built bootstrapper immediately cr

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

[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... ... but I cannot figure out how to set ButtonNameState based on a different variable or how to reevaluate such a condition.