The Visual Studio Installer technology creates a bootstrapper which can take arguments (eg: /q) and pass it to the Msi.
I have a custom bootstrapper in WiX which has some ExePackages and one MsiPackages.
When I pass the argument in WiX to the custom bootstrapper the custom UI is shown.
How can I pass the argument directly to the MsiPackage assuming the ExePackages are already installed?