CtA wrote:
> IUpdateDownloader:
ownload() returns 0x80240044 on logged on user as in
> User Group, Same call works fine when logged on user is in Admnistrator group.
Have you tried setting the ElevateNonAdmins registry option? I'm not sure
whether it affects the COM API, but it seems reasonable to suppose that it would.
<http://technet.microsoft.com/en-us/library/cc708449.aspx>
http://technet.microsoft.com/en-us/l.../cc708449.aspx
If the problem was lack of permission, I'd have expected to see error code 5
rather than an apparently undocumented code, but you never know.
You could also try using Process Monitor to see if there's an underlying file or
registry error occurring:
<http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx>
http://technet.microsoft.com/en-us/s.../bb896645.aspx
If so, it might give you some hints.
It seems unlikely that the issue is related to whether you're using WSUS or not.
It could, however, be worth asking in the WSUS newsgroup as well, because most
folks wanting to do this kind of technical WU stuff tend to be in a corporate
environment and therefore use WSUS. However, I don't hold out much hope; I'm
not aware of anyone in either group who has worked with the COM API much.
Harry.
>
> But MSDN documentation does not mentioned about this, also I could not find
> description for the error code.
>
> Any help?
>
> Thanks n Advance.
> CtA
>