OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / expected_dir / foo.nsi
1 nsis    comment ; some nsis code
2 nsis    comment /*
3 nsis    comment  * lorem
4 nsis    comment ipsum
5 nsis    comment dolor sit amet etcetera
6 nsis    comment */
7 nsis    blank   
8 nsis    code    !include LogicLib.nsh
9 nsis    code    OutFile foo.exe
10 nsis    blank   
11 nsis    code    Section
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 ;-)"
15 nsis    code    SectionEnd