Archive: how to automatically go to next page from MUI_UNPAGE_INSTFILES


how to automatically go to next page from MUI_UNPAGE_INSTFILES
Hello. :)

I was wondering if it's possible to automatically advance from the MUI_UNPAGE_INSTFILES page to a custom page after it, i.e. without having to click 'Next>'.

Say you have defined uninstaller pages like this:
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
UninstPage custom un.uninstallclean

and you want MUI_UNPAGE_INSTFILES, as soon as it's finished, to skip ahead to the custom page created in un.uninstallclean. How would one do this?

salaam/peace.


Use SetAutoClose in the uninstall section.


I'm so embarrassed. :eek:

Don't know why I didn't think of that - thanks Kichik. :)