How to create a self extracting installer (exe) with FinalBuilder -


to manually create self-extracting executable, use iexpress built in windows (edit: ie adminstration kit). i'm looking way automate using finalbuilder, our builder of choice. there way this? maybe batch script can run finalbuilder?

i ended going 7zip's sfx feature, can when download 7zip extras.

http://7zsfx.info/en/


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -