Prev Previous Post   Next Post Next
Old 4th July 2011, 11:48   #1
yoachan
Junior Member
 
Join Date: Jul 2011
Posts: 8
A message box after PAGE_INSTFILES completed

Dear all,

please bear with me for it's only approx a week since I know NSIS.
I've made my first NSIS installer, but something still bother me.

I stated this two lines:
code:

!define MUI_FINISHPAGE_NOAUTOCLOSE
!define MUI_UNFINISHPAGE_NOAUTOCLOSE



that will cause user to be able to see log after install/uninstall completed.

But I'm afraid some inexperienced user of mine didn't notice that the "next" button becomes available when the installation/uninstall completed. So they will wait until something happens. So I want to make a message box to appear just right after the last install/uninstall section completed to tell them that, hey, the installation/uninstall process is completed. You can either see the log detail or just click next to proceed to "finish window".

I tried to use an empty section that will only display messagebox, but what happens is that it's often that the messagebox appears even though the progress bar still at around 80%...

onInstSuccess Function won't work either for it will only be executed when everything is done instead of the "real installation/uninstall progress".

is there any way so that a message box will appear when and only when the install/uninstall progress is completed and the progress bar reach 100%.

thanks in advanced.

Regards,

Yoachan
yoachan is offline   Reply With Quote
 
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