SP1 Silent Install
Is there a silent SP1 install available for SQL SERVER 2008 i.e not wizard driven but just silently installs on users computer. Asking this because in our firm Wizard based install are not allowed on users machine and we need to silently install them on users machine. Regards, Vikram Kansal
November 24th, 2010 5:26am

Hi Vikram, Yes, it is possible. Please follow these steps: Unzip the downloaded SP1 installer. Then we will get file with name like this SQLServer2008SP1-KB968369-x64-ENU.exe Extract the SQLServer2008SP1-KB968369-x64-ENU.exe to a specified folder using command SQLServer2008SP1-KB968369-x64-ENU.exe /X Now, in command window, go to the specified folder, and use the following command to install the patch sliently: setup.exe /QS /ACTION=Patch /AllInstances /IndicateProgress >> log-sql2008-sp1.txt If you have any more questions, please feel free to ask. Thanks, Jin Chen Jin Chen - MSFT
Free Windows Admin Tool Kit Click here and download it now
November 25th, 2010 12:40am

Thanks Jin I believe this should do it. Will try it but I am sure this will work. Thank you.
November 25th, 2010 11:08am

Jin, Sorry but have a found a issue with this. This still pops up with a window which shows the progress of the SP1 installation. Is there a way to supress this as well. In the firm it is strictly prohibited to have any Vendor Window popping up during installation and it has to be a unattended install and that is why I am asking the above question? Thanks, Vikram Kansal
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2010 12:12pm

We tried the below based on your suggestions and it worked : setup /q /Action=Patch /AllInstances
December 6th, 2010 4:53am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics