Skip to content
⌘ NSIS Forum Archive

License data

2 posts

cooladn#

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"