I have a WiX bootstrapper theme xml file, and I want to permanently disable a control. I have tried to set HexStyle
to the value of WS_DISABLED
(link). However the control is still enabled. Anyone knows if I can use HexStyle
or know of another way of having a control permanently disabled. I use the WixStandardBootstrapperApplication.RtfLicense
BootstrapperApplication.
相关问题
- How does the setup bootstrapper detect if prerequi
- Wix: How can I set, at runtime, the text to be dis
- Wix variable name formats with spaces and other ch
- WiX: Multiple MSI files?
- Help with one step build all projects + installer
相关文章
- chained msi's/Bootstrapper/prerequisite?
- How do I require a value in a textbox in a Wix cus
- How to prevent WiX bundle with same UpgradeCode/Ve
- How do I pass a default 'install location'
- Running msiexec from a service (Local System accou
- Can I use msilib or other Python libraries to extr
- WIX 3.8 msiexec.exe /quiet Error 1603
- Wix Harvest: Same Component/File ID when files are
The possible solution is to find Id of this control and then create Variable with postfix "State". I hope it should work: