I see someting strange in MakeNSISW 2.3.2 (NSIS 3.0b0).
When I extract both ansi and unicode plugins from
http://forums.winamp.com/showpost.ph...8&postcount=51 in their respective folders, and compile with "Unicode true", all is fine.
But when I run with "Unicode false", I get the following under "Processing default plugins":
...
+ UsrMgr::CreateAccount
+ UsrMgr::CreateAccountEx
+ UMgr::CreateGroup
+ UsrMgr:😁eleteAccount
+ UsrMgr:😁eleteGroup
...
UMgr::CreateGroup seems to be an error.
And when I change the plugin filename to UserMgr (original plugin name), I get the following:
...
+ UserMgr::ChangeUserPassword
+ UserMgr::CreateAccount
+ UserMgr::CreateAccountEx + UserMgr::CreateGroup
+ UserMgr:😁eleteAccount
+ UserMgr:😁eleteGroup
...
EDIT: The script is actually compiled OK.