INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: How to detect if J River Media Center is Installed?  (Read 1413 times)

lhti

  • Member
  • *
  • Posts: 4
How to detect if J River Media Center is Installed?
« 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?
Logged

muchadhesion

  • Recent member
  • *
  • Posts: 44
Re: How to detect if J River Media Center is Installed?
« Reply #1 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"

...
Logged
Pages: [1]   Go Up