Innounp – The Inno Setup Unpacker

22 Agustus 2009


Innounp is a command line setup unpacker. It allows a user to unpack a program without installing the program on the windows PC. Innounp can be used to extract application files directly from an .exe files that was created using the Inno Setup Installer. It's a great way to begin making portable applications from Inno Setup created executable installers.

Innounp Commands and Options:

Innounp is run from a command window. It is easiest to run it from the directory containing the executable program your going to extract. The complete list of commands and arguments are shown below as quoted from the authors site.

Example usage: innounp [command] [options] [@filelist] [filemask …]

Commands:

(no) display general installation info
-v verbosely list the files (with sizes and timestamps)
-x extract the files from the installation (to the current directory, also see -d)
-e extract files without paths

Options:

-b batch (non-interactive) mode – will not prompt for password or disk changes
-q do not indicate progress while extracting
-m extract internal embedded files (such as license and uninstall.exe)
-pPASS decrypt the installation with a password
-dDIR extract the files into DIR (can be absolute or relative path)
-cDIR specifies that DIR is the current directory in the installation
-n don’t attempt to unpack new versions
-fFILE same as -p but reads the password from FILE
-a extract all copies of duplicate files


Download here