/build/static/layout/Breadcrumb_cap_w.png

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 23.8k  |  Created: 03/09/2015 by: _nilsson_

Average Rating: 0
iTunes has 3 inventory records, 34 Questions, 3 Blogs and 3 links. Please help add to this by sharing more!

Deployment Tips (4)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 5 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)

Deployment Tip Summary

msiexec.exe /i "iTunes.msi" ALLUSERS=1 /qn /norestart /log output.log
1
Note
Run ITunes ver 12.7.0.166 x64  and then collect msi files from %temp% folder.
Use a variant of below to install. I have not installed AppleSoftwareUpdate msi

============================================================
REM Does not included AppleSoftwareUpdate

REM Installing Apple Application Support
msiexec /i "%~dp0AppleApplicationSupport.msi" /qn /norestart ALLUSERS=true /l*v "%windir%\logs\AppleApplicationSupport12.7.0.166.log"

REM Installing Apple Application Support
msiexec /i "%~dp0AppleApplicationSupport64.msi" /qn /norestart ALLUSERS=true /l*v "%windir%\logs\AppleApplicationSupport6412.7.0.166.log"
 
echo Installing Mobile Device Support
msiexec /i "%~dp0AppleMobileDeviceSupport6464.msi" /qn /norestart /l*v "%windir%\logs\AppleMobileDeviceSupport646412.7.0.166.log"
 
REM Installing Bonjour
msiexec /i "%~dp0Bonjour64.msi" /qn /norestart /l*v "%windir%\logs\Bonjour6412.7.0.166.log"
 
REM Installing iTunes
msiexec /i "%~dp0iTunes64.msi" /qn /norestart /l*v "%windir%\logs\iTunes64.msi12.7.0.166.log"

REM  Cleaning Up Installation
if exist "C:\Users\Public\Desktop\iTunes.lnk" del "C:\Users\Public\Desktop\iTunes.lnk"
 
Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Somewhat Easy
Platform(s): Windows
1
Note
Add this line and the reg file to disable updates prompt.
Details of the .reg file are here : https://support.apple.com/en-au/HT201677

REGEDIT.EXE /S  DisableUpdates.REG

========================================================
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Apple Computer, Inc.\iTunes\Parental Controls\Default]

"AdminFlags"=dword:01000101

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apple Computer, Inc.\iTunes\Parental Controls\Default]

"AdminFlags"=dword:01000101

Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Somewhat Difficult
Platform(s): Windows
  • If someone uses baramundi, use 16777473 unstead of 01000101.
    Otherwise the reg entry will be converded to hex and looks like this:
    "AdminFlags"=dword:000f42a5 - cyco1982 3 years ago
0
Command Line

Use these parameters to install iTunes WITHOUT Bonjour

/i "iTunes.msi" ALLUSERS=1 /qn /norestart /log output.log TRANSFORMS=NoBonjour.mst REENABLEAUTORUN=0

Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Somewhat Easy
Platform(s): Windows
0
Note

msi can be extracted from setup.exe


Following MSI  are extracted : 


1. iTunes64.msi  (iTunes:12.10.5.12)

2. Bonjour64.msi (Bonjour:3.1.0.1)

3. AppleMobileDeviceSupport64.msi (Apple Mobile Device Support:13.5.0.20)

4. AppleApplicationSupport64.msi (Apple Application Support (64-bit):8.4)

5. AppleApplicationSupport.msi (Apple Application Support (32-bit):8.4)


(ARP Entry : Version)


To suppress License agreement :



https://www.applepie.se/apple-itunes-12-7-and-software-license-agreement-registry-key


for me code was "EA1528"


en-US


Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer with Custom Transform (MST)
Deployment Difficulty: Somewhat Easy
Platform(s): Windows
This content is currently hidden from public view.
Reason: Removed by member request For more information, visit our FAQ's.

Inventory Records (3)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

iTunes

Version

12

Questions & Answers (34)

Questions & Answers related to Apple iTunes

4
ANSWERS
1
ANSWERS
6
ANSWERS
2
ANSWERED
2
ANSWERS
1
ANSWERS
2
ANSWERS
4
ANSWERED
2
ANSWERS
1
ANSWERS
3
ANSWERS
1
ANSWERS
1
ANSWERS
2
ANSWERS
1
ANSWERS

Blogs (3)

Blog posts related to Apple iTunes

Reviews (0)

Reviews related to Apple iTunes

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ