Search code examples
nsis

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 I script that in NSIS 2.0 ?


Solution

  • To skip a page, call the abort instruction in the pre callback function for that page