tonylmiller
Programmer
I am currently developing a C# application in VS.NET
which uses a SQL Server 2000 database. I have made a
deployment project, and everything works fine. However,
some of my customers will need to use the MSDE for their
database (single user).
I can install the MSDE myself and the project runs fine
on the standalone computer.
How can I install the MSDE, with my data tables
(includign data), along with my project installation? I
am using some merge modules in my deployment project, but
there must be more to it than just including the MSDE
merge modules. If there is a walkthrough or tutorial on
this somewhere, feel free to just provide the link.
TIA,
Tony
which uses a SQL Server 2000 database. I have made a
deployment project, and everything works fine. However,
some of my customers will need to use the MSDE for their
database (single user).
I can install the MSDE myself and the project runs fine
on the standalone computer.
How can I install the MSDE, with my data tables
(includign data), along with my project installation? I
am using some merge modules in my deployment project, but
there must be more to it than just including the MSDE
merge modules. If there is a walkthrough or tutorial on
this somewhere, feel free to just provide the link.
TIA,
Tony