G
Gerry Hickman
Hi Grol,
It's a bit worrying that you don't know how to do this, since it's
required to integrate patches into your build...
If you read the KB articles for the administrative "full file" patches,
they explain the command line options.
Here's a quick example of what you might use, this will "reinstall" the
Word files. Replace d:\Office\o2kadm with your UNC path to your share.
This command will attempt to re-install a feature from your share, so if
there's a problem with the share, it should crash with a bad ErrorLevel
and you should see some annoyance in the log file.
LOOK OUT FOR LINE WRAP - the MSIEXEC command is all on one line...
echo Installing Office 2000 Post SP3 WINWORDff v3 patch
msiexec /i "D:\Office\o2kadm\data1.msi" /qn /l*v c:\wordv3.txt
REINSTALL=WORDFiles UPGRADEWITHRECACHE=TRUE REINSTALLMODE=vomu
REBOOT=REALLYSUPPRESS ALLUSERS=1
echo ErrorLevel is %ErrorLevel%
It's a bit worrying that you don't know how to do this, since it's
required to integrate patches into your build...
If you read the KB articles for the administrative "full file" patches,
they explain the command line options.
Here's a quick example of what you might use, this will "reinstall" the
Word files. Replace d:\Office\o2kadm with your UNC path to your share.
This command will attempt to re-install a feature from your share, so if
there's a problem with the share, it should crash with a bad ErrorLevel
and you should see some annoyance in the log file.
LOOK OUT FOR LINE WRAP - the MSIEXEC command is all on one line...
echo Installing Office 2000 Post SP3 WINWORDff v3 patch
msiexec /i "D:\Office\o2kadm\data1.msi" /qn /l*v c:\wordv3.txt
REINSTALL=WORDFiles UPGRADEWITHRECACHE=TRUE REINSTALLMODE=vomu
REBOOT=REALLYSUPPRESS ALLUSERS=1
echo ErrorLevel is %ErrorLevel%