Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)alexrait1April 21, 2010 at 1:09 PM#user select dialogHello, Is there a way to display the standard windows user/domain select dialog with NSIS?
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)kichikApril 22, 2010 at 8:19 AM#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/bfobjectselection2.aspx I searched Google for "select users or groups dialog" to find it on the first results page.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)jpderuiterApril 22, 2010 at 8:27 AM#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/bfobjectselection2.aspx
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)jpderuiterApril 22, 2010 at 8:29 AM#Whoops, you beat me ;-) Found the same on google.