Jump to content

Recommended Posts

Posted (edited)

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

Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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