NSIS bucket for scoop
, a command-line installer for Windows
Make sure to have scoop
installed before proceeding
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!”