如何更新现有的安装程序C#2.0? [英] How to update existing installer C# 2.0?

查看:111
本文介绍了如何更新现有的安装程序C#2.0?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有一个已经存在安装程序项目的项目,并且我不知道如何更新此项目,因此最新代码将包含在可执行安装程序中.请提供此问题的解决方案.如何通过安装程序进行设置,以使软件在任何地方运行?

窗口安装程序会自动使用sqlserver中的数据库吗?

谢谢
Balwant

Hi,

I have a project in which installer project already exist and I don''t know how to update this project so that the latest coding will be included in the executable setup. Please provide the solution for this problem. How to make the setup from installer so that the software run everywhere?

Is window installer automatically used the database from sqlserver?

Thanks
Balwant

推荐答案

项目安装程序或安装程序将在任何系统上安装您的程序.要更新软件,您需要在客户端系统上更新/添加所需的文件(.dll,.exe和其他项目文件).
更新项目安装程序没有意义,因为每次进行更新时,都需要在客户端系统上再次安装更新的安装程序.

Microsoft具有Click Once技术,通过该技术可以轻松部署和更新应用程序.它基于Updater Application Block构建,而Updater Application Block是Microsoft模式和实践的一部分,并为Windows应用程序提供了自我更新功能.下面,我提供了有用的链接,这些链接将帮助您了解和创建项目的部署和更新解决方案:

部署应用程序和组件 [ ClickOnce安全和部署 [
希望它能给您带来想法,并带您去正确的方向!

祝你好运!
安库尔
Project Installer or setup will install your program on any system. For updating your software, you will need to update/add the required files (.dll, .exe and other project files) on the client system.
Updating the project installer doesn''t make sense because every time you make an update, you will need to install the updated installer again on the client system.

Microsoft has Click Once technology through which you can deploy and update your application easily. It is build upon Updater Application Block which is a part of Microsoft Patterns and Practices and gives self updating capabilities to your windows application. Below I am providing useful links which will help you understand and create a deployment and update solution for your project:

Deploying Applications and Components[^]
ClickOnce Security and Deployment[^]

There are other solution developed by many developers for this. If you Google for "application self update" (and similar searches), you will get many options to do it.

Hope it gives you and idea and takes you to a correct direction!

Good luck!
Ankur


这篇关于如何更新现有的安装程序C#2.0?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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