Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > about return values of hotfix

Reply
Thread Tools Display Modes

about return values of hotfix

 
 
CupidMoon
Guest
Posts: n/a

 
      03-04-2005
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


 
Reply With Quote
 
 
 
 
Pat Walters [MSFT]
Guest
Posts: n/a

 
      03-07-2005
"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
>
>



 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IoGetDeviceObjectPointer return values driverguy Windows Vista Drivers 2 01-30-2009 05:03 AM
DIFxApp uninstall failure. What do the return values mean? Kinglemur Windows Vista Drivers 1 12-12-2006 02:47 AM
All the possible return values of "rundll32 printui.dll,PrintUIEnt Richard Windows Vista Drivers 3 04-07-2006 05:04 PM
assembly routine return values in which regs?? Sathyanarayanan Windows Vista Drivers 0 03-07-2006 03:21 PM
Re: Hotfix (mentioned in Article - 842644) for hotfix KB835732 Carey Frisch [MVP] Windows Update 2 02-16-2006 06:32 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59