Difference between revisions of "Quicktime Alternative"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
 
Line 1: Line 1:
<package
+
It is wise to install browsers before this one to get the plugin.
id="realalternative"
+
 
name="Real Alternative 1.43"
+
<package
revision="1"
+
  id="quicktimealternative"
reboot="false"
+
  name="Quicktime Alternative 1.48"
priority="0">
+
  revision="1"
<check type="uninstall" condition="exists" path="Real Alternative 1.43" />
+
  reboot="false"
<install cmd='"\\server\wpkg\pkg\realalt143.exe" /verysilent /noreboot'>
+
  priority="0">
<exit code="0" />
+
  <check type="uninstall" condition="exists" path="QuickTime Alternative 1.48" />
</install>
+
  <install cmd='"\\server\wpkg\pkg\quicktimealt_148.exe" /verysilent /noreboot'>
<remove cmd='"C:\Program Files\Real Alternative\unins000.exe" /SILENT' />
+
    <exit code="0" />
</package>
+
  </install>
 +
  <remove cmd='"C:\Program Files\QuickTime Alternative\unins000.exe" /SILENT' />
 +
</package>
 +
 
 +
 
 +
[[category:Silent Installers|Quicktime Alternative]]

Revision as of 22:05, 27 August 2005

It is wise to install browsers before this one to get the plugin.

<package
  id="quicktimealternative"
  name="Quicktime Alternative 1.48"
  revision="1"
  reboot="false"
  priority="0">
  <check type="uninstall" condition="exists" path="QuickTime Alternative 1.48" />
  <install cmd='"\\server\wpkg\pkg\quicktimealt_148.exe" /verysilent /noreboot'>
    <exit code="0" />
  </install>
  <remove cmd='"C:\Program Files\QuickTime Alternative\unins000.exe" /SILENT' />
</package>