Ticket #7504: test.nsi

File test.nsi, 89 bytes (added by francois@…, 18 years ago)

The script I used. Note that if you don't have space in MY_CAPTION, you'll still hit bug# 7502

Line 
1OutFile "file.exe"
2Name "My Installer"
3Caption ${MY_CAPTION}
4
5Section "any"
6SectionEnd
7