The title says it all. I can't seem to find a comprehensive list of commands/flags/things-I-can-do-from-the-command-line.
相关问题
- 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
WiX installers will take the standard Windows Installer commandline switches, as documented here: https://msdn.microsoft.com/en-us/library/windows/desktop/aa367988(v=vs.85).aspx
Any additional parameters that are added to the commandline will be passed on to your installer if you're using a custom burn installer.
This was confirmed by the primary WiX maintainer on the WiX mailing list: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Running-Burn-driven-installer-in-quiet-mode-command-line-parameters-tp5913001p5913628.html
You may want to also be familiar with the standard installer command line parameters: https://msdn.microsoft.com/en-us/library/windows/desktop/aa372024(v=vs.85).aspx