From: scj6771 on 2 Feb 2009 08:23 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.
From: scj6771 on 2 Feb 2009 08:42 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.
From: scj6771 on 2 Feb 2009 09:07 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?
From: scj6771 on 3 Feb 2009 07:41 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.
From: scj6771 on 3 Feb 2009 07:55 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.
|
Pages: 1 Prev: Uninstall wants sku112.cab Next: Microsoft Office 2007 Won't Launch |