jimpark / unsis

Automatically exported from code.google.com/p/unsis
Other
59 stars 15 forks source link

When use UserMgr::CreateAccountEx, it failed. #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. code:
UserMgr::CreateAccountEx "user" "pwd" "description" "user" "user" 
"UF_PASSWD_CANT_CHANGE|UF_DONT_EXPIRE_PASSWD"
Pop $0
MessageBox MB_OK "CreateUser Result : $0"
2. it failed to create count "user".

What is the expected output? What do you see instead?
$0, is confusion code

What version of the product are you using? On what operating system?
2.46 & windows xp x64 en sp1

Please provide any additional information below.

Original issue reported on code.google.com by lwb...@gmail.com on 5 Aug 2011 at 9:54

Attachments:

GoogleCodeExporter commented 9 years ago
This issue is with the UserMgr plugin not Unicode NSIS. Please ask the author 
of UserMgr to port his plugin to work with Unicode NSIS.

Original comment by j...@scratchpaper.com on 3 Sep 2011 at 7:11