Hi Everyone! I've been charged by my system admin with the task of figuring out why Quicktime and Sun Java aren't being install via RunOnce.cmd and I'm stumped. So...here's the dirty details: -Windows XP sp1 -Using winnt.sif to setup environment (GUIRunOnce) and then runonce.cmd to install applications -Quicktime 6.5.1 -Sun Java JRE 1.5.0.07 Command being used in runonce.cmd: REG ADD %KEY%\040 /V 2 /D "\\<server>\<share>\Apple\iTunesSetup.exe /s /v"SILENT_INSTALL=1 ALLUSERS=1 /qb"" /f REG ADD %KEY%\025 /V 2 /D "\\<server>\<share>\SunJava\jre-1_5_0_07-windows-i586-p.exe /s /v"/qn IEXPLORER=1 ADDLOCAL=ALL UPDATE=1 /L C:\jre.log"" /f The commands run fine (start > Run) after Windows XP builds, so I'm sure it's not a security/permissions problem. And both Quicktime and Java installed fine before we upgraded versions (apparently they changed around the switches with the newer releases of QT and Java). Any suggestions would be greatly appreciated. Thanks!