negrutiu/Install NSIS compiler

Install NSIS compiler in GitHub runners

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
distro^ NSIS distribution to install. The default is `negrutiu` which provides both `x86` and `amd64` compilers.nonegrutiu
version^ NSIS version to install. If `negrutiu` distro is selected, this should be a GitHub tag pointing to a valid release, e.g. 'v3.12.7487.317'. If `official` distro is selected, this option is invalid and will not have any effect.nolatest
arch^ NSIS architecture to install. Applies only when `distro` is set to `negrutiu`, which provides both `x86` and `amd64` compilers. Both `x86` and `amd64` compilers are able to build both `x86` and `amd64` installers. The default is `x86` which will replace the official NSIS installation that is pre-installed on GitHub Windows runners.nox86
install-dir^ NSIS custom installation directory. The default location is `C:\Program Files (x86)\NSIS` for `x86` and `C:\Program Files\NSIS` for `amd64`. If the specified directory is invalid, the installer falls back to the default location.no""
register-path^ Add NSIS installation directory to PATH environment variable. The default is `true`.notrue
namedescription
instdirThe installation directory of NSIS
versionThe installed version of NSIS (e.g. "1.2.3.4")
archThe architecture of NSIS compiler ("x86", "amd64")