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! :)


http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.6

-Stu


Originally posted by Afrow UK
http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.6

-Stu
Thanks for the replay!
But i dont get it... :(
I have tryed:

PageEx directory
Caption "Copyright someone, 2004"
PageExEnd

How can I change the text? It seems that I changes the Caption of the setupwindow :p
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.


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 RobGrant
You can't expect people to read ALL of it
yes you can :) and since it bookmarks to the correct command i can't see what the difficulty was :/

-daz

Originally posted by DrO
yes you can :) and since it bookmarks to the correct command i can't see what the difficulty was :/

-daz
That's what I thought...

-Stu