Install MSDE 2000

G

Gary

I am trying to create a setup application using C# that should install MSDE
2000 on the client machine. I googled a little but couldn't find a specific
answer.
Any pointers on how this can be done?

Thanks...
 
R

Rad [Visual C# MVP]

I am trying to create a setup application using C# that should install MSDE
2000 on the client machine. I googled a little but couldn't find a specific
answer.
Any pointers on how this can be done?

Thanks...

I'd suggest you take a look at SQL Server 2005 Express rather than
MSDE. For once thing it has more functionality, improved performance,
smaller footprint and is a smaller setup and is much easier to deploy
 
G

Gary

Thanks Rad.

This is a legacy app built using VS.NET 2003/Framework 1.1, and AFAIK we
need Framework 2.0 to install SQL Server Express.

So we have to stick with MSDE 2000. Can you plz help me with some info on
how to package MSDE 2000?

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