Real Alternative

This is a silent installer for Real Alternative from http://www.free-codecs.com/download/real_alternative.htm

Real Alternative is the RealPlayer package with plugins and without the spyware.

It is wise to install browsers before this one, so that the plugin is installed into the brower's program files directory. You can achieve this using different priority levels, or using a 'depends-on' tag.

<?xml version="1.0" encoding="UTF-8"?>
<!-- OpenSource -->
<packages>
<package
    id="RealAlternative"
    name="Real Alternative %version%"
    revision="%short_version%"
    reboot="false"
    priority="60">

    <variable name="version" value="2.0.2" />
    <variable name="short_version" value="202" />

    <check type="uninstall" condition="exists" path="Real Alternative %version%" />

    <install cmd='"%SOFTWARE%\realplayer\Real_Alternative_%short_version%.exe" /verysilent /noreboot' />

    <upgrade cmd='"%SOFTWARE%\realplayer\Real_Alternative_%short_version%.exe" /verysilent /noreboot' />

    <remove architecture="x86" cmd='"%ProgramFiles%\Real Alternative\unins000.exe" /verysilent /noreboot' />
    <remove architecture="x64" cmd='"%ProgramFiles(x86)%\Real Alternative\unins000.exe" /verysilent /noreboot' />
</package>
</packages>