Re: [WiX-users] SetupBld - quiet install defaults to passive install

2010-03-04 Thread Jacques Eloff
Okay, so after digging through the code, I noticed that when generating the bootstrapper using the -mi option, setup.exe does something interesting: if (pPackage->dwAttributes & SETUP_INSTALL_CHAIN_IGNORE_FAILURES) { dwUiLevelPackage |= INSTALLUILEVEL_PROGRESSONLY; // don't throw any scary erro

[WiX-users] SetupBld - quiet install defaults to passive install

2010-03-04 Thread Jacques Eloff
Hi I create a chained installer using SetupBld using a commandline like the one below setupbld.exe -mi MSI1.msi -mi MSI2.msi -mi MSI3 -title "Foo" -setup obj\chained\tempsrc\setup.exe -license docs\EULA.rtf -out MySetup.exe When I launch the exe using /quiet, I still get a progress bar and the i