简体   繁体   English

如何为.net制作安装程序

[英]how to make a installer for .net

如何制作Windows .net安装程序?

Visual Studio can generate rudimentary installers. Visual Studio可以生成基本的安装程序。 New Project ==> Other Project Types ==> Setup and Deployment 新项目==>其他项目类型==>设置和部署

Deploying Applications on MSDN 在MSDN上部署应用程序

I would use this http://nsis.sourceforge.net/Main_Page to create the installer. 我将使用此http://nsis.sourceforge.net/Main_Page创建安装程序。 (though there may be more suitable options for a .NET app) (尽管.NET应用可能有更合适的选项)

The trial capability requirement should be coded into your app with your own logic, otherwise it can probably be broken by a simple system-restore operation. 试用功能要求应使用您自己的逻辑编码到您的应用中,否则可能会被简单的系统还原操作破坏。

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

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