Office Upgrade - Force Close

C

Carey Stieb

Hello. I am tasked with upgrading our Office 2000 computers to Office 2003.
I am using the commands below using a batch file. The problem that I am
having is if a user has Office open when the batch file starts, the upgrade
doesn't finish or doesn't start at all. I would like to be able to force
users to close out Office before the upgrade starts. Any help would be great.


BATCH FILE I AM USING
setup.exe TRANSFORMS="Custom.MST" /qb- REBOOT=ReallySuppress
FileFormatConverters.exe /quiet
setupsp3.exe /Q
 
Top