|
|
#1 |
|
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: 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 |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|