[ASK]如何使用SQL Server 2000部署VB6应用程序

问题描述:

我有一个使用VB6和SQL Server 2000开发的数据库应用程序.该数据库是一个独立的应用程序(不是客户端服务器).我不想单独安装SQL Server,我只想在已安装的计算机上运行该应用程序.请帮助我如何使用Installshield和InnoSetup部署它.

I have a database application developed using VB6 with SQL Server 2000. This database is a standalone application (not client server). I don''t want to install SQL Server separately, I only want to run the application in the installed machine. Please help me how to deploy it using Installshield and InnoSetup.

您可以使用安装Visual Studio时安装的打包和部署向导.

请查看以下知识库文章:

http://msdn.microsoft.com/en-us/library/aa733707 (v = vs.60).aspx [
You can use the Package and Deployment Wizard which is installed when you install visual studio.

please check the following KB article:

http://msdn.microsoft.com/en-us/library/aa733707(v=vs.60).aspx[^]