Re: [WiX-users] Not so silent SQL install

2013-05-02 Thread Nick Miller
This seems to work, thanks! Nick -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Thursday, May 02, 2013 2:52 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Not so silent SQL install I think you also need /HIDECONSOLE

Re: [WiX-users] Not so silent SQL install

2013-05-02 Thread Nick Miller
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Not so silent SQL install Does the installer throw a command-prompt during it's install? Burn will hide the install package but Burn can't hide child processes if the install package doesn't do it itself. On Wed, M

Re: [WiX-users] Not so silent SQL install [P]

2013-05-02 Thread Steven Ogilvie
Classification: Public Hey Nick, This is what I am using: InstallCommand="/ACTION=Install /INSTANCENAME=SQLEXPRESS /FEATURES=SQLENGINE /Q /HIDECONSOLE /SkipRules=RebootRequiredCheck /IAcceptSQLServerLicenseTerms /SQLSVCSTARTUPTYPE=Automatic /SQLSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE" /AGTSVCA

Re: [WiX-users] Not so silent SQL install

2013-05-01 Thread Neil Sleightholm
I think you also need /HIDECONSOLE - you will still see a brief console window but it should be present all the time. Neil -Original Message- From: Nick Miller [mailto:nmil...@livetechnology.com] Sent: 02 May 2013 05:25 To: General discussion for Windows Installer XML toolset. (wix-use

Re: [WiX-users] Not so silent SQL install

2013-05-01 Thread Rob Mensching
Does the installer throw a command-prompt during it's install? Burn will hide the install package but Burn can't hide child processes if the install package doesn't do it itself. On Wed, May 1, 2013 at 9:25 PM, Nick Miller wrote: > Hi All, > > My BA is supposed to install SQL Server express sile