Wingetlywingetly
← All apps

InnoUnpacker

by Dr. J. Rathlevv2.2.12

Last updated

Inspect and unpack InnoSetup archives

Install with winget

$ winget install --id JurgenRathlev.InnoUnpacker --exact --version 2.2.12

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for InnoUnpacker

InnoUnpacker uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86, machine scope)
innounpacker-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for InnoUnpacker

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

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:

- General information about the setup

- A list of all included files

- All supported languages

- Verify setup file

- Start file extraction

- Select destination directory for extracted files

- Optionally, you can specify whether only the installation script or the files matching a filter are to be extracted.

Installers · v2.2.12

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for InnoUnpacker.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • 7-ZipIgor Pavlov
    7zip.7zipv26.03

    A file archiver with a high compression ratio.

  • WinRARwin.rar GmbH
    RARLab.WinRARv7.23.0

    Compress, Encrypt, Package and Backup with only one utility.

  • BandizipBandisoft.com
    Bandisoft.Bandizipv7.46

    A powerful archiver that provides an ultrafast processing speed and convenient features.

  • NanaZipKenji Mouri
    M2Team.NanaZipv7.0.1832.0

    The 7-Zip derivative intended for the modern Windows experience.

  • UndertaleModToolkrzys-h
    krzys-h.UndertaleModToolv0.9.2.0

    The most complete tool for modding, decompiling and unpacking Undertale (and other Game Maker: Studio games!)

  • GnuWin32: UnZipGnuWin32
    GnuWin32.UnZipv5.51-1

    UnZip is an extraction utility for archives compressed in .zip format (also called "zipfiles").

More from Dr. J. Rathlev or browse extract, extractor, inno-setup.

Frequently asked questions

How do I install InnoUnpacker on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id JurgenRathlev.InnoUnpacker --exact --version 2.2.12. winget downloads the installer from Dr. J. Rathlev and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install InnoUnpacker silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id JurgenRathlev.InnoUnpacker --exact 2.2.12 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for InnoUnpacker?
InnoUnpacker uses EXE (Inno Setup). Run the downloaded installer with: innounpacker-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall InnoUnpacker via winget?
Run: winget uninstall --id JurgenRathlev.InnoUnpacker --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from InnoUnpacker's Apps & Features entry.
Is InnoUnpacker free?
InnoUnpacker is distributed under MPL or LGPL-2.0-or-later. Refer to the publisher (https://www.rathlev-home.de/tools/prog-e.html#unpack) for the full license terms - Wingetly itself does not charge for installation.
Does InnoUnpacker work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls InnoUnpacker directly from the publisher.
How do I keep InnoUnpacker up to date?
Run winget upgrade --id JurgenRathlev.InnoUnpacker --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of InnoUnpacker from microsoft/winget-pkgs.