Link to home
Start Free TrialLog in
Avatar of bryan100
bryan100

asked on

Windows 2000 - MS Office 2000: How to point to Off.CD when patching

Does anyone know of way to apply any of the office patches from a command line (or script, etc) and tell the installation to go look at a shared network CD drive for the Office disk when it wants it?

Background: MS released Security Bulletin MS01-050 which has a patch to Excel 2000.  I need to deploy this patch but have hit a 'designed' in bug/feature?. All our installations of Office were done from the same CD set locally on each PC (with a multi-user licence).  If I attempt to run this patch from a logon script or some other central method it fails as it can't find the CD - it is looking at the local drive from which it was installed.

I'm not keen on walking round all the machines and doing each one by hand. Trying to communicate to the users that if they see the window asking for the office CD then go 'browse' to such and such a location is bound to be unreliable (most of them just manage to work with their own documents let alone trying to explain browsing and network drives, etc...).

I really want to run the patch in 'quiet' mode - the users
don't need to know what's going on - should just happen during logon or similar - with no user interaction required.
Avatar of dew_associates
dew_associates
Flag of United States of America image

Hi Bryan,

To repoint the location of source files for Office 2000,
which is needed when applying updates/patches look at TechNet article Q267362.

Essentially, run following command:

<new source path>\setup.exe REINSTALL=ProductFiles
REINSTALLMODE=om /qb

Avatar of bryan100
bryan100

ASKER

Is there a way that I can script this change so that it occurs during the user logon to the network?
Sure, but you might want to first verify the change the above makes to the registry on a test machine and then script the registry change to occur first and then the patch or patches you want to apply.
Okay, but I don't have a snapshot of the system before I ran the above command. Do you have an idea what the changes are to the registry? I don't need the scripting info, but I could use the registry change so I can run this and the patch in quiet mode. I'll raise the points appropriately.
ASKER CERTIFIED SOLUTION
Avatar of dew_associates
dew_associates
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Fantastic, thanks!