Philippe Carriere
Philippe Carriere

Reputation: 3720

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 ?

Upvotes: 3

Views: 2751

Answers (1)

Anders
Anders

Reputation: 101666

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

Upvotes: 4

Related Questions