Skip to content
⌘ NSIS Forum Archive

Blue border in InstallOptions?

11 posts

empezar#

Blue border in InstallOptions?

Hello. When you uninstall something, there's a dialog with the following:

Uninstalling from: [ <path ]

The <path> is surrounded by a BLUE 1px BORDER.

How do I mimic this border with InstallOptions?
empezar#
groupbox has rounded corners, the blue border in the uninstaller doesn't. it kinda looks like a browse window that has been disabled, and with no browse button.
Afrow UK#
You want to have a DirRequest field but you don't want to let them browse? Why not just have a plain text box?

To disable the browse button, read from HWND2 and use EnableWindow.

Stu
empezar#
well as i said i wanted to mimic the uninstall page, and the uninstall page has a blue border with disabled text inside, and no browse button.