开发者

Installer to Install one or more programs

开发者 https://www.devze.com 2023-01-29 04:08 出处:网络
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

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


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.


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.


You can try for dotnetinstaller.

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


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

Nullsoft scriptable install system

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号