Bioruebe / cicdec

An unpacker for Clickteam Install Creator installers
BSD 3-Clause "New" or "Revised" License
33 stars 5 forks source link
extractor unpacker

cicdec

Extract files from installers made with Clickteam Install Creator.

Usage

cicdec [<options>...] <installer> [<output_directory>]

If no output directory is specified, all files are extracted to a subdirectory named after the input file.

Options
Switch Description
-v Extract as installer version . Auto-detection might not always work correctly, so it is possible to explicitly set the installer version. Possible values are 20, 24, 30, 35, 40
-db Dump blocks. Save additional installer data like registry changes, license files and the uninstaller. This is considered raw data and might not be readable or usable.
-dfb Dump file block. This is raw binary data containing all files in compressed form and only useful for debugging purposes.
-si Simulate extraction without writing files to disk. Useful for debugging.

Limitations