Difference between revisions of "Real Alternative"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(No difference)

Revision as of 22:09, 27 August 2005

This is a silent installer for Real Alternative 1.48 from http://www.free-codecs.com - you would have to double check for a different version.

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.43"
  revision="1"
  reboot="false"
  priority="0">
  <check type="uninstall" condition="exists" path="Real Alternative 1.43" />
  <install cmd='"\\server\wpkg\pkg\realalt143.exe" /verysilent /noreboot'>
    <exit code="0" />
  </install>
  <remove cmd='"C:\Program Files\Real Alternative\unins000.exe" /SILENT' />
</package>