Inno Setup is a tool to create installers for Microsoft Windows applications. innoextract allows to extract such installers under non-windows systems without running the actual installer using Wine.
Inno Setup is a tool to create installers for Microsoft Windows applications. innoextract allows to extract such installers under non-windows systems without running the actual installer using Wine.
To install innoextract, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install innoextract
To see what files were installed by innoextract, run:
port contents innoextract
To later upgrade innoextract, run:
sudo port selfupdate && sudo port upgrade innoextract
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.