GetAccountType instead of GetGroup

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1586 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-04 15:44:51 +00:00
parent 4541bb7cc8
commit e2c95aaa5b
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ OutFile UserInfo.exe
Section
UserInfo::GetName
Pop $0
UserInfo::GetGroup
UserInfo::GetAccountType
Pop $1
MessageBox MB_OK 'User "$0" in group "$1"'
SectionEnd