Installer to Install one or more programs

梦想与她 提交于 2020-01-23 12:46:19

问题


We have around 8 different programs each with its own MSI / EXE installer.

What is the best way to create a single installer that will give users a list of the 8 different programs and then based on the apps the user wants to install they will start the installer one by one. The installer can run and just launch the app installers one by one and don't need to automatically install all the apps behind the scenes.

Thanks


回答1:


I'd use the free InnoSetup for that. It also comes with Pascal scripting and is able to "temporarily" install your MSIs into a temp folder and execute them. Some scripting may be required to do so, but it is possible.




回答2:


InstallJammer would work really well for this. I have a lot of users doing this where they create a sort of "umbrella" installer that simply contains all the bits of other installers. It's very easy to create a custom panel that lets the user select which components to install and then execute the installer associated with those components.




回答3:


You can try for dotnetinstaller.

It is a open source tool and easy to use. Am using this tool and works perfect for me.




回答4:


Finally used this http://nsis.sourceforge.net/Main_Page

Nullsoft scriptable install system



来源:https://stackoverflow.com/questions/4344568/installer-to-install-one-or-more-programs

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