Skip to content
⌘ NSIS Forum Archive

go back from finish page?

6 posts

Yathosho#

go back from finish page?

is there a way to go back from a finish page to review the log window of the install page?
kichik#
That won't help there. The page would have been destroyed by then and returning to it would run the installation again.
Afrow UK#
Why not just use !define MUI_FINISHPAGE_NOAUTOCLOSE so the user can view the log before clicking Next.

Stu
Animaether#
Better yet (imho, that is), is offer the user to open the log file in notepad (or whatever their default .txt file handler) is, by saving out the log file (see the Help file for an example of how to do this). You can offer a link to the file from a custom Finish page, for example.