How to create an installer for a .Net service that takes inputs and install prerequisites automatically

自古美人都是妖i 提交于 2019-12-24 10:05:19

问题


i want to create an installation interface for a service , that takes input from users and install prerequisites like .Net framework exct ...

i have tried WIX but it was too complecated and did fulfill my needs


回答1:


General Links: Some deployment tools information:

  • Quick Tools Overview - the leading MSI tools.
  • In case you want to compare the tools here is an old comparative answer - tools review.

I would try Advanced Installer based on your comments. There is a very nice Advanced Installer Help Portal available with links to help material of all kinds.

Service: Here are some tutorials on service installation - of various types:

  • Installing Windows Services
  • How to Install Services
  • Node.js web app deployed as a Windows service

Video Tutorials: And finally here are video tutorials of all kinds: https://www.youtube.com/user/AdvancedInstaller/videos


Further Info: Stefan Kruger's comprehensive bists on installsite.org:

  • Non-MSI installer tools: http://www.installsite.org/pages/en/tt_nonmsi.htm
  • Windows installer tools: http://www.installsite.org/pages/en/msi/authoring.htm

And just for reference: Does an universal cross-platform installer exists? (non-MSI tools).



来源:https://stackoverflow.com/questions/57607282/how-to-create-an-installer-for-a-net-service-that-takes-inputs-and-install-prer

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