INTERACT FORUM

Windows => Plug-in Development => Topic started by: lhti on January 26, 2009, 03:19:41 pm

Title: How to detect if J River Media Center is Installed?
Post by: lhti on January 26, 2009, 03:19:41 pm
I need to write an application that determine if a type of media center is installed, including J River media center. Is there a way to detect if a version of JR media center exists in the system?
Title: Re: How to detect if J River Media Center is Installed?
Post by: muchadhesion on February 22, 2009, 01:41:54 pm
I would go looking in the registry.

Registry.GetValue(@"HKEY_CURRENT_USER\Software\JRiver\Media Center 12\Installer", "InstallDirectory"
Registry.GetValue(@"HKEY_CURRENT_USER\Software\JRiver\Media Center 13\Installer", "InstallDirectory"

...