Changes
ITunes
,neue Version von itunes
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<package id='appleapplicationsupport' name='Apple Application Support' revision='1.5.2' reboot='false' priority='210'>
<check type='registry' condition='equals' path='HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B3575D00-27EF-49C2-B9E0-14B3D954E992}\DisplayVersion' value='1.5.2' />
<install cmd='msiexec /i "%SOFTWARE%\itunes\AppleApplicationSupport.msi" /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='3010' reboot='postponed' />
</install>
<upgrade cmd='msiexec /i "%SOFTWARE%\itunes\AppleApplicationSupport.msi" /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='3010' reboot='postponed' />
</upgrade>
<remove cmd='msiexec /x{B3575D00-27EF-49C2-B9E0-14B3D954E992} /passive /norestart' timeout='300'>
<exit code='0' />
</remove>
</package>
<package id='applemobilesupport' name='Apple Mobile Device Support' revision='3.4.1.2' reboot='false' priority='210'>
<check type='registry' condition='equals' path='HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C23CD6DA-1958-43A5-ADD0-59396572E02E}\DisplayVersion' value='3.4.1.2' />
<install cmd='msiexec /i "%SOFTWARE%\itunes\AppleMobileDeviceSupport.msi" /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='3010' reboot='postponed' />
</install>
<upgrade cmd='msiexec /i "%SOFTWARE%\itunes\AppleMobileDeviceSupport.msi" /passive /norestart' timeout='300'>
<exit code='0' />
</remove>
</package>
<package id='quicktime' name='Apple QuickTime' revision='7.69.80.9' reboot='false' priority='10'> <check type='uninstall' condition='exists' path='iTunesQuickTime' /> <check type='file' condition='versiongreaterorequal' path='%PROGRAMFILES%\iTunesQuickTime\iTunesQuickTimePlayer.exe' value='107.369.080.549' /> <install cmd='msiexec.exe /i "%SOFTWARE%\itunes\iTunesQuickTime.msi" SCHEDULE_ASUW=0 /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='3010' reboot='postponed' />
</install>
<exit code='0' />
<exit code='3010' reboot='postponed' />
</upgrade>
<exit code='0' />
<exit code='1605' />
</remove>
</package>
<exit code='0' />
<exit code='3010' reboot='postponed' />
</install>
<exit code='0' />
<exit code='3010' reboot='postponed' />
</upgrade>
<upgrade cmd='reg add "HKLM\SOFTWARE\Apple Computer, Inc.\iTunes\Parental Controls\Default" /v "AdminFlags" /t REG_DWORD /d "0x101" /f' timeout='60' /> <remove cmd='msiexec .exe /x{57752979C897FCB3-A1C92F8B-4C024185-856B8035-FBB27AC4E02C79E2AF3A92A4} /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='1605' />
</remove>
</package>
</source>