Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Having problems installing SQL 2008 Exp

Author  Topic 

vishal.kanth
Starting Member

3 Posts

Posted - 2015-03-24 : 09:45:13
Hello,
I am having problems in installing SQL 2008 Express edition through .net application code.
The command that I am using to run set up through Command Prompt is
/l*v \"" + System.IO.Path.Combine( State.Instance.BaseDirectory, FILE_SQL_MSI_LOG ) + "\" /qb -q /norebootchk /passive reboot=ReallySuppress addlocal=all TARGETDIR=\"" + ARGS_REPLACE_TARGETDIR + "\" instancename=@InstanceName SQLAUTOSTART=1 DISABLENETWORKPROTOCOLS=2 SECURITYMODE=SQL SAPWD=

When the system runs the setup it throws an error as
SQL Server Setup has Encountered the following error :
The aregument '/L*V' is formatted incorrectly. The delimiter '=' is missing
Error code 0x84B40006

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2015-03-24 : 10:14:51
WHere is the setup.exe command?
Go to Top of Page

vishal.kanth
Starting Member

3 Posts

Posted - 2015-06-25 : 07:05:59
This is the argument that is passed to the setup.exe which located on local hard drive once the applications makes a check for OS whether that is 64 bit or 32 Bit


/l*v "C:\Application\SERVICES\DeploymentService\ApplicationService.Installer\bin\Debug\sqlexpr32.exe.log" /qb -q /norebootchk /passive reboot=ReallySuppress addlocal=all TARGETDIR="C:\Application3\Service" instancename=GT0407 SQLAUTOSTART=1 DISABLENETWORKPROTOCOLS=2 SECURITYMODE=SQL SAPWD=!B1S@2XQ!
Go to Top of Page

vishal.kanth
Starting Member

3 Posts

Posted - 2015-06-29 : 08:20:43
quote:
Originally posted by gbritton

WHere is the setup.exe command?


This is the argument that is passed to the setup.exe which located on local hard drive once the applications makes a check for OS whether that is 64 bit or 32 Bit


/l*v "C:\Application\SERVICES\DeploymentService\ApplicationService.Installer\bin\Debug\sqlexpr32.exe.log" /qb -q /norebootchk /passive reboot=ReallySuppress addlocal=all TARGETDIR="C:\Application3\Service" instancename=GT0407 SQLAUTOSTART=1 DISABLENETWORKPROTOCOLS=2 SECURITYMODE=SQL SAPWD=!B1S@2XQ!
Go to Top of Page
   

- Advertisement -