OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / src_dir / foo.nsi
1 ; some nsis code
2 /*
3  * lorem
4 ipsum
5 dolor sit amet etcetera
6 */
7
8 !include LogicLib.nsh
9 OutFile foo.exe
10
11 Section
12         IfFileExists ${__FILE__} 0 +2 ; comments can be inline
13                 # Use of ; in a string on the next line
14                 MessageBox MB_OK "You moved this installer file; you shouldn't do that ;-)"
15 SectionEnd