"CupidMoon",
I apologize for not having the time to look up all of this, but I know a few
things:
1. MSDN definitely lists APIs that you can call to install the updates
2. I found an API method called OperationResultCode. Here is the link:
http://msdn.microsoft.com/library/de...resultcode.asp
I hope this helps.
Sincerely,
Pat Walters [MSFT]
"CupidMoon" <> wrote in message
news:...
> Hello,
>
> I'm working on deploying windows updates, silently and forced with C/S
> program.
> When I run windows updates with parameter, I found that, windows updates
> runs silently.
>
> But I had a question.
> How could I find, an windows updates correctly installed?
>
> I think, and tryed to get exit code of the windows update. then, I
possibly
> find some codes are returned after each windows update running, I used API
> function, GetExitCodeProcess
>
> Could you tell me the meanings of exit codes? or where could I find the
> informations?
>
> Best Regards
> CupidMoon
>
>