|
|
|
|
#1 |
|
Member
Join Date: Sep 2010
Posts: 66
|
Finish Page Nsis2Io Error
I have an installer that works correctly so far, I had previously commented out the !insertmacro MUI_PAGE_FINISH line and now want to reactivate it.
My problem is after I reactivate it I get the error..... code: Anyone any ideas where I am going wrong? |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
Try switching to MUI2.nsh.
Stu |
|
|
|
|
|
#3 |
|
Member
Join Date: Sep 2010
Posts: 66
|
Thanks, that worked fine, once I had changed my macro commands to be compatible with MUI2.
The Finish page now works, but it is blank, any ideas? Not only it the page itself blank, the buttons at the bottom have no text |
|
|
|
|
|
#4 |
|
Member
Join Date: Sep 2010
Posts: 66
|
Upon further reading, I am assuming this is to do with the placement of !insertmacro MUI_LANGUAGE "English"
I have experimented with a few different positions but they have all resulted in the finish page being blank, here is the top section of my installer..... PHP Code:
|
|
|
|
|
|
#5 |
|
Member
Join Date: Sep 2010
Posts: 66
|
Solved it!
I moved the !insertmacro MUI_LANGUAGE "English" right down after all of my functions and it has worked! Thanks for the help |
|
|
|
|
|
#6 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
The MUI readme states you have to use MUI_LANGUAGE after all the MUI_PAGE macros.
Stu |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|