Is it possible to change this?
Is there a way to change the text: Nullsoft Install System v.2.02?
Thank you! :)
Archive: Is it possible to change this?
Is it possible to change this?
Is there a way to change the text: Nullsoft Install System v.2.02?
Thank you! :)
Originally posted by Afrow UKThanks for the replay!
http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.6
-Stu
PageEx directory
Caption "Copyright someone, 2004"
PageExEnd
Try using this:
BrandingText "Hello!"
This command can be placed anywhere except in a section or a function. I tested this by placing this line right after the OutFile "C:\bla.exe" command, worked perfectly. Good Luck.
Thank you very much!! It works fine! :)
My link refered to BrandingText, not Caption.
-Stu
You can't expect people to read ALL of it Stu! :p
Originally posted by RobGrantyes you can :) and since it bookmarks to the correct command i can't see what the difficulty was :/
You can't expect people to read ALL of it
Originally posted by DrOThat's what I thought...
yes you can :) and since it bookmarks to the correct command i can't see what the difficulty was :/
-daz