Re: [WiX-users] Install Wix 3.6 silently

2012-01-10 Thread Rob Mensching
It's a (somewhat embarrasing) bug that the WiX v3.6 installer itself doesn't handle quiet right now. Soon. On Tue, Jan 10, 2012 at 10:04 AM, Ian Williams wrote: > Hi Lars, > > The /quiet flag that msiexec takes when running an MSI is still valid for > MSI's build in WiX 3.6, of course. WiX 3.6 bu

Re: [WiX-users] Install Wix 3.6 silently

2012-01-10 Thread Ian Williams
Hi Lars, The /quiet flag that msiexec takes when running an MSI is still valid for MSI's build in WiX 3.6, of course. WiX 3.6 bundles are passed whatever command line arguments you send them, so they can be made to accept /quiet as well. If you're using WiXStdba, I can confirm that it will acce