NSIS (Nullsoft Scriptable Install System) is a tool that allows programmers to create software installers for Windows. It is released under an open source license and is completely free for any use.
NSIS (Nullsoft Scriptable Install System) is a tool that allows programmers to create software installers for Windows. It is released under an open source license and is completely free for any use.
To install nsis, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nsis
To see what files were installed by nsis, run:
port contents nsis
To later upgrade nsis, run:
sudo port selfupdate && sudo port upgrade nsis
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.