/scoop-nsis

NSIS bucket for scoop, a command-line installer for Windows

Primary LanguageJavaScript

scoop-nsis

Travis CI David

NSIS bucket for scoop, a command-line installer for Windows

Prerequisites

Make sure to have scoop installed before proceeding

Installation

Add the NSIS bucket

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

Install your preferred version of NSIS

# Latest version
scoop install nsis/nsis

# Latest 2.x version
scoop install nsis/nsis-2

# Specific version
scoop install nsis/nsis-3.03
scoop install nsis/nsis-2.51

“That's all Folks!”