Difference between revisions of "Real Alternative"
From WPKG | Open Source Software Deployment and Distribution
m |
(Updated to Version 1.90, changed revision from 3 to 190 (seems more logical to me)) |
||
Line 1: | Line 1: | ||
− | This is a silent installer for Real Alternative 1. | + | This is a silent installer for Real Alternative 1.90 from http://www.free-codecs.com - you would have to double check for a different version. |
Upgrade from 1.43 to 1.44 to 1.51 seems to work if you increment the revision number. | Upgrade from 1.43 to 1.44 to 1.51 seems to work if you increment the revision number. | ||
+ | Upgrade from 1.80 to 1.90 also worked by incrementing the revision number by adding a dot between the last version digit. | ||
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 10: | Line 11: | ||
<package | <package | ||
id="realalternative" | id="realalternative" | ||
− | name="Real Alternative 1. | + | name="Real Alternative 1.90" |
− | revision=" | + | revision="190" |
reboot="false" | reboot="false" | ||
priority="0"> | priority="0"> | ||
− | <check type="uninstall" condition="exists" path="Real Alternative 1. | + | <check type="uninstall" condition="exists" path="Real Alternative 1.9.0" /> |
− | <install cmd='"%SOFTWARE%\ | + | <install cmd='"%SOFTWARE%\realalt190.exe" /verysilent /noreboot' /> |
− | <upgrade cmd='"%SOFTWARE%\ | + | <upgrade cmd='"%SOFTWARE%\realalt190.exe" /verysilent /noreboot' /> |
<remove cmd='"%ProgramFiles%\Real Alternative\unins000.exe" /verysilent /noreboot' /> | <remove cmd='"%ProgramFiles%\Real Alternative\unins000.exe" /verysilent /noreboot' /> | ||
</package> | </package> |
Revision as of 17:04, 14 February 2009
This is a silent installer for Real Alternative 1.90 from http://www.free-codecs.com - you would have to double check for a different version.
Upgrade from 1.43 to 1.44 to 1.51 seems to work if you increment the revision number. Upgrade from 1.80 to 1.90 also worked by incrementing the revision number by adding a dot between the last version digit.
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. You can achieve this using different priority levels, or using a 'depends-on' tag.
<package
id="realalternative"
name="Real Alternative 1.90"
revision="190"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Real Alternative 1.9.0" />
<install cmd='"%SOFTWARE%\realalt190.exe" /verysilent /noreboot' />
<upgrade cmd='"%SOFTWARE%\realalt190.exe" /verysilent /noreboot' />
<remove cmd='"%ProgramFiles%\Real Alternative\unins000.exe" /verysilent /noreboot' />
</package>