Changes

Jump to: navigation, search

ITunes

274 bytes added, 13:47, 5 August 2011
Updated Quicktime to 7.70.80.34
</package>
<!-- Do not use Quicktime 7.69.80.9 which is bundled in the installation package of Itunes 10.4.0.80 because it contains known security flaws --><package id='quicktime' name='Apple QuickTime' revision='7.6970.80.934' reboot='false' priority='10'>
<check type='uninstall' condition='exists' path='QuickTime' />
<check type='file' condition='versiongreaterorequal' path='%PROGRAMFILES%\QuickTime\QuickTimePlayer.exe' value='7.6970.80.934' />
<install cmd='msiexec /i "%SOFTWARE%\itunes\QuickTime.msi" SCHEDULE_ASUW=0 /passive /norestart' timeout='300'>
</upgrade>
<remove cmd='msiexec /x{57752979C9E14402-A1C93631-4C024182-856BB377-FBB27AC4E02C6B0DFB1C0339} /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='1605' />
=== Quicktime ===
The Quicktime installer package is grouped into multiple features (categories). For reasons that are left to the imagination of the reader, Apple prevents the user from deselecting any of those features through the GUI. However by using the ''ADDLOCAL'' switch, it is possible to specify which features should be installed. To use the audio and video playback capabilites of Quicktime, only the feature ''QuickTimeEssentials'' is necessary.
The other features as of version 7.69 70 are: QuickTimeInternet, QuickTimeImage, QuickTimeEffects, QuickTimeMusic, QuickTimeAuthoring, QuickTimeCapture, QuickTimeForJava, QuickTimeDiagnostics, QuickTimeProResDecoder. None of them is necessary to run ITunes, therefore they are all excluded. Be aware that ''QuickTimeInternet'' includes the Quicktime plugin for the Internet Explorer (see above for possible security implications when installing this feature).
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not use Quicktime 7.69.80.9 which is bundled in the installation package of Itunes 10.4.0.80 because it contains known security flaws --><package id='quicktime' name='Apple QuickTime' revision='7.6970.80.934' reboot='false' priority='2'>
<chain package-id='quicktimesettings' />
<check type='uninstall' condition='exists' path='QuickTime' />
<check type='file' condition='versiongreaterorequal' path='%PROGRAMFILES%\QuickTime\QuickTimePlayer.exe' value='7.6970.80.934' />
<!-- ADDLOCAL=QuickTimeEssentials: Only install the main feature of Quicktime -->
</upgrade>
<remove cmd='msiexec /x{57752979C9E14402-A1C93631-4C024182-856BB377-FBB27AC4E02C6B0DFB1C0339} /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='1605' />
Anonymous user

Navigation menu