vote up 1 vote down star
1

Our web-based application is installed at end-customers. Typically these customers do not have access to the internet. Part of the next version of our application is Silverlight 2.0 based.

When a browser without the Silverlight 2.0 plugin tries to access our the Silverlight portion of our app, the customer gets the standard "Install Microsoft Silverlight" image which, when clicked on, tries to go to the Microsoft download site.

Is there a way that we can control this page? We would like to provide the Silverlight plugin with our app so a user could then directly download it from our app when they don't already have the plugin installed.

flag

1 Answer

vote up 0 vote down

You can use the javascript API which was originally available in v1 of Silverlight to edit things like the loading animation and also the Install mechanism. Silverlight Javascript API

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.