Re: Win32_Product doesn't list all installed Applications
Manlytrash wrote:
Here is the script, doesn't list all installed apps, any ideas? Thanks!
(snip)
Hi,
The Win32_InstalledSoftwareElement and Win32_Product will only give you
information about software that is installed by Microsoft Installer.
An alternative is to enumerate the Uninstall part in registry:
My own InstalledApplications procedure
http://groups.google.co.uk/group/microsoft.public.scripting.vbscript/msg/61ab783b95da111a?dmode=source
remote version
http://groups.google.co.uk/group/microsoft.public.windows.server.scripting/msg/3fec9d158cef6d7f?dmode=source
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
.
Relevant Pages
- Re: Win32_Product Misses Some Apps
... it does not seem to find WinZip or MS SQL Server. ... information about software that is installed by Microsoft Installer. ... -- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: ... (microsoft.public.scripting.vbscript) - Re: Device manager is empty
... Should 'Read' and 'Full Control' be allowed? ... > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway ... (microsoft.public.win2000.general) - Re: Device manager is empty
... Should 'Read' and 'Full Control' be allowed? ... > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway ... (microsoft.public.win2000.hardware) - Re: Getting the error :- Variable is undefined: WScript
... Error 1720.There is a problem with this Windows Installer package. ... torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: ... (microsoft.public.scripting.wsh) - Re: Replace Function
... If the string I was trying to return was not a file and therefore could not be obtained by the File System Object, is there any other way of actually doing this double replace? ... > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway ... (microsoft.public.windows.server.scripting) |
|