This is an unofficial package of the Inno Setup installer, intended for use as a NuGet dependency. It is published to the nuget.org repository.
This package is kept up to date and with upstream IS releases and includes the following:
- Unicode build of Inno Setup
- Inno Setup Preprocessor
- encryption support
- official translations of Inno Setup
dotnet add package Tools.InnoSetup
To build the package yourself:
- Download the Inno Setup QuickStart Pack from https://jrsoftware.org/isdl.php
- Run the installer with
/verysilent /allusers /dir=inst
flags - Package into NuGet with
nuget pack Tools.InnoSetup.nuspec
The license.txt file in this directory applies to Inno Setup itself. The package spec and other support files are in the public domain.