Search code examples
installationwixwindows-installerwix3

How do I do a silent install and uninstall with WiX and MSI?


How can a silent installer be created in WiX that does not display any UI dialogs to the user and installs, upgrades and uninstalls with default settings?


Solution

  • Just don't include any UI/UIRef elements and then no UI will be included :)