How do I make a self-installing executable using WinRAR?

user1207416 picture user1207416 · Feb 13, 2012 · Viewed 51.7k times · Source

I've seen executables that extract themselves and run a compressed setup.exe afterwards: a double click on the file uncompresses it and then runs the formerly compressed setup.exe.

How can I accomplish this? I would like to use WinRAR, how can I make a self-extracting executable that runs the compressed setup.exe after unpacking it to a temporary folder?

Answer

Blorgbeard picture Blorgbeard · Feb 13, 2012

New Archive, set to SFX mode. Go to Advanced tab, SFX Options button.

General tab, "Run after extraction" textbox. Enter your setup.exe, with relative path if any.

screenshot

Then go to Modes tab and set it to Temporary mode:

screenshot 2

It will not prompt the user if you leave the question fields blank, and you can make it silent with the radio buttons at the bottom.