Changes

Microsoft Silverlight

2 bytes removed, 23:01, 3 June 2010
Rearrange versions from newest to oldest in preparation for Version 4 update
This is a silent installer for Microsoft Silverlight, a plugin for rich interactive web content, in some extent similar to Macromedia Flash Player.
 
== Silverlight 2 ==
 
<source lang="xml">
<package
id="silverlight"
name="SilverLight"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Microsoft Silverlight" />
<install cmd='"%SOFTWARE%\silverlight\SilverLight 2.0.exe" /q' />
<upgrade cmd='"%SOFTWARE%\silverlight\SilverLight 2.0.exe" /q' />
<remove cmd='MsiExec.exe /X{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}' />
</package>
</source>
 
Silverlight install sometimes (always for some) exits with strange error codes (and says that it has done a rollback), yet the plugin is working fine after such fiasco.
 
== Silverlight 3 ==
The "/noupdate" installation switch seems to set the "HKEY_LOCAL_MACHINE\Software\Microsoft\Silverlight" "UpdateMode" to DWORD value "2".
== Silverlight 2 ==
 
<source lang="xml">
<package
id="silverlight"
name="SilverLight"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Microsoft Silverlight" />
<install cmd='"%SOFTWARE%\silverlight\SilverLight 2.0.exe" /q' />
<upgrade cmd='"%SOFTWARE%\silverlight\SilverLight 2.0.exe" /q' />
<remove cmd='MsiExec.exe /X{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}' />
</package>
</source>
 
Silverlight install sometimes (always for some) exits with strange error codes (and says that it has done a rollback), yet the plugin is working fine after such fiasco.
[[Category:Silent Installers]]
117
edits