
Var slControl = new ActiveXObject('AgControl. If (browser = 'Microsoft Internet Explorer') Var browser = navigator.appName // Get browser
Run silverlight in chrome says not installed how to#
The below sample code shows how to find if Silverlight is installed on the client browser or not. The Silverlight plugin is installed with the name 'Silverlight Plug-In'. Install the IE Tab extension for Chrome and. Microsoft deprecated Silverlight way back in 2012. Yes, we can safely remove Silverlight without having any impact on how your system/other applications work.

If it fails to create the ActiveX control, we can assume that Silverlight is not installed.įor other browsers like Google Chrome, Netscape, FireFox, Safari etc, this can be determined by looking in to the Plugin array of the navigator object. There is a workaround for Silverlight which enables you to run Internet Explorer inside Chrome called IE Tab. Here the command was run from an ordinary command prompt, not elevated admin command prompt, so it returned 1603 without uninstalling the software. Press Windows key + R to open the run command. Method 2: Enable Microsoft Silverlight Add-on 1. If you see a tick mark next to ActiveX filtering then click on it, to uncheck ActiveX filtering. Click on Tools tab and verify if ActiveX Filtering is checked. So, in order to determine if Silverlight is installed, we can attempt to create this ActiveX control using Javascript. Open Internet Explorer and press Alt key. All you have to do is to type chrome://flags in the address bar and press enter. But users are provided option to manually enable support of NPAPI plugins. Popular plugins like Java, Silverlight and other ActiveX control are all run by the NPAPI plugin interface in Chrome browser. The current versions of Internet Explorer consider Silverlight as a kind of ActiveX control. Chrome has deprecated support of all NPAPI plugins since Chrome 42. This code sample shows how to use Javascript to determine if Silverlight is installed on the client browser.

Javascript to detect if Silverlight is installed
