![]() |
DirRequest
For my installer, i want the user choose the installation path by Browse button; NOT by input.
May i disable input in MUI_PAGE_DIRECTORY and in a page created with INSTALLOPTIONS ? Thanks for help. By |
Both - yes. In both cases, get the control, and disable it.
For the standard MUI_PAGE_DIRECTORY, adjust your code like this: Add a callback function for when the page gets shown code: In the callback function, get the control and disable it code: If you're wondering where the 0x3fb comes from - download WinSpy++ - it allows you to drag&drop a crosshair onto any control and gets its Control ID (among many other goodies). |
Ok, it's works verywell for me.
Many thanks |
| All times are GMT. The time now is 05:32. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.