Is there a way to change the text: Nullsoft Install System v.2.02?
Thank you! 🙂
Is it possible to change this?
9 posts
Originally posted by Afrow UKThanks for the replay!
http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.6
-Stu
But i dont get it... 🙁
I have tryed:
How can I change the text? It seems that I changes the Caption of the setupwindow 😛
PageEx directory
Caption "Copyright someone, 2004"
PageExEnd
Can u please tell me what I do wrong? tnx!🙂
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.
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
-Stu
You can't expect people to read ALL of it Stu! 😛
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
-daz
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
-Stu