Archive: How to view the same page several times?


How to view the same page several times?
Main goal of my installer is installing several Tomcats in different folders. Number of Tomcats is specified by user in one of windows of the installer. I create page where user can enter path for installation. For each Tomcat i have to show this page. But I don't know how I can do it using NSIS. I can't use loop in section of pages, so showing page can't be repeated .May be sombody give me advice how can i resolve this problem. Thanks for help.


You can simply include multiple DIRECTORY pages. Or if you really want to go back to the same page, call abort in the page's leave function.