How do I make a self-installing executable using W

2020-05-26 10:55发布

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?

1条回答
Deceive 欺骗
2楼-- · 2020-05-26 11:29

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.

查看更多
登录 后发表回答