superwan
18th January 2005 10:14 UTC
how to change the name of my window ?
hello everybody
i've looked at the nsis help file, and didn't find the answer to a very simple question...
I'd like to change the name of my install window...
instead of "install of my software", i'd like to just have the name of my software...
is it possible ?
thx for your answers ;)
ps : i've already found this for the language box, but not for the rest...
VegetaSan
18th January 2005 10:20 UTC
caption Software Version 1.0
Is this what you want ?. I didnt really understand what you really wanted.
superwan
18th January 2005 11:17 UTC
hello vegetasan ;)
sorry for my very bad english...
je préfère le Français, amsonsten auf Deutsch
well, during an install with an nsis script...
you have a window which opens and shows the install
this window has a name, which is
"name_of_the_software install"
I want to change it :p
what is caption software ?
superwan
18th January 2005 11:31 UTC
http://eronpatapon.free.fr/uninstall.JPG
this window is called :
"k!tv uninstall"
how to change its name is my question ;)
now i'm sure to be understood :p
see ya :D
Yathosho
18th January 2005 11:35 UTC
have a look at caption and sub-caption
superwan
18th January 2005 16:07 UTC
well I'm sorry, I hadn't see :)
thx
and the same command inside a function, does it exist ?
superwan
18th January 2005 17:42 UTC
hello hello
i found it :D
var uninstallcaption
Uninstallcaption "$uninstallcaption"
and then inside a function :
StrCpy $uninstallcaption "i_found_it"
--> I can change the name of the window using conditions ;)
thx everybody
see ya :D