install sequence just before MUI_PAGE_FINISH
Is there a function or way to access files from the install dir just before the finish page MUI_PAGE_FINISH is displayed?
.onInstSuccess function (i think) executes when the finish page is already displayed.
A situation where installer has just finished copying files to the installdir, but the finish page isn't displayed. Do we have any function in between?
What I'm trying to do is to silently install a msi package from the install dir. When i silently launch the installation of the msi package from the installdir on .onInstSuccess fucntion, it seems like the installer has frozen on the finish page (until the MSI package is installed). It's a bad user experience. I'm just trying to create a better user experience. Please help.