Tampilkan postingan dengan label Build Your Own Flash Drive Apps. Tampilkan semua postingan
Tampilkan postingan dengan label Build Your Own Flash Drive Apps. Tampilkan semua postingan

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


Read more...

Universal Extractor – Extract Files from any type of archive


Universal Extractor is an awesome portable tool that allows it's user to extract files from just about any type of archive. This all-in-one utility that can extract files from all sorts of archives, including .EXE, .ISO, .MSI, .ZIP, .RAR, .LZH, .ARJ and more. It's a great way to extract files from programs and applications without actually installing or using an installer.

In many cases, the Universal Extractor makes it possible to create a portable application directory without actually installing the program to your computer. The application directory can then be moved to your portable USB device and the program will run from there.

Notes: In order for Universal Extractor to work on installers created with newer versions of InnoSetup, you will need to download the latest version of innounp and extract the innounp.exe to the bin subfolder of Universal Extractor.

Some Antivirus Programs will claim that the Universal Extractor contains a Worm. This is a false positive and is noted in detail on the authors site! Please see this forum post for details.



Download here
Read more...