Need help about Prequiest
Hello,
i am new to creating setup and installation using Visual Studio 2005. actually my applications is built on C# 2.0 but it uses MSDE 2000. i don't know how to add prequiestry of that MSDE 2000 into my project. let me explain whole scenario please.
i need to
first install .NET Framework 2.0 ( it can be included using Properties of Project )
Second, MSDE 2000
Third i need to run some scripts and start MSDE 2000 services, and also do some Database Operation.
and then after my application.
How may i do that? please help me.
Thanks in advance.

