diff --git a/browser/installer/windows/browser.jst b/browser/installer/windows/browser.jst index d1539adb742d..e20b92e6e1e3 100644 --- a/browser/installer/windows/browser.jst +++ b/browser/installer/windows/browser.jst @@ -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);