Scoop

From NSIS Wiki
Jump to navigationJump to search

Description

⚠️ This is third-party installation method without official support

A command-line installer for Windows, supporting PowerShell 5.1 and later.

Usage

Add the extra bucket to Scoop. This is a one-time operation.

scoop bucket add extras

Install NSIS

scoop install extras/nsis

Alternative:

If you want to target specific versions, add the nsis bucket instead:

scoop bucket add nsis https://github.com/NSIS-Dev/scoop-nsis

You can now install any version of NSIS

scoop install nsis/nsis-3.11

Related Links