I have an automated office installation that works fine when I go and run it from the command line:
CODE
setuppro.exe TRANSFORMS="officesetup.MST" /qb-


But when I put it into runonceex.cmd during my unattended windows installation, it won't install office, it looks like it runs but does nothing. All my other applications are working fine.

CODE
rem Office used ORK
reg ADD %KEY%\010 /VE /D "Microsoft Office" /f
reg ADD %KEY%\010 /V 1 /D "%systemdrive%\installs\office2003\setuppro.exe tranforms=\"officesetup.mst\"" /f