mayayana
Fri Dec 30 20:01:43 CST 2005
There are several ways to approach it.
The official answer is to use WMI, but
actually WMI only lists software installed
via MSI file, which in most cases is just
a small fraction of installed software.
And WMI isn't even necessary to list that
software. MSI has it's own object model
that's more extensive; WMI just adds an
extra "wrapper" on top of that.
For non'MSI software there are two
approaches: The Registry Uninstall key
lists program in the Add/Remove window.
The Registry App Paths key lists all registered
executables.
There are pros and cons to all 3 methods
of listing software. You really probably need
to use all 3 if you want an accurate view of
what's installed.
For demo scripts of both Registry and MSI
methods, (without needing WMI) see here:
http://www.jsware.net/jsware/scripts.phi#enumsoft
--
mayayanaXX1a@mindXXspring.com
(Remove Xs for return email.)
lmossolle@nc.rr.com <lmossollencrrcom@discussions.microsoft.com> wrote in
message news:D5A01EDE-2513-4CDF-AC79-9AD8DBF42694@microsoft.com...
> Can I pull the programs installed, Manufacturer, Version adn date
installed?
> And export to a text file?