Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrathlev/InnoUnpacker-Windows-GUI
Inspect and unpack InnoSetup archives
https://github.com/jrathlev/InnoUnpacker-Windows-GUI
Last synced: about 1 month ago
JSON representation
Inspect and unpack InnoSetup archives
- Host: GitHub
- URL: https://github.com/jrathlev/InnoUnpacker-Windows-GUI
- Owner: jrathlev
- License: other
- Created: 2020-08-16T09:48:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T22:22:26.000Z (about 1 month ago)
- Last Synced: 2024-11-05T23:26:12.942Z (about 1 month ago)
- Language: Pascal
- Size: 7.47 MB
- Stars: 85
- Watchers: 8
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- awesome-starz - jrathlev/InnoUnpacker-Windows-GUI - Inspect and unpack InnoSetup archives (Pascal)
README
### Inno Setup Unpacker - Windows GUI
#### Inspect and unpack InnoSetup archives
[Inno Setup](http://www.jrsoftware.org/isinfo.php) is a popular program
for making software installations. To verify and get files out of the self-extracting
executable, these open source console applications are available:- Original version [Innounp](http://sourceforge.net/projects/innounp) (can be used up to InnoSetup 6.1)
- Updated Unicode version [Innounp-1](innounp-1) (can be used up to InnoSetup 6.3)**InnoUnpacker** is a graphical user interface (GUI) for these console applications
that makes the usage more comfortable.
The executable setup to be processed can be loaded via a file selection dialog, just
by drag & drop, using the command line or by an entry in the Windows context menu for *exe* files.
Immediately after opening, the basic file info of the setup is displayed. All other functions are activated by clicking on one of the buttons:- A list of all included files
- All supported languages
- Verify setup file
- Start file extraction
- Select destination directory for extracted filesOptionally, a filter can be specified to extract only the matching files. A separate button is provided to only select the install script.
[Application download](https://www.rathlev-home.de/index-e.html?tools/prog-e.html#unpack)