PDA

View Full Version : How to view the same page several times?


sergey23
18th November 2010, 12:02
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.

MSG
18th November 2010, 12:12
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.