innoextract

Unpacks installers created by Inno Setup without running them

brewmacoslinux
Try with needOr install directly
Source

About

Tool to unpack installers created by Inno Setup

Commands

innoextract

Examples

Extract all files from an Inno Setup installer$ innoextract installer.exe
Extract installer to a specific output directory$ innoextract -d output_folder installer.exe
List contents of installer without extracting$ innoextract -l installer.exe