Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioruebe committed Jun 11, 2020
1 parent da03bf1 commit d776efa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2020, William Engelmann
Copyright (c) 2019-2020, William Engelmann
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# cicdec
A simple unpacker for Clickteam Install Creator installers
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 <version> | Extract as installer version <version>. Auto-detection might not always work correctly, so it is possible to explicitly set the installer version. Possible values are `20`, `30`, `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. |
| -si | Simulate extraction without writing files to disk. Useful for debugging. |



### Limitations

- Installers, which contain multiple product versions, are not supported
- 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

0 comments on commit d776efa

Please sign in to comment.