Difference between revisions of "Real Alternative"
From WPKG | Open Source Software Deployment and Distribution
Line 1: | Line 1: | ||
− | This is a silent installer for Real Alternative 1. | + | This is a silent installer for Real Alternative 1.44 from http://www.free-codecs.com - you would have to double check for a different version. |
+ | |||
+ | Upgrade from 1.43 to 1.44 seems to work if you increment the revision number. | ||
Real Alternative is the RealPlayer package with plugins without the benefits of spyware. | Real Alternative is the RealPlayer package with plugins without the benefits of spyware. | ||
Line 7: | Line 9: | ||
<package | <package | ||
id="realalternative" | id="realalternative" | ||
− | name="Real Alternative 1. | + | name="Real Alternative 1.44" |
− | revision=" | + | revision="2" |
reboot="false" | reboot="false" | ||
priority="0"> | priority="0"> | ||
<check type="uninstall" condition="exists" path="Real Alternative 1.43" /> | <check type="uninstall" condition="exists" path="Real Alternative 1.43" /> | ||
− | <install cmd='"\\server\wpkg\pkg\ | + | <install cmd='"\\server\wpkg\pkg\realalt144.exe" /verysilent /noreboot'> |
<exit code="0" /> | <exit code="0" /> | ||
</install> | </install> | ||
− | < | + | <upgrade cmd='"\\server\wpkg\pkg\realalt144.exe" /verysilent /noreboot'> |
+ | <exit code="0" /> | ||
+ | </upgrade> | ||
+ | <remove cmd='"%ProgramFiles%\Real Alternative\unins000.exe" /SILENT' /> | ||
</package> | </package> | ||
[[category:Silent Installers|Real Alternative]] | [[category:Silent Installers|Real Alternative]] |
Revision as of 19:53, 24 October 2005
This is a silent installer for Real Alternative 1.44 from http://www.free-codecs.com - you would have to double check for a different version.
Upgrade from 1.43 to 1.44 seems to work if you increment the revision number.
Real Alternative is the RealPlayer package with plugins without the benefits of spyware.
It is wise to install browsers before this one to get the plugin.
<package id="realalternative" name="Real Alternative 1.44" revision="2" reboot="false" priority="0"> <check type="uninstall" condition="exists" path="Real Alternative 1.43" /> <install cmd='"\\server\wpkg\pkg\realalt144.exe" /verysilent /noreboot'> <exit code="0" /> </install> <upgrade cmd='"\\server\wpkg\pkg\realalt144.exe" /verysilent /noreboot'> <exit code="0" /> </upgrade> <remove cmd='"%ProgramFiles%\Real Alternative\unins000.exe" /SILENT' /> </package>