NSIS Skip pages at runtime
My installer is checking if the program is already installed and I would like to skip the "Enter the path" page in that case.
How can开发者_JS百科 I script that in NSIS 2.0 ?
To skip a page, call the abort instruction in the pre callback function for that page
精彩评论