Pregunta

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?

¿Fue útil?

Solución

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

Otros consejos

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

http://nsis.sourceforge.net/Main_Page

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top