Just a quick question or two here:
What are the switches (the ones that arent listed with /?) for the hotfixes available for Office 2000 (Pro)?
I've tried the usual:
Quote
O2k\Olk0901.EXE /q:u /r:n
I'm trying for a normal batch script here i.e.
Quote
ECHO --- Installing Outlook 2000 Update: December 18, 2002 > c:\windows\logs\o2k\Olk0901.txt
ECHO - Installing Outlook 2000 Update: December 18, 2002
ECHO.
start /wait U:\O2k\Olk0901.EXE /q:u /r:n >> c:\windows\logs\o2k\Olk0901.txt
IF ERRORLEVEL=255 GOTO ERROR
ECHO --- Outlook 2000 Update: December 18, 2002 install Completed! >> c:\windows\logs\o2k\Olk0901.txt
ECHO - Outlook 2000 Update: December 18, 2002 install Completed!
ECHO.
ECHO.
ECHO - Installing Outlook 2000 Update: December 18, 2002
ECHO.
start /wait U:\O2k\Olk0901.EXE /q:u /r:n >> c:\windows\logs\o2k\Olk0901.txt
IF ERRORLEVEL=255 GOTO ERROR
ECHO --- Outlook 2000 Update: December 18, 2002 install Completed! >> c:\windows\logs\o2k\Olk0901.txt
ECHO - Outlook 2000 Update: December 18, 2002 install Completed!
ECHO.
ECHO.
I cant for the life of me remember the other options instead of /q:u and i presume the /r:n is fine for all the hotfixes too.
Any ideas on this?
Also, the administrative point i've set up to install Office 2000 Pro has SP3 slipstreamed already so how would I add the hotfixes to that admin point?
Is -a <locationofadminpoint> enough?
Many thanks for any help given and I have tried to find out this already but with no luck.
Best regards,
N.



Help

Back to top








