
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1586 212acab6-be3b-0410-9dea-997c60f758d6
10 lines
No EOL
170 B
NSIS
10 lines
No EOL
170 B
NSIS
Name "UserInfo.dll test"
|
|
OutFile UserInfo.exe
|
|
|
|
Section
|
|
UserInfo::GetName
|
|
Pop $0
|
|
UserInfo::GetAccountType
|
|
Pop $1
|
|
MessageBox MB_OK 'User "$0" in group "$1"'
|
|
SectionEnd |