Skip to content
⌘ NSIS Forum Archive

How can set focus for control?

3 posts

Afrow UK#
If it is an InstallOptions dialog, use:


Otherwise, just call SetFocus with the System plugin:


-Stu