|
|
#1 |
|
Junior Member
Join Date: Dec 2007
Location: Cincinnati, OH
Posts: 2
|
MUI_UNFINISHPAGE_NOAUTOCLOSE does not work!
Hi,
I'm pretty new to NSIS but have found it very useful and powerful! Well, while "developing" my scripts I want to be able to see the details windows during install and uninstall and found that you achieve this by setting the following two variables: !MUI_FINISHPAGE_NOAUTOCLOSE !MUI_UNFINISHPAGE_NOAUTOCLOSE The first one works great - I have to click "next" to leave the install window. The second one, however, does not appear to work - it goes straight to the finish page Am I expecting the wrong behavior? Anybody else having the same problem or know what else I need to do to have the same functionality during uninstall?Thanks, Andy. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
There is no MUI_UNFINISHPAGE_NOAUTOCLOSE. You use the first one but define it again before MUI_UNPAGE_FINISH.
Stu |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2007
Location: Cincinnati, OH
Posts: 2
|
Hi Stu,
Thanks for the reply....but...I beg to differ It does work, I just had an explicit SetAutoClose true in my Uninstall section that over-rode it I did check and removed this and then enabled the define and not and it does have the desired effect.Thanks, Andy. |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
Ah yes you are right!
Stu |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|