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 ?
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 ?
To skip a page, call the abort instruction in the pre callback function for that page