Changes

Jump to: navigation, search

Microsoft Silverlight

636 bytes added, 10:47, 12 January 2012
no edit summary
You can check for the latest version at http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx
 
== Silverlight 5 ==
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<package
id="silverlight"
name="Microsoft Silver Light 5"
revision="%version%"
reboot="false"
priority="50">
<variable name="version" value="5.0.61118.0" />
<check
type="uninstall"
condition="versionequalto"
path="Microsoft Silverlight"
value="%version%" />
<install cmd='"%SOFTWARE%\silverlight\Silverlight-%version%.exe" /q /noupdate' />
<upgrade cmd='"%SOFTWARE%\silverlight\Silverlight-%version%.exe" /q /noupdate' />
<remove cmd='msiexec /qn /x{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}' />
</package>
</source>
== Silverlight 4 ==
Anonymous user

Navigation menu