Changes

Jump to: navigation, search

ITunes

94 bytes added, 17:17, 2 April 2015
Used <source> for PHP & VBS markup, made minor English corrections and noted potential risk
** If you have playback problems with 64-bit iTunes, download iTunes64Setup.exe and extract iTunes64.msi, AppleApplicationSupport64.msi and AppleMobileDeviceSupport64.msi
<presource lang="php">
<?php
# simple script for to download and extract iTunes MSI packages# require requires wget nad and 7z in %path%
$url = 'https://www.apple.com/itunes/download/';
if(preg_match('/\.exe$/', $foo)){
$filename = basename($foo);
system("wget --no-check-certificate -O $filename $foo");// XXX --no-check-certificate could be dangerous
$dirname = preg_replace('/\.exe$/', '', $filename);
if(!is_dir($dirname)){
return $data;
}
</presource>
== Notes ==
= Full iTunes 10.4.0.80 installation in VBS =
<source lang="vb">
' Directory folder %Software\iTunes, the script requires that the *.vbs file is located the same place as all *.msi files. If you have SCCM, you can distribute this script as a package.
Set wshShell = CreateObject( "WScript.Shell" )
wshShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Apple Computer, Inc.\iTunes\Parental Controls\Default\AdminFlags", 16777473, "REG_DWORD"
</source>
 'Copy this to notepad++ or anoter another editor, save as *.vbs :-)
= iTunes 12.1.1.4 installation =
91
edits

Navigation menu