Skip to content
⌘ NSIS Forum Archive

Disabling bottom buttoms at the same time

2 posts

tieum#

Disabling bottom buttoms at the same time

Hello,

In a custom page, I use nsExec to run a command and get its output. This takes a few seconds and I would like to have <Back | Install | Cancel buttons disabled while this is happening.

How can I achieve this?

Thanks,


Tieum

PS: I read the doc and am looking for a simpler solution than retrieving each button and use EnableWindow on it.
Anders#
there is no simpler way, but you could create a macro that takes the id as a param and does findwindow/enablewindow