Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to install SQL Server 2008 Express from commmand prompt with following parameters,

start /wait SQLSrv2008X86.EXE \QS instancename="ERPTesting" SAPWD="ezi587RTC" INSTALLSHAREDDIR="C:\Program Files\Microsoft SQL Server2012EZI" INSTALLSHAREDWOWDIR="C:\Program Files (x86)\Microsoft SQL Server2012EZI" INSTANCEDIR="C:\Program Files\Microsoft SQL Server2012EZI" username="Furqan" companyname="Ezi" AGTSVCSTARTUPTYPE="Automatic" ASSVCSTARTUPTYPE="Automatic" COMMFABRICPORT="0" SQLSVCSTARTUPTYPE="Automatic" TCPENABLED="1" NPENABLED="0" BROWSERSVCSTARTUPTYPE="Automatic"


The problem is, the installation is not quite, it needs user intervention at several stages.
I need the installation to display progress only, without any user intervention.
Please advise.
Thanks
Posted

1 solution

this may help (although its R2) SQL Server 2008 R2 – Unattended Silent Install[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900