|
|
#1 |
|
Junior Member
Join Date: Mar 2009
Posts: 4
|
Uninstall Title Issue
I am a bit new to NSIS and have some basic questions. I have defined MUI_WELCOME_TITLE and that works great for the installer part.
But the uninstaller is using the value I have set for NAME as the title of each window. I need to change it but I all I have found so far is the TEXT_TOP for the unConfirm page. Using code I have found on this forum I have a function that will change the font size for the text below the title. I have no problems using API calls and found the ID of 1037 for this control. Sadly, the text will not change, just the font. So, I would like to know if there is a simpler way to change the title for the Uninstall. How do I find the nsDialogs list indicating the control number for the Title? Thanks for any help, Barbara |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Jun 2001
Posts: 1,173
|
"Use !define MUI_WELCOMEPAGE_TEXT again before !insertmacro MUI_UNPAGE_WELCOME" - Stu
From: http://forums.winamp.com/showthread.php?threadid=224015 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2009
Posts: 4
|
MUI_WELCOMEPAGE_TEXT does not alter the title of the window, which is what I need to change.
The uninstaller is using the string assigned to NAME. There has to be someway to change this that I have just not found. |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Mar 2009
Posts: 4
|
Let me clarify my problem.
It seems that the installer is using the CAPTION, which is great. But the uninstaller is using the NAME. I want to change the caption for the uninstaller since it is wrong. |
|
|
|
|
|
#5 |
|
Major Dude
Join Date: Jun 2001
Posts: 1,173
|
are you referring to the title of the welcome page...
code: Or the title in the title bar of the window? code: |
|
|
|
|
|
#6 |
|
Major Dude
Join Date: Jun 2001
Posts: 1,173
|
ahhhhh... well that's easy enough even without runtime code.
UninstallCaption is your ticket. code: |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Mar 2009
Posts: 4
|
Wow, amazing when I have the right commands things really do work. The "UninstallCaption" worked perfectly.
I should be happy with everything I learned during my several hours of trying many stuff that did not work. But right now I just feel very silly. Thanks to everyone. Great support. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|