Q: iTunes 12.5.1 deployment issue
I have the problem with custom installation via SCCM 2012 the new version of ITunes 12.5.1
Below is my the script for installation.....The application has been installed but I am not able to open iTunes on users PC.
I got 2 errors:
The first error message:
The procedure entry point AVCFPlayerSetClientEnforcedExternalprotectionMethod could not be located in the dynamic link library AVFoundationCF.dll
The second error message:
iTunes was not installed correctly. Please reinstall iTunes
Error 7 (windows error127)
I also would like to remark I cannot install quicktime and Bonjour in my environment.
Could you please let me know what can I do?
echo Installing Apple Application Support
start "" /wait msiexec /i "AppleApplicationSupport.msi" /qn /norestart ALLUSERS=true
echo Installing Mobile Device Support
start "" /wait msiexec /i "AppleMobileDeviceSupport.msi" /qn /norestart
echo Installing iTunes
start "" /wait msiexec /i "iTunes.msi" /qn /norestart
echo Cleaning Up Installation
if exist "C:\Users\Public\Desktop\iTunes.lnk" del "C:\Users\Public\Desktop\iTunes.lnk"
exit /B %EXIT_CODE%
iTunes 12.5.1, Windows 7
Posted on Sep 15, 2016 5:52 AM