unload nsDialogs after it's done

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5293 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-09-28 18:47:45 +00:00
parent b174b480d4
commit cbe80ab734

View file

@ -407,7 +407,7 @@ Finish page (implemented using nsDialogs)
;Show page
Call ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}muiPageLoadFullWindow
!insertmacro MUI_PAGE_FUNCTION_CUSTOM SHOW
nsDialogs::Show /NOUNLOAD
nsDialogs::Show
Call ${MUI_PAGE_UNINSTALLER_FUNCPREFIX}muiPageUnloadFullWindow
!ifdef MUI_FINISHPAGE_CANCEL_ENABLED