I have downloaded the latest edition of MSDE and am
trying to install it on my machine to work with Visual
Studio .NET 2003. I ran the install program exactly as
Microsoft specified, using the command:

setup.exe /qb INSTANCENAME=VSDOTNET
DISABLENETWORKPROTOCOLS=1 SAPWD="mypass"

The installer starts to run, but then stops with the
message:

"The instance name specified is invalid."

What gives?

Thanks in advance.

Re: MSDE install -- help! by Michael

Michael
Sat Nov 01 08:17:17 CST 2003

"David" <dreinke@dowlinginc.com> wrote in news:02bd01c39d9a$5eb8ce40
$a601280a@phx.gbl:

> I have downloaded the latest edition of MSDE and am
> trying to install it on my machine to work with Visual
> Studio .NET 2003. I ran the install program exactly as
> Microsoft specified, using the command:
>
> setup.exe /qb INSTANCENAME=VSDOTNET
> DISABLENETWORKPROTOCOLS=1 SAPWD="mypass"
>
> The installer starts to run, but then stops with the
> message:
>
> "The instance name specified is invalid."

Maybe you should try a different instance name?

When I've installed it I used the setup.ini method instead. Here is what
my INI file looks like, and it worked:

[Options]
INSTANCENAME=TSTSRVR
SECURITYMODE=SQL
SAPWD=secretpassword

Michael Lang, MCSD