Difference between revisions of "Real Alternative"
From WPKG | Open Source Software Deployment and Distribution
Line 13: | Line 13: | ||
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.44" /> |
<install cmd='"\\server\wpkg\pkg\realalt144.exe" /verysilent /noreboot'> | <install cmd='"\\server\wpkg\pkg\realalt144.exe" /verysilent /noreboot'> | ||
<exit code="0" /> | <exit code="0" /> |
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.44" /> <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>