1 nsis comment ; some nsis code
5 nsis comment dolor sit amet etcetera
8 nsis code !include LogicLib.nsh
9 nsis code OutFile foo.exe
12 nsis code IfFileExists ${__FILE__} 0 +2 ; comments can be inline
13 nsis comment # Use of ; in a string on the next line
14 nsis code MessageBox MB_OK "You moved this installer file; you shouldn't do that ;-)"