在其他系统中安装Windows窗体应用程序 [英] Install windows form application in other systems

查看:107
本文介绍了在其他系统中安装Windows窗体应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在visual studio 2010中编写了一个Windows窗体应用程序。我已经成功地将它安装在我自己的系统中但是如何使它可移植,以便它可以打包为软件并安装在其他系统上没有安装visual studio的人。非常感谢。

解决方案

参考:

如何为寡妇应用程序创建设置? [ ^ ]

在Windows应用程序的安装文件中添加数据库 [ ^ ]


您应该制作自己的包安装程序。

- 打开VS2010;

- 将新项目添加到现有解决方案中:档案 - >添加 - >新项目;

- 选择:其他项目 - > 安装和分发 - > 安装向导



按照说明将您的可执行文件添加到包中。


为您的项目创建一个包或安装文件。

检查下面的链接以获取帮助



http://msdn.microsoft.com/en-us/library/cc766795.aspx

或者

http://www.youtube.com/watch?v=Z-xFLltALg0

Hi, please i have written a windows form application in visual studio 2010. I have succeeded in installing it in my own system but how can i make it portable so that it can be packaged as a software and be installed on other systems that don't have visual studio installed in them. Thanks very much.

解决方案

Refer:
how to create setup for the widows application?[^]
Adding database in setup file of windows application[^]


You should make your own package installer.
- Open VS2010;
- Add new project to your existing solution: File --> Add --> New project;
- Choose: Other projects --> Installation and Distribution --> Installation Wizard.

Follow the instructions in order to add your executable file into the package.


Create a package or setup file for your project.
Check bellow link for help

http://msdn.microsoft.com/en-us/library/cc766795.aspx
Or
http://www.youtube.com/watch?v=Z-xFLltALg0


这篇关于在其他系统中安装Windows窗体应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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