Question

Are there any components or 3rd party software to create the self-installer Delphi application?

I want to make some kind of one-click installer which will copy the main exe file and few other files to AppData folder and create the shortcuts. It should contain only one installation screen with few settings.

I just can't find any installation builder which will create such one-click installer.

Guess I have to store all my additional files (including uninstaller) as the resources inside of the single exe, and then unpack them into the destination folder. Maybe you know some more effective method?

Was it helpful?

Solution

Use InnoSetup. This can be configured/scripted to do automatic installations and does not cost anything.

OTHER TIPS

Use NSIS installer (Nullsoft (winamp) installer. It is very simple and configureable.

http://nsis.sourceforge.net/Main_Page

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top