Archive: Going to Previous Page Programmatically


Going to Previous Page Programmatically
I create a MUI_PAGE_CUSTOMFUNCTION_PRE after MUI_PAGE_DIRECTORY in order to check whether the installation exists or not. I put a MessageBox, if I press OK I should go to MUI_PAGE_COMPONENTS else I have to return to MUI_PAGE_COMPONENTS.

I'm able to go to Components page since I don't need to do anything for it, but how do i go back to directory page. (i.e.) How do I go back to the previous page

-Shiva S


http://nsis.sourceforge.net/Go_to_a_NSIS_page


I suppose you want to return to MUI_PAGE_DIRECTORY?

http://nsis.sourceforge.net/Docs/Chapter4.html#4.5.3
(Tip: Abort)


Yes I want to be in MUI_PAGE_DIRECTORY