HI,
I Have SQL Server 2005 Express instances on my PC. Now i am trying to install 2008 Express edition with Advance Services(Reporting.)
I am trying to install the SQL Server 2008 Express with command line Options.
/qs /Action=Install /Hideconsole /SecurityMode=SQL /Features=SQL,Tools,RS /InstanceName=XXXXXX /SAPWD="StrongPassword" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /RSSVCACCOUNT="NT AUTHORITY\SYSTEM" /BROWSERSVCSTARTUPTYPE=Automatic /TCPENABLED=1 /NPENABLED=1
But installation exits. It says the previous version 2005 tool are already exists, Remove them to Continue the 2008 Server Installation.
please suggest me how to avoid that check and continue installation by replacing the older tool with 2008 automatically.
regards
Pratap M:)