The default license for an MSI generated by WiX is the common public license. How do I change this to GPLv2?
相关问题
- How does the setup bootstrapper detect if prerequi
- Wix: How can I set, at runtime, the text to be dis
- Mysql-installer showing error : Memoy could not be
- Wix variable name formats with spaces and other ch
- Cancel installation from my custom action
相关文章
- 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
- Set InstallPath registry key using Visual Studio S
- Looking for a flexible windows installer product w
- Can I use msilib or other Python libraries to extr
Also worth mentioning is that you can provide variables on the command line, very handy when building localized MSI packages.
Example NANT code:
The WixVariable XML element can be used.
And here's a few others...
Just a note about the GPLv2. Officially it's only available in TXT; when converted to RTF using something like WordPad, the hard coded new lines make for an untidy view in the MSI.