Difference between revisions of "Real Alternative"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
 
Line 1: Line 1:
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.
+
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.
 
Real Alternative is the RealPlayer package with plugins without the benefits of spyware.
Line 7: Line 9:
 
  <package
 
  <package
 
   id="realalternative"  
 
   id="realalternative"  
   name="Real Alternative 1.43"
+
   name="Real Alternative 1.44"
   revision="1"
+
   revision="2"
 
   reboot="false"
 
   reboot="false"
 
   priority="0">
 
   priority="0">
 
   <check type="uninstall" condition="exists" path="Real Alternative 1.43" />
 
   <check type="uninstall" condition="exists" path="Real Alternative 1.43" />
   <install cmd='"\\server\wpkg\pkg\realalt143.exe" /verysilent /noreboot'>
+
   <install cmd='"\\server\wpkg\pkg\realalt144.exe" /verysilent /noreboot'>
 
     <exit code="0" />
 
     <exit code="0" />
 
   </install>
 
   </install>
   <remove cmd='"C:\Program Files\Real Alternative\unins000.exe" /SILENT' />
+
   <upgrade cmd='"\\server\wpkg\pkg\realalt144.exe" /verysilent /noreboot'>
 +
    <exit code="0" />
 +
  </upgrade>
 +
  <remove cmd='"%ProgramFiles%\Real Alternative\unins000.exe" /SILENT' />
 
  </package>
 
  </package>
  
  
 
[[category:Silent Installers|Real Alternative]]
 
[[category:Silent Installers|Real Alternative]]

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.43" />
  <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>