Hello Doug and PuruCuhuco,
The error you get is because of the wrong typing of the name of Local System
account. You should revise it like "NT AUTHORITY\SYSTEM" instead of "NT
AUTHORITY\LOCAL SYSTEM".
Also, it will ask you to specify a System Administrator, so you may want to
use the following switch to perform this fulfillment.
/SQLSYSADMINACCOUNTS="Builtin\Administrators"
So, you can use the following command line:
Setup /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=TEST2008
/SECURITYMODE="SQL" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SAPWD="sensor"
/SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS"
You can learn more information about installing SQL Server from Command
Prompt from the following link of Books Online:
http://msdn.microsoft.com/en-us/library/ms144259(SQL.100).aspx
--
Ekrem Önsoy
"doug" <douglas.kunzman.RemoveThis@sensor.com> wrote in message
news:0cec871e-4540-4917-8839-d8ca41f3b8ca@f36g2000hsa.googlegroups.com...
> Hi-
>
> I have been trying to get a silent SQL SERVER Express install to work
> on 2008 and was wondering if anyone had any luck. I can't even get
> the license and reboot to be suppressed. Any ideas?
> I've tried
>
> setup /qn
> setup /settings C:\setup.ini
> setup /qb /ACTION=Install /FEATURES=SQL, AS, RS,IS,Tools,BIDS,BOL
>
> Thanks
> D >> Stay informed about: Silent SQL SERVER EXPRESS 2008 install