I'm very sorry, but having looked at this for most of the morning, I have
come to the conclusion, as you probably have, that it's not possible to use
any technique to copy / paste, even a single entry, from the "Add or Remove
Programs" control panel.
However, here follows a method I have devised to get you your list of
installed applications :
1). Open the Registry Editor (type "regedit.exe" into the "Run" box) and
navigate to the key :
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall]
....and from the top menus, choose "File" > "Export" ...to save to a
registry-file [*.reg]
2). Next open a Command Prompt (type "cmd.exe" into the "Run" box) and type
the following command :
find /i "Displayname" x:\path\export.reg >> OUTPUT.TXT
....where x:\path\export.reg stands for the drive / path / filename you
saved the exported registry-file from step (1). The double-chevrons ">>"
redirects the output to a text file, in this example, called "output.txt"
e.g.:
"DisplayName"="Google Earth"
"DisplayName"="Google Apps"
"DisplayName"="ClearType Tuning Control Panel Applet"
"DisplayName"="VDownloader 1.12"
"DisplayName"="WebReg"
3). Open the output file (here called "output.txt") in Notepad and from
the top menus choose "Edit" > "Replace" ..and type into the top box
""DisplayName"=" and click on the "Replace all" button. This will remove
all the matching text and just leave you with a list of Installed Programs
as shown in the "Add or Remove Programs" control panel.
e.g.:
"Google Earth"
"Google Apps"
"ClearType Tuning Control Panel Applet"
"VDownloader 1.12"
"WebReg"
4). To complete the list, you must repeat steps 1-3 using the following
registry-key :
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall]
....as there is a chance that a few installed applications have written
their data to the "Current User" part of the registry instead of the system
area (as in step 1). using double chevrons ">>" in step (2) will append
the output to the same output file.
As I said, I'm sorry if this process is too complex but it's the only one
so far that I've been able to come up with. I do hope this information is
of some value to you.
==
Cheers, Tim Meddick, Peckham, London.
