Difference between revisions of "Quicktime Alternative"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Revised to Version 2.80, change revisioning from 3 to 280 (e.g. equal to 7-zip))
Line 18: Line 18:
 
   
 
   
 
   <remove cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' />
 
   <remove cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' />
 +
</package>
 +
</source>
 +
 +
 +
== QT Lite 4.0.0 ==
 +
 +
QT Lite is QT Alternative without Media Player Classic. It can be downloaded [http://www.free-codecs.com/download/QT_Lite.htm here]
 +
 +
<source lang="xml">
 +
 +
<package
 +
  id="quicktimealternativelite"
 +
  name="Quicktime Alternative Lite 4.0.0"
 +
  revision="400"
 +
  reboot="false"
 +
  priority="5">
 +
  <check type="uninstall" condition="exists" path="QT Lite 4.0.0" />
 +
  <install cmd='"%SOFTWARE%\QT_Lite-400.exe" /verysilent /noreboot' />
 +
 +
  <upgrade cmd='"%ProgramFiles%\QT Lite\unins000.exe" /SILENT' />
 +
  <upgrade cmd='"%SOFTWARE%\QT_Lite-400.exe" /verysilent /noreboot' />
 +
 +
  <remove cmd='"%ProgramFiles%\QT Lite\unins000.exe" /SILENT' />
 
</package>
 
</package>
 
</source>
 
</source>
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 13:54, 28 October 2010

This is a silent installer for Quicktime Alternative 2.80 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.

By just incrementing the Version by adding a dot between the 2 last Version digits in "path=" you should be able to upgrade easily. This is different older revisions (1.65 was: "QuickTime Alternative 1.65")

<package
   id="quicktimealternative"
   name="Quicktime Alternative 2.80"
   revision="280"
   reboot="false"
   priority="0">
   <check type="uninstall" condition="exists" path="QuickTime Alternative 2.8.0" />
   <install cmd='"%SOFTWARE%\quicktimealt280.exe" /verysilent /noreboot' />
 
   <upgrade cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' />
   <upgrade cmd='"%SOFTWARE%\quicktimealt280.exe" /verysilent /noreboot' />
 
   <remove cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' />
</package>


QT Lite 4.0.0

QT Lite is QT Alternative without Media Player Classic. It can be downloaded here

<package
   id="quicktimealternativelite"
   name="Quicktime Alternative Lite 4.0.0"
   revision="400"
   reboot="false"
   priority="5">
   <check type="uninstall" condition="exists" path="QT Lite 4.0.0" />
   <install cmd='"%SOFTWARE%\QT_Lite-400.exe" /verysilent /noreboot' />
 
   <upgrade cmd='"%ProgramFiles%\QT Lite\unins000.exe" /SILENT' />
   <upgrade cmd='"%SOFTWARE%\QT_Lite-400.exe" /verysilent /noreboot' />
 
   <remove cmd='"%ProgramFiles%\QT Lite\unins000.exe" /SILENT' />
</package>