Changes

Jump to: navigation, search

ITunes

866 bytes added, 12:24, 28 June 2013
Full ITunes installation 11: - Added 64bit and updated to 11.0.4.4
Deploy File/Folder Structure
%SOFTWARE%\itunes\iTunes.msi
%SOFTWARE%\itunes\iTunes64.msi
%SOFTWARE%\itunes\AppleMobileDeviceSupport.msi
%SOFTWARE%\itunes\AppleApplicationSupport.msi
%SOFTWARE%\itunes\AppleApplicationSupport64.msi
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<package id='appleapplicationsupport' name='Apple Application Support' revision='%PKGVER%' reboot='false' priority='10'>
<variable name='PKGVER' value='2.3.24' />
<check type='uninstall' condition='versiongreaterorequal' path='Apple Application Support' value='%PKGVER%'/>
<exit code='3010' reboot='postponed' />
</install>
<upgrade include='install' />
</remove>
</package>
<package id='applemobilesupport' name='Apple Mobile Device Support' revision='%PKGVER%' reboot='false' priority='10'>
<variable name='PKGVER' value='6.1.0.113' /> <variable name="PKG_SOURCE" value='%SOFTWARE%\itunes\AppleMobileDeviceSupport.3msi' architecture="x86" /> <variable name="PKG_SOURCE" value='%SOFTWARE%\itunes\AppleMobileDeviceSupport64.msi' architecture="x64" /> <variable name="PRODUCT_ID" value='{E14ADE0E-75F3-4A46-87E5-26692DD626EC}' architecture="x86" /> <variable name="PRODUCT_ID" value='{2F72F540-1F60-4266-9506-952B21D6640D}' architecture="x64" />
<check type='uninstall' condition='versiongreaterorequal' path='Apple Mobile Device Support' value='%PKGVER%' />
<install cmd='msiexec /i "%SOFTWAREPKG_SOURCE%\itunes\AppleMobileDeviceSupport.msi" /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='3010' reboot='postponed' />
<upgrade include='install' />
<remove cmd='msiexec /x{459699C3-9430-4381-964B-4248D87B49F9} %PRODUCT_ID% /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='1605' />
</remove>
</package>
<package id='itunes' name='Apple iTunes' revision='%PKGVER%' reboot='false' priority='9'>
<depends package-id='appleapplicationappleapplicationsupport' /> <depends package-id='applemobilesupport' />
<variable name='PKGVER' value='11.0.04.1634' /> <variable name="PKG_SOURCE" value='%SOFTWARE%\itunes\iTunes.msi' architecture="x86" /> <variable name="PKG_SOURCE" value='%SOFTWARE%\itunes\iTunes64.msi' architecture="x64" /> <variable name="PRODUCT_ID" value='{91FD46D2-4FB7-4A51-8637-556E1BE1DB7C}' architecture="x86" /> <variable name="PRODUCT_ID" value='{76FF0F03-B707-4332-B5D1-A56C8303514E}' architecture="x64" />
<check type='uninstall' condition='versiongreaterorequal' path='iTunes' value='%PKGVER%' />
<check type='registry' condition='equals' path='HKLM\SOFTWARE\Apple Computer, Inc.\iTunes\Parental Controls\Default\AdminFlags' value='257' />
<install cmd='msiexec.exe /i "%SOFTWAREPKG_SOURCE%\itunes\iTunes.msi" SCHEDULE_ASUW=0 /passive' timeout='300'>
<exit code='0' />
<exit code='3010' reboot='postponed' />
<upgrade include='install' />
<remove cmd='msiexec.exe /x{1B6C0E95-182C-48E0-9C4B-4F916308249C} %PRODUCT_ID% /passive /norestart' timeout='300'>
<exit code='0' />
<exit code='1605' />
Anonymous user

Navigation menu