Make newer versions of the Windows Media Player control work in Firefox by registering the executable name with the Windows Media Player

This commit is contained in:
ben%bengoodger.com 2004-02-12 10:22:20 +00:00
Родитель 972bf50518
Коммит 3209a8adba
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -183,6 +183,9 @@ function createShortcuts()
{
winreg.setRootKey(winreg.HKEY_LOCAL_MACHINE);
registerProgramFolderKey(winreg, fFolderPath);
var subkey = "SOFTWARE\\Microsoft\\MediaPlayer\\ShimInclusionList\\$MainExeFile$";
winreg.createKey(subkey, "");
}
winreg.setRootKey(winreg.HKEY_CURRENT_USER);