Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good installer that can download prerequisites on demand

I know, there are a lot of questions here about Installers, but all of them are old. What I need is an install maker, that can download .net framework 4.5 on demand(if user does not have it, install it) and then install my application. And it must be only one file. I've tried to use WiX, but it looks too complicate for me and I could not find any examples on how to make a simple installer with it. Also Ive tried to use InstallShield limited, that comes with visual studio, but it seems to be unable to download prerequisites from the web(or maybe I am missing something).

If you could help me to find a solution of my problem I'd be very gracefull. Of course, the best solution would be to make somehow InstallShield limited download nesessary data from the web.

Thank you.

like image 298
CodeDemen Avatar asked Oct 06 '22 23:10

CodeDemen


1 Answers

As VRK said you will need the bootstrapper file, Advanced Installer is another good setup authoring tool that does exactly what you need. However, you will need a licensed version as this feature is not available in the free edition. You can still test it during the 30 days trial period, all features are available.

like image 84
Bogdan Mitrache Avatar answered Oct 10 '22 03:10

Bogdan Mitrache