Changes

ITunes

28 bytes added, 14:07, 5 August 2011
Updated Applicationsupport to 2.0.1
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<package id='appleapplicationsupport' name='Apple Application Support' revision='12.50.21' reboot='false' priority='10'> <check type='registry' condition='equals' path='HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B3575D006A3F9D74-27EFBB80-49C24451-B9E08CA1-14B3D954E9924B3A857F1359}\DisplayVersion' value='1.5.2' />
<install cmd='msiexec /i "%SOFTWARE%\itunes\AppleApplicationSupport.msi" /passive /norestart' timeout='300'>
</upgrade>
<remove cmd='msiexec /x{B3575D006A3F9D74-27EFBB80-49C24451-B9E08CA1-14B3D954E9924B3A857F1359} /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='1605' />
The other features as of version 7.70 are: QuickTimeInternet, QuickTimeImage, QuickTimeEffects, QuickTimeMusic, QuickTimeAuthoring, QuickTimeCapture, QuickTimeForJava, 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).
Do not use Quicktime 7.69.80.9 which is bundled in the installation package of Itunes 10.4.0.80 because it contains [http://support.apple.com/kb/HT4826 known security flaws]
<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.70.80.34' reboot='false' priority='2'>
<chain package-id='quicktimesettings' />
Anonymous user