I am trying to install SQL Server 2012 on Server Core 2008, this is under Hyper-V. I have an iso image on the D:/ drive and I am running the following in command prompt: D:\>Setup.exe /qs /Action=install /Features=SQLEngine,IS,Conn /InstanceName=MSSQLServer /SQLSYSADMINACCOUNTS="Contoso\kim_akers" /IAcceptSQLServerLicenseTerms
Then I get the following error:
an unknown command-line option [/qs] was specified
I have tried removing /qs then the error just moves to Action=install
Let me know if you need any more information.
Thanks