MSDE 2000 for Access 2002

F

Frank Wagner

I am trying to install MSDE2000 from the Access 2002 installation disk.

An initial message comes up after the configuring message that says "The
instance name specified is invalid". I tried copying the MSDE2000 folder
onto the C drive, and the same message appears.

Any ideas as to the nature of the problem and what I should do would be
appreciated

Thanks
 
B

boblarson

Copy the MSDE folder to your computer and add a text file named Setup.ini to
the same location as the setup.exe file.

Put this in it (changing the instancename to what you want:

[Options]
SECURITYMODE=MIXED
INSTANCENAME="MSDETEST"
SAPWD="12345"

If you want Windows Authentication only then just use:

[Options]
INSTANCENAME="MSDETEST"


Or alternatively you can run the setup from a command line and specifying
the instancename switch.

--
Bob Larson
Access MVP
Access World Forums Administrator
Utter Access VIP

Tutorials at http://www.btabdevelopment.com

__________________________________
 
F

Frank Wagner

Bob:

Thanks. I'll try that now.
--
Frank Wagner
(e-mail address removed)


boblarson said:
Copy the MSDE folder to your computer and add a text file named Setup.ini to
the same location as the setup.exe file.

Put this in it (changing the instancename to what you want:

[Options]
SECURITYMODE=MIXED
INSTANCENAME="MSDETEST"
SAPWD="12345"

If you want Windows Authentication only then just use:

[Options]
INSTANCENAME="MSDETEST"


Or alternatively you can run the setup from a command line and specifying
the instancename switch.

--
Bob Larson
Access MVP
Access World Forums Administrator
Utter Access VIP

Tutorials at http://www.btabdevelopment.com

__________________________________


Frank Wagner said:
I am trying to install MSDE2000 from the Access 2002 installation disk.

An initial message comes up after the configuring message that says "The
instance name specified is invalid". I tried copying the MSDE2000 folder
onto the C drive, and the same message appears.

Any ideas as to the nature of the problem and what I should do would be
appreciated

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top