Testing Silverlight install detection

Posted by Pat Long - Munkii Yebee on Stack Overflow See other posts from Stack Overflow or by Pat Long - Munkii Yebee
Published on 2010-06-04T06:32:17Z Indexed on 2010/06/04 6:39 UTC
Read the original article Hit count: 357

Filed under:

I have implemented a silverlight install process inline with the best practive approach described in Microsoft's "Installation Experience White Paper - Apr 2009".

I want to test out the following user scenarios

  1. Old version of Silverlight
  2. No Silverlight
  3. Cross browser

In the past I have seen tools for uninstalling and installing different versions of Flash for this same type of testing. Is there anything like that for Silverlight? I know I can disable the plug ins but that is not the same IMHO

TIA

Pat

© Stack Overflow or respective owner

Related posts about Silverlight