为Windows应用程序(包括数据库)创建安装程序 [英] Create a setup for windows application including DataBase

查看:66
本文介绍了为Windows应用程序(包括数据库)创建安装程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想为Windows应用程序(Visual Studio 3.5)创建一个安装程序,并且还希望将数据库MS-Access包含在该安装程序中.请让我知道我该怎么做?

I want to create a setup for my windows application (visual studio 3.5) and also want to include Database MS-Access with the setup. kindly let me know how can I do that???

推荐答案

您可以使用Visual Studio安装项目. [ [
如果不想使用向导,请选择文件" |新建项目",然后在新建项目"对话框中,展开其他项目类型",然后选择设置和部署".现在,您可以选择安装项目.右键单击应用程序文件夹",然后选择添加|文件".
You can use the Visual Studio setup project. There is a basic tutorial in this[^] article on Code Project.

You can also find tutorial videos on Youtube like this [^] one.

To add a database to an install using Visual Studio you can create a Setup Wizard Project. Select File|New Project then in the New Project dialog expand the Other Project Types and select Setup and Deployment. Now you can select Setup Wizard. When the Wizard gets to the Choose files to include screen just add the database you want.

If you don''t want to use the Wizard then select File|New Project then in the New Project dialog expand the Other Project Types and select Setup and Deployment. Now you can select Setup Project. Right-click on the Application Folder and select Add|File.


这篇关于为Windows应用程序(包括数据库)创建安装程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆