|
|
#1 |
|
Junior Member
Join Date: Oct 2011
Posts: 7
|
My autopatcher is finishing with MUI_PAGE_FINISH which then launches an executable but I would prefer to customize the text on page and the text on the button. How do I do this?
|
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
It's all in the readme:
http://nsis.sourceforge.net/Docs/Mod...02/Readme.html (pro tip: Search for 'finish'.) |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2011
Posts: 7
|
I apologize I see how it works now. Thank you.
I did not see anyhting about hiding the back button though, any ideas? |
|
|
|
|
|
#4 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
To disable:
GetDlgItem $0 $HWNDPARENT 3 EnableWindow $0 0 To hide (perhaps you should first disable it, can one of the gurus reply?): GetDlgItem $0 $HWNDPARENT 3 ShowWindow $0 0 http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.14.6 http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.14.4 http://nsis.sourceforge.net/Docs/Cha...html#4.9.14.17 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|