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...
how to change the name of my window ?
7 posts
caption Software Version 1.0
Is this what you want ?. I didnt really understand what you really wanted.
Is this what you want ?. I didnt really understand what you really wanted.
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 😛
what is caption software ?
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 😛
what is caption software ?
this window is called :
"k!tv uninstall"
how to change its name is my question 😉
now i'm sure to be understood 😛
see ya 😁
have a look at caption and sub-caption
well I'm sorry, I hadn't see 🙂
thx
and the same command inside a function, does it exist ?
thx
and the same command inside a function, does it exist ?
hello hello
i found it 😁
and then inside a function :
thx everybody
see ya 😁
i found it 😁
var uninstallcaption
Uninstallcaption "$uninstallcaption"
and then inside a function :
--> I can change the name of the window using conditions 😉
StrCpy $uninstallcaption "i_found_it"
thx everybody
see ya 😁