Using VB2005 to create an installer that includes a database
i have this solution that i'm suppose to make an installer of, but because it calls a datebase and the database is not within the solution therefore it was not included in the installer.
and my installer cant work correctly. is there anyway i can go around doing it? pls guide me thanks
Re: Using VB2005 to create an installer that includes a database
Include the DB when you build the program. Use a relative address, so your app can find it. (It should run when you build.) Then, before you compile, you change the SQL Connection Strings to match the LIVE environment
Bookmarks