Office 2000 MaintWiz

S

scj6771

I have created a simple batch file that contains the following:

"\\SERVERNAME\SHARE\MaintWiz.Exe" /c "\\SERVERNAME\SHARE\New
Maintenance Data File.CMW" /q

I have this sent and executed by PSEXESVC, however it will not execute
UNLESS the user physically double clicks it.

I have run into this before but for the life of me can not remember what the
"fix" was. Below is the error I get in the Event Viewer.

I found out that if I run the DATA1 MSI on the machine first then the script
will work. How can I resolve this?

Event Type: Error
Event Source: MsiInstaller
Event Category: None
Event ID: 11706
Date: 1/27/2009
Time: 1:28:22 PM
User:
Computer:
Description:

Product: Microsoft Office 2000 SR-1 Professional -- Error 1706. No valid
source could be found for product Microsoft Office 2000 SR-1 Professional.
The Windows installer cannot continue.
 
S

scj6771

Ok so I ran the DATA1.MSI on a machine (just did a simple office repair) and
located in the event viewer was the following, (the repair went just fine),
anyway I believe my issue with trying to run that silent script has something
to do with that missing registry key?

Event Type: Warning
Event Source: MsiInstaller
Event Category: None
Event ID: 1004
Date: 2/2/2009
Time: 8:31:35 AM
User: NT AUTHORITY\SYSTEM
Computer: MPFS-LVD1262
Description:
Detection of product '{00010409-78E1-11D2-B60F-006097C998E7}', feature
'OfficeUserData', component '{C9AF9050-C8BE-11D1-9C67-0000F81F1B38}' failed.
The resource
'HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common\UserData' does not
exist.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
 
S

scj6771

Having that error message (the one about the registry setting) seems to have
no effect, all I need to do is somehow run the DATA1.MSI before I run my
script.

Is there a way to run that silent?
 
S

scj6771

I need to run the MaintWiz on these machines without getting this error:

"Product: Microsoft Office 2000 SR-1 Professional -- Error 1706. No valid
source could be found for product Microsoft Office 2000 SR-1 Professional.
The Windows installer cannot continue."

The only way I have been able to do that is to manualy run the DATA1.MSI
file and do a repair.

Is there a way to run that DATA1.MSI in silent mode? If I could run that
before I run this:

"\\SERVERNAME\SHARE\MaintWiz.Exe" /c "\\SERVERNAME\SHARE\New
Maintenance Data File.CMW" /q

Then my problems would be solved. Thanks.
 
S

scj6771

I did find this somewhere on the web:

msiexec /i SERVER\Data1.msi Reinstall=All ReinstallMode=vomus /q

This does seem to work but brings up the windows installer box which usually
indicates missing switches or something.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top