I am using shell to run an office 2000 unattended setup using a transform file. My problem is when the setup starts the script continues to exicute.

IF KEYEXIST("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0")
? "Microsoft Office 2000 Professional Installed...."
ELSE
SHELL "\\JACOB_FILE01\TD$\Technology_Department\Applications\Office2000\Setup.exe TRANSFORMS=setup.mst /qb+"
ENDIf

Any ideas why this would be happening.

Thanks Brian.