Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Edit/modify installation history?

Reply
Thread Tools Display Modes

Edit/modify installation history?

 
 
hoffman391
Guest
Posts: n/a

 
      09-07-2004
I want to know if there's a way to change the contents of
my Windows Update installation history list by hand.
Specifically, I want to prune out update attempts
marked "Failed" from broken downloads (but succeeded on
later attempts) -- I just want to "clean" the list itself,
getting those bad updates out only while leaving
everything else alone.

Is this possible to do? If it involves editing one or
more files and/or registry entries, which ones and how?
(BTW, I'm running Windows 2000 w/SP4.)

Thx in advance.
 
Reply With Quote
 
 
 
 
dak
Guest
Posts: n/a

 
      09-07-2004
On Mon, 6 Sep 2004 23:15:54 -0700, "hoffman391"
<> wrote:

>I want to know if there's a way to change the contents of
>my Windows Update installation history list by hand.


To make any changes you will have to manually edit the "iuhist.xml" file. The
"iuhist.xml" file is located in "C:\Program Files\WindowsUpdate\V4" on my system
(Win98SE). You may have to search for it on yours. Be sure the SHOW ALL HIDDEN
FILES/FOLDERS options are enabled.
XML is similar to HTML. Any standard editor, including Notepad, should be able
to handle editing it as a plain text file. Basically, all the information for
each individual listing is contained between its <itemStatus> and </itemStatus>
tags. The <itemStatus> tag also contains namespace and timestamp information,
so it actually looks like this:

<itemStatus xmlns="" timestamp="2004-04-29T11:22:36">

For each item you want to remove you delete everything inbetween its opening
and closing "itemStatus" tags, including the tags themselves. For example:

<itemStatus xmlns="" timestamp="2004-04-29T11:22:36">
#Lots of tags and information for one update download listing here#
</itemStatus>

If you double-click the file and open it in your browser first you'll more
easily see the layout/formatting of the file and it'll make a lot more sense;
it'll sure make locating and editing what you want to remove a lot easier.
View your edited file in your browser (frequently) to see if you made any
errors before replacing the original file with it.

!! BE SURE YOU MAKE A COPY/BACKUP OF THE FILE BEFORE DOING ANY EDITING !!

--
dak
 
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
installation history micradek Windows Update 0 09-06-2004 07:03 PM
Installation history Hans Windows Update 0 08-23-2004 10:39 PM
Re: Installation History... MowGreen [MVP] Windows Update 0 07-22-2004 09:05 PM
Re: How to edit installation history? dak Windows Update 0 07-14-2004 08:56 PM
installation history imataurus Windows Update 1 02-18-2004 08:07 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