how do you setup a db data source in a visual studio 2005 deployment
I'm working on deploying a visual studio 2005 windo开发者_高级运维ws application executable with an embedded crystal report using visual basic. It seems to install everything just fine, however, the system dsn isn't being setup.
How do you configure a setup project to setup the system dsn during the installation?
Use a custom action to create your DSN
精彩评论