How to detect Media Services installed on a Windows 2003 server?
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 to share