Skip to content
⌘ NSIS Forum Archive

user select dialog

4 posts

alexrait1#

user select dialog

Hello,
Is there a way to display the standard windows user/domain select dialog with NSIS?
kichik#
You'll need a plug-in for that. It'll probably be possible using the System plug-in, but simpler if you just write a plug-in. You can use the following for the basics:



I searched Google for "select users or groups dialog" to find it on the first results page.
jpderuiter#
There is a way to show this dialog programmatically, but it won't be easy doing it with NSIS: