Export add remove program list to excel

G

Guest

Does anyone know of a way to export/extract the program list from add/remove
programs so as to be able to sort the XP/Office updates by KB number?

I've tried copy & paste but it copies the picture image, not the detail.

I need to be able to compare the installed patches/hot fixes against a list
of required ones.

Thanks,
Lee
 
G

Guest

Export the :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

key from regedit, and search for and output to text file all the strings
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall/KB"
 
J

John John

Lee said:
Does anyone know of a way to export/extract the program list from add/remove
programs so as to be able to sort the XP/Office updates by KB number?

I've tried copy & paste but it copies the picture image, not the detail.

I need to be able to compare the installed patches/hot fixes against a list
of required ones.


Not all hotfixes appear in the Add/Remove Programs list. Using the
information there to identify installed hotfix is not a good or ideal
method. The list of installed hotfixes is stored at:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates . You can use the
Qfecheck.exe tool to obtain the information from the key:

Qfecheck.exe verifies the installation of Windows 2000 and Windows XP
hotfixes
http://support.microsoft.com/kb/282784

The output of the command can be redirected or piped to a text file.

John
 
G

Guest

Thanks, Mark.

Would you elaborate on "search for and output to text file all the strings."

With what pgm do I search the exported file? Or did you mean to use the
"Find" function in Regedit?
 
M

Mark L. Ferguson

John's solution looks like it will work for you. I was talking about a few
dos commands on the reg file created by exporting the Key for uninstall.

find "/KB" my.reg > my.txt
 
G

Guest

Thanks, John. A #1 perfect solution!

John John said:
Not all hotfixes appear in the Add/Remove Programs list. Using the
information there to identify installed hotfix is not a good or ideal
method. The list of installed hotfixes is stored at:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates . You can use the
Qfecheck.exe tool to obtain the information from the key:

Qfecheck.exe verifies the installation of Windows 2000 and Windows XP
hotfixes
http://support.microsoft.com/kb/282784

The output of the command can be redirected or piped to a text file.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top