Quantcast
Viewing all articles
Browse latest Browse all 7696

Installing SQL Server without reboot

I have an installer that installs my product. When tithe installer is done and exits, it runs an exe that kicks off the SQL Server 2012 installer with the necessary options. The first install of SQL Server always fails. I need to reboot the computer and then run the installer again to get it to install properly. Any ideas how I can get this working without a reboot? This never happened with previous versions of SQL Server.  I'm using the following options:

"/ACTION=Install /QS /IACCEPTSQLSERVERLICENSETERMS /UPDATEENABLED=true /INSTANCENAME=INSTANCE_ NAME /SECURITYMODE=SQL /SAPWD=pass /FEATURES=SQLEngine /SQLSVCSTARTUPTYPE=AUTOMATIC /HIDECONSOLE /SKIPRULES=RebootRequiredCheck"


Viewing all articles
Browse latest Browse all 7696

Trending Articles