Archive: user select dialog


user select dialog
Hello,
Is there a way to display the standard windows user/domain select dialog with NSIS?
http://img641.imageshack.us/img641/2141/oney.jpg


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:

http://www.codeproject.com/KB/winsdk...election2.aspx

I searched Google for "select users or groups dialog" to find it on the first results page.


There is a way to show this dialog programmatically, but it won't be easy doing it with NSIS:
http://www.codeproject.com/KB/winsdk...election2.aspx


Whoops, you beat me ;-)
Found the same on google.