Deployment kit suggestions [closed]

守給你的承諾、 提交于 2020-01-02 07:13:09

问题


I wrote some application under .Net 4.0 and I am looking a way to deploy it.

I am after some kit that will be able to:

  • Put my files in some predefined folder,
  • Create all needed short cuts
  • Insert my application under the programs menu.

Ideally this kit should be free and simple to use.


回答1:


Definitely sounds like a job for WiX (Windows Installer XML Toolset).

Its a free open source MSI authoring toolkit that is xml based. It exposes 100% of the functionality of MSI and I've found it to be very useful in the past - it's definitely capable of doing everything that you have stated in your question.

Also as WiX is now widely used, there are plenty of resources available on the web:

  • Official documentation
  • Introduction to the Windows Installer XML Toolset (Tutorial)
  • Good resources for learning how to create MSI installers from WiX (StackOveflow Question)



回答2:


Use either Wix for Windows (or the Web Deploy kit for Web)




回答3:


Inno Setup is a good option too.



来源:https://stackoverflow.com/questions/6704727/deployment-kit-suggestions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!