Difference between revisions of "Quicktime Alternative"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 4: Line 4:
 
  <package
 
  <package
 
   id="quicktimealternative"
 
   id="quicktimealternative"
   name="Quicktime Alternative 1.48"
+
   name="Quicktime Alternative 1.63"
 
   revision="1"
 
   revision="1"
 
   reboot="false"
 
   reboot="false"
 
   priority="0">
 
   priority="0">
   <check type="uninstall" condition="exists" path="QuickTime Alternative 1.48" />
+
   <check type="uninstall" condition="exists" path="QuickTime Alternative 1.63" />
   <install cmd='"\\server\wpkg\pkg\quicktimealt_148.exe" /verysilent /noreboot'>
+
   <install cmd='"\\server\wpkg\pkg\quicktimealt163.exe" /verysilent /noreboot'>
 
     <exit code="0" />
 
     <exit code="0" />
 
   </install>
 
   </install>
   <remove cmd='"C:\Program Files\QuickTime Alternative\unins000.exe" /SILENT' />
+
   <remove cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' />
 
  </package>
 
  </package>
  
  
 
[[category:Silent Installers|Quicktime Alternative]]
 
[[category:Silent Installers|Quicktime Alternative]]

Revision as of 05:54, 26 October 2005

This is a silent installer for Quicktime Alternative 1.48 from http://www.free-codecs.com - you would have to double check for a different version. It is wise to install browsers before this one to get the plugin.

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