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