Archive: License data


License data
Hi!
it's a stupid problem but i don't understand why it is not correct.

I want to see a license data file on start.
So i write this part of code:

SetOverwrite ifnewer
InstProgressFlags smooth
BGGradient [99CC99 99CC99 FFFFFF]
WindowIcon off
AutoCloseWindow false
ShowInstDetails nevershow
ShowUninstDetails nevershow
SilentInstall normal
SilentUnInstall normal
Icon iblob.ico

LicenseData license.txt
OutFile "Setup.exe"


You should also specify LicenseText!

See the docs for more information.

-Hendri.