Hello folks,
I beg your pardon if I have posted the thread in wrong forum. But my query is related to sql server and visual basic 6, so I thought posting it here rather from visual basic forum will help me getting most replies....
I have developed an client-server based application which uses classic vb(vb6) as the front-end and sql server as the backend. For cost reduction, I have used sql server 2005 express edition as the backend server for my project as this is a free version which is available from microsoft and developers are allow to re-distribute it with their setups.
All the works related to programming including testing have been done successfully. I have also created the setup for deploying the application on the client site using the default Package and Deployment setup wizard that ships with visual studio 6.0 enterprise edition. But the hurdle comes here now. As we know, the sql server has to be configured with the database so that the software can be able to communicate with it for data transmission. Now i want my client to get rid of manually configuring all these and for so I have wrote a program apart from the original application which will guide the user to configure the database. User just has to click some buttons and the server will be configured. Now for this the sql server express edition MSDE should also need to be deployed in the client site too.
My question is, how can I do that with the setup created from Package and deployment wizard so that the setup will automatically install the MSDE after installing the main application...
I have searched google for this but ended up with solution that relates to sql server 2000 and earlier editions....so I have started this thread...
Hope I will get some positive and valuable replies here...
Please help me in this regard asap as this is very urgent and I really hoping for it.
Thanks for any information in advance...
Regards
Shouvik (India)