NSIS/Contrib/UserInfo/UserInfo.nsi
2002-11-04 15:40:55 +00:00

10 lines
No EOL
164 B
NSIS

Name "UserInfo.dll test"
OutFile UserInfo.exe
Section
UserInfo::GetName
Pop $0
UserInfo::GetGroup
Pop $1
MessageBox MB_OK 'User "$0" in group "$1"'
SectionEnd