Jump to content

The Ultimate Itunes Unattended Guide


PryGuy

Recommended Posts

Had a bit of a headache trying to get iTunes 6 / Quicktime working with RunOnceEx. Not sure of all the switches etc, but this works:

REG ADD %KEY%\006 /VE /D "iTunes" /f

REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\iTunes\batch_file.cmd "/f

Simple batch file (batch_file.cmd)

@echo off

title Installer

echo installing iTunes

echo.

echo

start /wait %systemdrive%\install\iTunes\iTunesSetup

echo.

exit

Edited by nero1973
Link to comment
Share on other sites


i'm having trouble with 6.0.5.20

it will install, but only after the runonceex window closes... anyone else know why this happens?

%cdrom%\\$OEM$\\Applications\\itunes\\iTunesSetup.exe /S /V"ISSETUPDRIVEN=0 ASSUME_MEDIA_DEFAULTS=0 ASSUME_QT_DEFAULTS=0 ALLUSERS=1 SILENT_INSTALL=1 /QN"

XCOPY "%cdrom%\$OEM$\Applications\itunes\iTunes.pref" "%UserProfile%\Application Data\Apple Computer\iTunes\" /EY

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...