简体   繁体   English

设置用于 Windows 的建议

[英]Advise on setup to use for Windows

We have aa new WinForm app that we need to install at a number of clients, and update sometimes.我们有一个新的 WinForm 应用程序,我们需要在许多客户端上安装它,有时还会更新。 Only requirement is .Net 4.5 and up.唯一的要求是 .Net 4.5 及更高版本。 Its a long time since I worked with installers, but I see now most types seems to be deprecated.自从我使用安装程序以来已经有很长时间了,但我现在看到大多数类型似乎已被弃用。 Windows Installer is gone, and it seems like ClickOnce is deprecated, Microsofts help files are several years old (as well as the component you can choose in the wizard). Windows Installer 不见了,似乎 ClickOnce 已被弃用,Microsoft 的帮助文件已有几年历史(以及您可以在向导中选择的组件)。 And in the forums people discourages you to use ClickOnce.在论坛中,人们不鼓励您使用 ClickOnce。

InstallShield is to expensive, and an overkill for our simple app. InstallShield 过于昂贵,而且对于我们简单的应用程序来说太过分了。 What are the recommended way to install applications now a days?现在推荐的安装应用程序的方法是什么? I guess people still install apps in Windows..?我猜人们仍然在 Windows 中安装应用程序..? :-) :-)

You can use Inno Setup ,您可以使用Inno Setup

Inno Setup is a free installer for Windows programs. Inno Setup 是 Windows 程序的免费安装程序。 First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. Inno Setup 于 1997 年首次推出,如今在功能集和稳定性方面与许多商业安装程序相媲美,甚至超过了许多。

or else another good software is,否则另一个好软件是,

NSIS -Nullsoft Scriptable Install System NSIS -Nullsoft 脚本化安装系统

NSIS is a professional open source system to create Windows installers. NSIS 是一个专业的开源系统,用于创建 Windows 安装程序。 It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.它被设计得尽可能小而灵活,因此非常适合互联网分发。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM