How to detect Media Services installed on a Windows 2003 server?

I tried to find information about this. So far I have used the Key Key version for this, is there a better way?

0


a source to share


1 answer


What's installed on the box is checked in several places, none of which report everything, so you will need to look at where to find information about Media Services.

WMI classes:

Win32_ApplicationService

Win32_QuickFixEngineering



Win32_SoftwareFeature

Also MsPIDinfo:   http://www.mombu.com/microsoft/scripting-jscript/t-microsoft-programs-ids-277777.html

And, interestingly, delete the registry information in the subkeys below: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Uninstall

+1


a source







All Articles