Difference between revisions of "Microsoft Silverlight"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 14: | Line 14: | ||
</package> | </package> | ||
</source> | </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]] | [[Category:Silent Installers]] |
Revision as of 17:05, 29 March 2009
This is a silent installer for Microsoft Silverlight, a plugin for rich interactive web content, in some extent similar to Macromedia Flash Player.
<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>
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.