Difference between revisions of "Real Alternative"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 14: Line 14:
 
   priority="0">
 
   priority="0">
 
   <check type="uninstall" condition="exists" path="Real Alternative 1.44" />
 
   <check type="uninstall" condition="exists" path="Real Alternative 1.44" />
   <install cmd='"\\server\wpkg\pkg\realalt144.exe" /verysilent /noreboot'>
+
   <install cmd='"%SOFTWARE%\realalt144.exe" /verysilent /noreboot' />
    <exit code="0" />
+
   <upgrade cmd='"%SOFTWARE%\realalt144.exe" /verysilent /noreboot' />
  </install>
+
   <upgrade cmd='"\\server\wpkg\pkg\realalt144.exe" /verysilent /noreboot'>
+
    <exit code="0" />
+
  </upgrade>
+
 
   <remove cmd='"%ProgramFiles%\Real Alternative\unins000.exe" /SILENT' />
 
   <remove cmd='"%ProgramFiles%\Real Alternative\unins000.exe" /SILENT' />
 
  </package>
 
  </package>
  
  
[[category:Silent Installers|Real Alternative]]
+
[[category:Silent Installers]]

Revision as of 12:06, 3 October 2006

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='"%SOFTWARE%\realalt144.exe" /verysilent /noreboot' />
  <upgrade cmd='"%SOFTWARE%\realalt144.exe" /verysilent /noreboot' />
  <remove cmd='"%ProgramFiles%\Real Alternative\unins000.exe" /SILENT' />
</package>