less than 1 minute read

Enabling Silverlight Installation on Desktop

To enable installation of Silverlight applications on Desktop, we need to add some custom code in Property > AppManifest.xml

[sourcecode language='xml']
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
Comments that are displayed in More Information
[/sourcecode]

[sourcecode language='xml']

    xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml>
 
 
   
     
       
     

      Comments that are displayed in More Information
   

 

[/sourcecode]

And when any one accesses it, is able to install by right click and even create shortcuts...