Setup and Deployment
-
Hi, I have finished my project and created a setup project for it successfully. My problem is that my application uses SQL server 2005 Express Edition and I couldn't find out how can I attach a file to create the database and tables in the user machine while the installation is running. Can anybody guide me through this? P.S: I have added the SQL server to the prerequisites. thanks,
-
Hi, I have finished my project and created a setup project for it successfully. My problem is that my application uses SQL server 2005 Express Edition and I couldn't find out how can I attach a file to create the database and tables in the user machine while the installation is running. Can anybody guide me through this? P.S: I have added the SQL server to the prerequisites. thanks,
There is an article on MSDN that explains this in detail. http://msdn2.microsoft.com/en-us/library/49b92ztk(VS.80).aspx
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
-
There is an article on MSDN that explains this in detail. http://msdn2.microsoft.com/en-us/library/49b92ztk(VS.80).aspx
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
Thank you. I managed to do it.