Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows Update Catalog - batch install

Reply
Thread Tools Display Modes

Windows Update Catalog - batch install

 
 
quartzie
Guest
Posts: n/a

 
      02-01-2006
Having succesfully downloaded your updates from Windows Catalog, you are
faced with a problem: how do I install them all without having to go through
the tree manually?

here's a little how-to:

get into the target folder with your updates. You should see a folder 'WU',
inside which you'll likely encounter another folder named 'Software' and a
mysterious file 'iuhist_catalog.xml'.

this is where you'll start a command line window (Start->Run, enter 'cmd' )
(and likely navigate to your target folder using the 'cd <path>' command.)

there, you'll want to run

dir /b /s *.exe >batch.bat

creating a file called batch.bat which now includes the names and path of
all executables from your downloads.

next, you'll want to open the batch file with notepad and replace every
instance of

..exe with .exe /z /q /u

thus eliminating the need to restart your computer after every update.
Because of the /q and /u switches, now is a great time to get yourself a
deserved mug of coffee, since the install is quiet and unattended. (see
http://support.microsoft.com/kb/296861 for details)

Once done, do it the microsoft way - restart.

Although it seems a bit rough, this scheme should work on
 
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
Windows Update error "failed to install catalog files" Peter Finch Windows Update 7 10-24-2006 08:22 AM
How does one install updates using Windows Update Catalog Ryan W. Keen Windows Update 3 01-25-2004 11:03 PM
Windows Update Batch File Install -- Switches Josh Windows Update 3 12-19-2003 03:20 PM
Install downloads from Update Catalog Windows Update 4 08-09-2003 10:26 PM
How do you install XP Hotfix from Update Catalog? Mark Scott Windows Update 1 07-27-2003 06:56 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