(imported topic written by XS8G_Sameer_Sameer)
Hello Guys,
Does any body know or help me in digging some information for the Patches that are already installed on any given computer irrespective of BIG FIX installing it or any other source like Windows automatic updates, manual updates or WSUS updates ?
so far i am able to get a complete list of the patches and softwares installed on a system with the follwoing relevence and at this point i need to get the “installed on” and “installed by” beside the KB number iam able to generate.
following is the relevence iam using which fetches me the list of all the updates and softwares that are installed on a computer.
if
(
(
name
of
it
=
“Win2000”
OR
name
of
it
=
“WinXP”
OR
name
of
it
=
“WinXP-2003”
OR
name
of
it
=
“Win2003”
)
of
operating system
)
then
(names
of
keys
of
key
“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall”
of
native registry)
else
if
(
(
name
of
it
=
“WinVista”
OR
name
of
it
=
“Win2008”
OR
name
of
it
=
“Win2008R2”
OR
name
of
it
=
“Win7”
)
of
operating system
)
then
(names
of
keys
of
key
“HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages”
of
native registry)
else
(
nothing
)
Thanks in avdvance for your help
Sameer