https://github.com/bioruebe/cicdec
An unpacker for Clickteam Install Creator installers
https://github.com/bioruebe/cicdec
extractor unpacker
Last synced: 11 months ago
JSON representation
An unpacker for Clickteam Install Creator installers
- Host: GitHub
- URL: https://github.com/bioruebe/cicdec
- Owner: Bioruebe
- License: bsd-3-clause
- Created: 2020-06-07T08:46:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T08:54:24.000Z (about 2 years ago)
- Last Synced: 2025-07-27T09:37:48.573Z (11 months ago)
- Topics: extractor, unpacker
- Language: C#
- Homepage:
- Size: 43 KB
- Stars: 39
- Watchers: 7
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# cicdec
Extract files from installers made with Clickteam Install Creator.
### Usage
`cicdec [...] []`
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
- Installers, which contain multiple product versions, are not supported
- This includes official Clickteam products, such as the Install Creator and Patch Maker installers themselves
- Encrypted installers are not supported
- Installer versions below 2.0.0.20 are untested and might not be supported. Please open an issue if you encounter an installer, which fails to extract