简体   繁体   English

InstallShield安装程序C#

[英]InstallShield setup c#

We frequently need to create setup of the different version of our platform code as they are released. 我们经常需要为发布的平台代码的不同版本创建设置。 Right now we create it manually. 现在,我们手动创建它。
The task is really simple. 任务真的很简单。 There is one folder which always contains the files which needs to be packaged. 有一个文件夹始终包含需要打包的文件。 What I need is a way to create setup using a C# application. 我需要的是一种使用C#应用程序创建安装程序的方法。

simplest soultion is to use: New Project->Other Project Types->Setup AndDeployment VisualStudio Installer -> Setup Wizard 最简单的方法是使用: New Project->Other Project Types->Setup AndDeployment VisualStudio Installer -> Setup Wizard

just follow the instructions 只要按照指示

its simple as using any toolbox item. 就像使用任何工具箱项一样简单。

edit the project properties in the properties window 在属性窗口中编辑项目属性

right click the project and use add/view menues for all other options 右键单击该项目,然后为所有其他选项使用添加/查看菜单

see: http://www.dreamincode.net/forums/topic/58021-deploying-ac%23-application-visual-studio-setup-project/ 请参阅: http : //www.dreamincode.net/forums/topic/58021-deploying-ac%23-application-visual-studio-setup-project/

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

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

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