Hello World
程式碼,儲存在“helloworld.nsi”中:
Name "Hello World"
OutFile "helloworld.exe"
Section "Hello World"
MessageBox MB_OK "Hello World!"
SectionEnd
編譯它:
<Path to NSIS>\makensis.exe <Path to script>\helloworld.nsi
程式碼,儲存在“helloworld.nsi”中:
Name "Hello World"
OutFile "helloworld.exe"
Section "Hello World"
MessageBox MB_OK "Hello World!"
SectionEnd
編譯它:
<Path to NSIS>\makensis.exe <Path to script>\helloworld.nsi