Posted in
Quicktime Installation
In order to use iTunes, Quicktime needs to be manually downloaded e. Once saved in \packages\apple, create the install script \scripts\quicktime.bat:
:: OPTIONAL: Install Quicktime
:: need to get it manually
:: <http://www.apple.com/quicktime/download/>
@echo off
todo.pl "%Z%\packages\apple\QuickTimeInstaller.exe /passive"iTunes Installation
iTunes needs to be manually downloaded from Apple's iTunes page. Once saved in \packages\apple, create the install script \scripts\itunes.bat:
:: OPTIONAL: Install iTunes
:: need to get it manually
:: <http://www.apple.com/itunes/download/>
@echo off
todo.pl "%Z%\packages\apple\iTunesSetup.exe /passive"- Login to post comments