Skip to content
⌘ NSIS Forum Archive

NSIS setup script source

3 posts

Bret_J#

NSIS setup script source

Since NSIS is open source, I am wondering where the actual .nsi installer script for nsis-x.xx-setup.exe could be found. I looked in the SourceForge CVS and couldn't find it there, unless it is dynamically generated as part of the build process. I did look at some of the build process and didn't see anything clearly in there, either.

If anyone could point me to the script source, I'd greatly appreciate it.

Thanks!
Sheik#
I suspect you are looking for "makensis.nsi"

It probably got installed to your:
C:\Program Files\NSIS\Examples\makensis.nsi

Scott
Bret_J#
Thank you, Scott!

Sorry for such a dumb question. I was in the mindset that it was part of the source and not included only as an example.