Old 14th December 2007, 15:40   #1
waltzingandy
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.
waltzingandy is offline   Reply With Quote
Old 14th December 2007, 16:36   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
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
Afrow UK is offline   Reply With Quote
Old 14th December 2007, 17:46   #3
waltzingandy
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.
waltzingandy is offline   Reply With Quote
Old 15th December 2007, 10:58   #4
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
Ah yes you are right!

Stu
Afrow UK is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump