> For the complete documentation index, see [llms.txt](https://digitalsleuth.gitbook.io/win-for-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/installers.md).

# Installers

### AutoIt Extractor

Website: <https://github.com/digitalsleuth/autoit-extractor\\>
Description: AutoIt installer extractor\
Author: x0r19x91\
License: GNU General Public License v3.0\
Version: 1.0.0\
Notes:

### InnoExtract

Website: <https://constexpr.org/innoextract\\>
Description: A tool to unpack installers created by Inno Setup\
Author: Daniel Scharrer\
License: <https://github.com/dscharrer/innoextract/blob/master/LICENSE\\>
Version: 1.9\
Notes:

### Innounp

Website: <https://innounp.sourceforge.net\\>
Description: Unpacker of executables packed by InnoSetup\
Author: Ariman\_ua, quickener\
License: GNU General Public License v3 (<https://innounp.sourceforge.net/#Copyrights)\\>
Version: 0.50\
Notes:

### lessmsi

Website: <https://github.com/activescott/lessmsi\\>
Description: View and Extract the contents of a Windows MSI file\
Author: Scott Willeke (activescott)\
License: MIT License (<https://github.com/activescott/lessmsi/blob/master/LICENSE)\\>
Version: 1.10.0\
Notes:

### MSI Viewer

Website: <https://github.com/wjk/MSIExtractApp\\>
Description: Tool for viewing and extracting MSI installers\
Author: William Kent\
License: MIT (<https://github.com/wjk/MSIExtractApp/blob/main/LICENSE)\\>
Version: 2.0.1\
Notes: Installed via winget

### Py2ExeDecompiler

Website: <https://github.com/endgameinc/Py2ExeDecompiler\\>
Description: Decompiles executables originally compiled by Py2Exe\
Author: Amanda Rousseau\
License: MIT License (<https://github.com/endgameinc/Py2ExeDecompiler/blob/master/LICENSE.txt)\\>
Version: 1.0\
Notes:

### PyInstaller Extractor

Website: <https://github.com/extremecoders-re/pyinstxtractor\\>
Description: Python script to extract contents of PyInstallers\
Author: ExtremeCoders-RE\
License: GNU General Public License v3.0 (<https://github.com/extremecoders-re/pyinstxtractor/blob/master/LICENSE)\\>
Version: 2023.08\
Notes:

### UnAutoIt

Website: <https://github.com/digitalsleuth/UnAutoIt\\>
Description: AutoIt extractor\
Author: Corey Forman (digitalsleuth) / x0r19x91\
License: GNU General Public License v3 (<https://github.com/digitalsleuth/UnAutoIt/blob/main/LICENSE)\\>
Version: 1.1.1\
Notes:

### UniExtract2

Website: <https://github.com/Bioruebe/UniExtract2\\>
Description: Tool to extract files from installers\
Author: William Engelmann\
License: GNU General Public License v2 (<https://github.com/Bioruebe/UniExtract2/blob/master/LICENSE)\\>
Version: 2.0.0-rc3\
Notes:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/installers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
