问题
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