Archive: InstallOptions questions


InstallOptions questions
Hi All,

Case:
Create custom page with list box populated running process that user must close beforte uninstall.

Question:
How to hide Next button? User cannot go forward until close all processes.


You can hide it using ShowWindow, but it would nicer if you disable it using EnableWindow. Both commands are built-in NSIS commands.


InstallOptionsEx has an option to hide the Next button. It's in beta, so if you want to be sure it will work all right for everybody, don't use it.


Originally posted by deguix
InstallOptionsEx has an option to hide the Next button. It's in beta, so if you want to be sure it will work all right for everybody, don't use it.
Waiting release