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