Error messages in SUA

G

Guest

Hi All,

I was asked to port our software to Vista Biz. But when I tested the
application in SUA( Standard User Analyzer ), I got some error messages which
seem to be releated to windows APIs:

1) AfxSocketInit - RegOpenKeyExA: Key
(\REGISTRY\MACHINE\SYSTEM\ControlSet001\Services\WinSock2\Parameters) only
grants requested 'KEY_SET_VALUE' to 'BUILTIN\Administrators, NT
AUTHORITY\SYSTEM'

2) SHGetFolderPath - OpenFileMappingW: Section
(\Sessions\2\BaseNamedObjects\windows_shell_global_counters) only grants
requested 'READ_CONTROL' to 'NT AUTHORITY\SYSTEM'.

3) SetWindowsHookEx - SetWindowsHookExA 13 (WH_KEYBOARD_LL) called to set a
global Windows hook

Dose anyone meet these problem? Or how can I update my software to make it
ok in SUA?

Thanks All
 
I

Iain

Cruise said:
Hi All,

I was asked to port our software to Vista Biz. But when I tested the
application in SUA( Standard User Analyzer ), I got some error messages which
seem to be releated to windows APIs:

1) AfxSocketInit - RegOpenKeyExA: Key
(\REGISTRY\MACHINE\SYSTEM\ControlSet001\Services\WinSock2\Parameters) only
grants requested 'KEY_SET_VALUE' to 'BUILTIN\Administrators, NT
AUTHORITY\SYSTEM'

2) SHGetFolderPath - OpenFileMappingW: Section
(\Sessions\2\BaseNamedObjects\windows_shell_global_counters) only grants
requested 'READ_CONTROL' to 'NT AUTHORITY\SYSTEM'.

3) SetWindowsHookEx - SetWindowsHookExA 13 (WH_KEYBOARD_LL) called to set a
global Windows hook

Dose anyone meet these problem? Or how can I update my software to make it
ok in SUA?

Thanks All
Sorry m8, but I don't have an answer to your query.

Rather, my point is we now have two very different releases of SUA:
1) Your version on biz
2) Subsystem for Unix Applications (SUA) on Ultimate and Enterprise.

Microsoft must be on crack!! : )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top