Archive: Disable button and/or text control in "Page directory"


Disable button and/or text control in "Page directory"
I'm making and patch for one of my apps.
Since the first installation I secure the install dir in the registry.
Updater only display the dir page and inst page. I want to disable two controls: the edit(where display the install path string) and button (browse...)
Is there a way to make this (Nsis instruction) or I have to go with system plugin (EnableWindow API)?

/edit:
I got it now. Thanks :D


plz post ur solution for all the others out there.


NSIS has a EnableWindow command which can be used in the page show function.


Joost is right. Although I haven't read quite the hole new CHM NSIS' documentation :rolleyes: