Skip to main content
Home Forums General Silverlight Getting Started how the host know Internet explorer has Silverlight plugin installed or not
2 replies. Latest Post by Min-Hong Tang - MSFT on November 18, 2009.
(0)
surendiran
Member
2 points
12 Posts
11-16-2009 8:13 AM |
hi
lets look at the scenario.
i have silverlight application hosted in IIS.
Now the iam calling Default.html from my internet explorer.
How the host know or how the host find out whether the internet explorer.has Silverlight plugin installed or not in case of Silverlight 3.0
Which javascript will call.
Ardman
Contributor
3398 points
938 Posts
11-16-2009 10:24 AM |
In your Default.aspx page, you should find a call to 'silverlight.js'. If you do have Silverlight installed and want to see it working, in Internet Explorer click Tools and then click on Programs. Click Manage Add Ons and then find Microsoft Silverlight. Disable this and restart IE. Reload your page and you should see the installer picture.
Min-Hong...
3509 points
400 Posts
11-18-2009 4:39 AM |
Hi,
You could use Silverlight.isInstalled(version) to check if it's installed.
For more information about silverlight javascript api. You can check here:
http://msdn.microsoft.com/en-us/library/cc838126(VS.95).aspx
Best Regards