|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 | |
|
Major Dude
Join Date: May 2003
Posts: 681
|
how to disable/set-text buttons in MUI_PAGE_INSTFILES?
i have tried now several solutions and none worked.
Quote:
when all is done (incl my detailprints) all buttons shows like normal - woot i want the cancel button as "Finish" and back/next disabled. pls help. PS even the header text isnt visible - only while in work. here a shot how it is shown (fast capture) at work. (the small pic inside ist after processing - not wanted)
Greets, Brummelchen |
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Every instfiles page is followed by a "completed" page which has a different set of buttons. You can set those button texts (Next, Back, etc.) to variables and copy the correct text those variables before the "completed" page is reached. The last section should do.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Major Dude
Join Date: May 2003
Posts: 681
|
hmm, not sure what you are talking about.
i found some hints about NextBtn InstallBtn aso the most trouble is to disable back/next and to enable cancel. this section with detailprint has the option to copy text but it does not need any other interaction - just finish. [invisible][invisible][Finish] instead [greyed][Finish][greyed] Greets, Brummelchen |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Jun 2007
Location: Otrokovice, Czech Republic
Posts: 308
|
How can I get the LangString containing the `&Next >` string? I see # ^NextBtn in .nlf file but I don't know how to get the string. Thanks.
|
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Jun 2007
Location: Otrokovice, Czech Republic
Posts: 308
|
That's in $(^NextBtn), how simple dear Watson
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|