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.
MUI_UNFINISHPAGE_NOAUTOCLOSE does not work!
4 posts
There is no MUI_UNFINISHPAGE_NOAUTOCLOSE. You use the first one but define it again before MUI_UNPAGE_FINISH.
Stu
Stu
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.
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.
Ah yes you are right!
Stu
Stu