Skip to main content

Unanswered Question Feedback Req: Do you need to know the list of released runtime build numbers?RSS Feed

(0)

MSMossyBlog
MSMossyBlog

Member

Member

98 points

35 Posts

Feedback Req: Do you need to know the list of released runtime build numbers?

Hi All,

I've noticed a few occasions where developers have wanted to know what Version of Silverlight is installed on the end users computer when they arrive at a site. There are a number of ways you can approach that question that will yield a response, namely in non-IE browsers tapping into the navigator.plugins["Silverlight Plug-In"].description will provide such an answer. In MSIE you realistically need to keep testing the Silverlight.isInstalled(buildnumber) until you get a FALSE (which infers the last known TRUE will yield you your known versions of installed Silverlight).

Now typically with all future builds we classify the number as being "0major.0.4monthday" (eg 03.0.41009) the build was released. Now this is helpful, as you can essentially run some for-loops over the month/days to yield the "Silverlight.isInstalled()" but that does often create a lot of redundancy in terms of logic.

Instead, what I'm thinking of providing is a JSON API on microsoft.com/silverlight which will provide a complete and up to date Array of Silverlight RELEASED buildnumbers that we actively support.

Is this something that folks would like or have a need for? Please reply with answers to the below questions

Questions:

  1. Why do you need this JSON Array to exist? can you expand on how you intend to use it?
  2. What else would you like to be added to this array ? (ie known browser/platform supported versions?)
  3. How have you found the overall "Get Silverlight" experience in terms of getting users to begin the installation (ie not the install wizard itself, but everything prior to this)
  4. What else would like from the Silverlight Team to help you solicit end users to Install Silverlight. Is there a blind spot we have and what would you like us to do (give it a priority weighting as well please).

 

 

--
Scott Barnes
Rich Platforms Product Manager
(WPF/Silverlight)
Microsoft.

blog: http://blogs.msdn.com/msmossyblog

Odegaard
Odegaard

Member

Member

35 points

48 Posts

Re: Feedback Req: Do you need to know the list of released runtime build numbers?

Considering the complexity of the current approach, it sounds to me that this is where you should put your focus. It shouldn't be this hard to get the version number. Your suggested solution using an API sounds more like a workaround than a solution.

Furthermore I question the real use-case here. If I publish an app, all I really need to care about is whether a minimum version is installed in order to run my app. If the user has a newer version... great, I don't care, the user is still good to go.

MSMossyBlog
MSMossyBlog

Member

Member

98 points

35 Posts

Re: Feedback Req: Do you need to know the list of released runtime build numbers?

Odegaard:

Considering the complexity of the current approach, it sounds to me that this is where you should put your focus. It shouldn't be this hard to get the version number. Your suggested solution using an API sounds more like a workaround than a solution.

If were to unlock a setting in the ActiveX control etc, this still wouldn't help the AS-IS situation, so either all, is the problem there?

Odegaard:

Furthermore I question the real use-case here. If I publish an app, all I really need to care about is whether a minimum version is installed in order to run my app. If the user has a newer version... great, I don't care, the user is still good to go.

Thus why I asked before implementation phase begins. If it's just a very small minority then so be it, virtual problem solved. If it's something the community have ongoing issues with and we don't know about it, then consider this a proactive investigation instead of a reactive.

 

--
Scott Barnes
Rich Platforms Product Manager
(WPF/Silverlight)
Microsoft.

blog: http://blogs.msdn.com/msmossyblog
  • Unanswered Question
  • Answered Question
  • Announcement