I need to install v3.11 of the WiX Toolset Build Tools silently on a build server. Is there any documentation describing Command-Line Options for Installing the WiX Toolset v3? I am struggling to find documentation for how to silently install wix311.exe.
I did find this article which says to run:
wix311.exe /install /quiet /norestart
but that does not work for me. I can see in task manager that wix311.exe briefly runs for a second but nothing is installed.
Burn supports these switches: https://learn.microsoft.com/en-us/windows/win32/msi/standard-installer-command-line-options, including /silent
.