; Scaffolding by https://github.com/idleberg/NSIS-Sublime-Text ; Settings --------------------------------- Name "installer_name" OutFile "installer_name.exe" RequestExecutionLevel admin InstallDir "$PROGRAMFILES\installer_name" ; Includes --------------------------------- ; Pages ------------------------------------ Page components Page directory Page instfiles ; Sections --------------------------------- Section "section_name" section_name_index # your code here SectionEnd ; Functions --------------------------------