Apple iTunes 11
Not that hard to get a silent install, but when someone asks for some extra settings... then it gets a little problematic. But luckily there is help at hand, the trust worthy vendors have this:… Read More
REM Remove Apple Application supportmsiexec /x "{AAC5D43E-816D-4C2D-8E51-55FFF35BE301}" /QN REBOOT=ReallySuppressREM Remove iTunes 11.1.5 x64msiexec /x "{B8BA155B-1E75-405F-9CB4-8A99615D09DC}" … Read More
There are two separate installers for iTunes, a 32-bit version and a 64-bit version. When you visit http://www.apple.com/itunes/, you will receive the installer that matches the architecture of… Read More
Unchecking 'Check for new software updates automatically' after the fact. Copy iTunesPrefs.xml to %USERPROFILE%\AppData\Local\Apple Computer\iTunes\ (Local not Roaming). The diff looks like t… Read More
Powershell variation for the script Start-Process -FilePath MSIexec -ArgumentList "/i AppleApplicationSupport.msi ALLUSERS=1 /qb-!" -Wait Start-Process -FilePath MSIexec -ArgumentList "/i App… Read More
The following is the setup.bat file I used to install all three MSI files. @echo offclsecho iTunes Installer for Windows 7 x64echo:echo Installing Apple Application Support...msiexec /i %~dp0A… Read More