JohnChen
4th May 2011 17:02 UTC
What is Abort for?
I have an uninstall page like,
UninstPage custom un.PagePre un.PageLeave
I have to put "Abort" within PageLeave. Otherwise, if I click anywhere within the uninstall page, then it disappears immediately. Can any one here explain how Abort work here? Thanks.
MSG
4th May 2011 17:37 UTC
In a custom page function, abort skips the page. In a page leave function, abort cancels a Next button click (so goes back to the page function).
It sounds like your custom page code is wrong. Please refer to the nsDialogs readme for a tutorial. http://nsis.sourceforge.net/Docs/nsDialogs/Readme.html