Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Silent SQL SERVER EXPRESS 2008 install

 
   Database Help (Home) -> Setup RSS
Next:  Performance Monitor counter registry value has fa..  
Author Message
doug

External


Since: Apr 11, 2008
Posts: 2



(Msg. 1) Posted: Fri Apr 11, 2008 10:26 am
Post subject: Silent SQL SERVER EXPRESS 2008 install
Archived from groups: microsoft>public>sqlserver>setup (more info?)

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 
Back to top
Login to vote
doug

External


Since: Apr 11, 2008
Posts: 2



(Msg. 2) Posted: Fri Apr 11, 2008 1:34 pm
Post subject: Re: Silent SQL SERVER EXPRESS 2008 install [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Apr 11, 1:26 pm, doug wrote:
> 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

I've made some progress with this command
setup /q /ACTION=install /FEATURES=SQL /INSTANCENAME=TEST /
SECURITYMODE=SQL /SAPWD="sensor" /SQLSVCACCOUNT="NT AUTHORITY\LOCAL
SYSTEM"
but keep getting an error,
The following error occurred:
Invalid or missing username or password. To continue, provide valid
credentials for the Database Engine service.
Error result: 0x84B40000
Result facility code: 0x4B4
Result error code: 0x0000

Any ideas?

 >> Stay informed about: Silent SQL SERVER EXPRESS 2008 install 
Back to top
Login to vote
PuruCuhuco

External


Since: May 05, 2008
Posts: 1



(Msg. 3) Posted: Mon May 05, 2008 12:31 pm
Post subject: Re: Silent SQL SERVER EXPRESS 2008 install [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

i also have this problem.
at first i thought i dont have the minimum requirements for setup.
( ihave 512 ram and 1.6 ghz pentium M processor

Are there anybody to help us.

Thanks..

"doug" wrote:

> On Apr 11, 1:26 pm, doug wrote:
> > 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
>
> I've made some progress with this command
> setup /q /ACTION=install /FEATURES=SQL /INSTANCENAME=TEST /
> SECURITYMODE=SQL /SAPWD="sensor" /SQLSVCACCOUNT="NT AUTHORITY\LOCAL
> SYSTEM"
> but keep getting an error,
> The following error occurred:
> Invalid or missing username or password. To continue, provide valid
> credentials for the Database Engine service.
> Error result: 0x84B40000
> Result facility code: 0x4B4
> Result error code: 0x0000
>
> Any ideas?
>
 >> Stay informed about: Silent SQL SERVER EXPRESS 2008 install 
Back to top
Login to vote
Ekrem_Önsoy

External


Since: Jan 11, 2008
Posts: 267



(Msg. 4) Posted: Tue May 06, 2008 10:48 am
Post subject: Re: Silent SQL SERVER EXPRESS 2008 install [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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" wrote in message

> 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 
Back to top
Login to vote
Amir Farid Abbasi

External


Since: Jun 07, 2010
Posts: 1



(Msg. 5) Posted: Mon Jun 07, 2010 4:18 am
Post subject: Thank you [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you Ekrem for this post(Hello Doug and PuruCuhuco,The error you get is because of the wrong typing of).





ekre wrote:

Hello Doug and PuruCuhuco,The error you get is because of the wrong typing of
06-May-08

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" wrote in message


Previous Posts In This Thread:

On Saturday, April 12, 2008 9:16 PM
doug wrote:

Silent SQL SERVER EXPRESS 2008 install
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

On Saturday, April 12, 2008 9:16 PM
doug wrote:

Re: Silent SQL SERVER EXPRESS 2008 install
On Apr 11, 1:26 pm, doug wrote:

I've made some progress with this command
setup /q /ACTION=install /FEATURES=SQL /INSTANCENAME=TEST /
SECURITYMODE=SQL /SAPWD="sensor" /SQLSVCACCOUNT="NT AUTHORITY\LOCAL
SYSTEM"
but keep getting an error,
The following error occurred:
Invalid or missing username or password. To continue, provide valid
credentials for the Database Engine service.
Error result: 0x84B40000
Result facility code: 0x4B4
Result error code: 0x0000

Any ideas?

On Monday, May 05, 2008 3:31 PM
PuruCuhuc wrote:

Hi,i also have this problem.
Hi,

i also have this problem.
at first i thought i dont have the minimum requirements for setup.
( ihave 512 ram and 1.6 ghz pentium M processor

Are there anybody to help us.

Thanks..

"doug" wrote:

On Tuesday, May 06, 2008 3:48 AM
ekre wrote:

Hello Doug and PuruCuhuco,The error you get is because of the wrong typing of
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" wrote in message


On Thursday, June 05, 2008 2:23 AM
hamid seta wrote:

Install SQLEXPR32.exe Silently
Hi ..

i have putted solution . Plz , go through this link .

http://hamidseta.blogspot.com/2008/05/install-sqlexpr32exe-silently.html

On Saturday, June 14, 2008 6:25 AM
Seta Hamid S wrote:

Using Command Prompt Options to Install SQL Server Express
Hi

I have Putted Solution For Install SQL Server Express
using Command prompt.
Which Runs Succesfully ..

Try Out it . it is on following url .

http://hamidseta.blogspot.com/2008/05/install-sqlexpr32exe-silently.html

Hope So . This Will help U .

Regards
Seta Hamid S .


Submitted via EggHeadCafe - Software Developer Portal of Choice
ASP.NET GridView: Select Row and Display Item Detail
http://www.eggheadcafe.com/tutorials/aspnet/ff14a008-2af9-4f9d-a09d-1a...0466a80
 >> Stay informed about: Silent SQL SERVER EXPRESS 2008 install 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Visual Web Developer 2008 + SQL Server 2008 Express = Bad .. - Platform: Win XP SP2 History: I had Visual Web Developer 2005 Express and SQL Server 2005 Express installed. I uninstalled both and installed a package of both Visual Web Developer 2008 Express and SQL Server 2008 Express Beta. I received an error whe...

SQL Server 2008 Install Failed - Attempting install on WS2003 where SQL Server 2000 is already installed and operational (has been for years). During install I selected option for 'New SQL Server Standalone'. Rule checks pass, 5 out of 5. Setup Support Files passed 10, skipped 1 (.NET...

SQL Server Express 2005 install doesn't see IIS7 - On Vista Home Premium SP1. I have IIS7 installed and running. I'm trying to install SQL Server, but it gives a warning: "Microsoft Internet Information Services (IIS) is either not installed or is disabled. IIS is required by some SQL Server feat...

SQL Server 2008 SP 1 Install issue on Windows 7 64 bit - I have attempted the install and consistently get the following message to show up in the detail log - any suggestion on how to fix? The dialog box presented to me comes up with a Unauthorized error even though I am running the install as an..

Registration of ASP.NET unrecognized by SQL Server 2005 Ex.. - I registered ASP.NET on my Vista Enterprise x64 machine using the command: "C:\Windows\Microsoft.NET\Framework64\v2.0.50727>aspnet_regiis.exe -i" It was indicated as successful. When proceeding with the installation of "Microsoft SQL ...
   Database Help (Home) -> Setup All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]