I am trying to make an unattend install on a DVD with all the security and hotfixes and Office 2003. I followed the guide and everything works except for the install of Office 2003. After the hotfix integration, etc. I did the office install with the /a and ran through that. Then I added: ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- to the unattend.bat file I have in the i386 directory. What am I missing or doing wrong here?