iTunes Deployment
I'm looking for command line switches, security details.
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
See deployment tips here: http://www.itninja.com/software/apple/itunes/9-418
See deployment tips here: http://www.itninja.com/software/apple/itunes/9-418
Please log in to answer
Posted by:
Timanator
12 years ago
I am working on the latest iTunes as well, the supress update in the documentation does not seem to be working for 10.5 or 10.6.
Comments:
-
Extract the MSIs, and put this into a batch:
AppleApplicationSupport.msi /qn
AppleMobileDeviceSupport64.msi /qn
Bonjour64.msi /qn
QuickTime.msi /qn QT_TRAY_ICON=2 DESKTOP_SHORTCUTS=0 SCHEDULE_ASUW=0 ASSUME_QT_DEFAULTS=0
iTunes64.msi /qn STANDALONE=1 AMDS_IS_INSTALLED=1 APPLEAPPLICATIONSUPPORT_IS_INSTALLED=1 DESKTOP_SHORTCUTS=0 FORCE_SUB_INSTALLS=0 INSTALL_ASUW=0 REENABLEAUTORUN=0 OUTLOOK_LOAD_BEHAVIOR=0 MEDIA_DEFAULTS=0 NO_ASUW=1 QUICKTIME_IS_INSTALLED=1 IAcceptLicense=Yes LaunchiTunesHelper=0 SCHEDULE_ASUW=0 - larryw 12 years ago
Posted by:
mrjoolz
12 years ago
I found a batch file containing the below entries worked for me.
unpackaged the Itunes.exe using 7zip and and then create a batch file dist, with the additional files required for installation.
AppleApplicationSupport.msi /qn
AppleMobileDeviceSupport64.msi /qn
AppleSoftwareUpdate.msi /qn
Bonjour64.msi /qn
iTunes64.msi /qn