OFF2000: How to Use an Office 2000 Setup Log File to Troubleshoot Setup ProblemsID: Q237957
|
Occasionally a problem occurs with Office Setup, and an error message may or may not appear. In either case, you may need to use a Setup log file as one of your tools to narrow down the issue.
This article discusses a few techniques for interpreting the information contained in Setup log files. The topics are listed in logical order of when you want to attempt each technique. This article does not cover every situation you may encounter but does discuss several examples in which the Setup issue was resolved by interpreting a Setup log file.
Log file for Log file name
-----------------------------------------------------------------------
Setup.exe Office 2000 <edition> Setup(####).txt
Windows Installer Office 2000 <edition> Setup(####)_MsiExec.txt
where <edition> is the edition of Office you are installing. For example, these files may be:
Office 2000 Premium Setup(0002).txtThe #### characters in the log file names are numbers beginning with 0002 and increment by 2 if you have to run Setup multiple times. So the log file with the highest number is the log file for the last time you ran Setup.
Office 2000 Premium Setup(0002)_MsiExec.txt
Q230861 OFF2000: How to Customize Office Setup Logging Options
-or-Installing this product requires the Windows Installer. An error occurred when installing or upgrading the Windows Installer.
In this case, you should look at the Setup log first. If you receive either of these errors, you may see text similar to the following in the log, respectively:The Windows installer on your system was updated. You need to reboot to complete this update. After your system restarts, re-run setup to continue Microsoft Office 2000 setup.
This call to Instmsi.exe failed because the line that follows a successful running of Instmsi.exe should be Loading MSI Library....Package to install:
E:\data1.msi
Loading MSI Library....
C:\WINDOWS\SYSTEM\MSI.DLL
.. failed, error = 1157
Pre-released IE 5 is not installed
E:\msi\instmsi.exe /q /r:n
E:\msi\instmsi.exe /q /r:n exit status = 1620
This action failed to get the version of Instmsi.exe on a network share. There may have been network problems, Instmsi.exe may be corrupted on the network share, or you may have a software conflict with Setup.Trying to get version of G:\OFFICE2000\CD1_ADMIN_IMAGE\msi\instmsi.exe .. failed, error = 3
If you suspect problems with the command-line properties and switches you are using, these items will also be listed in the Setup log file. For example, if you use the following command line to run Setup:Q229819 OFF2000: Error Installing or Upgrading the Windows Installer
f:\Setup.exe companyname="my company" /qbthe following text will be included in the Setup log:
-and-Launch Setup
7/27/99
7:37:11 AM
companyname="my company" /qb
Adding property...companyname="my company"
Recognized command line switch: qb
NOTE: Setup.exe does not really use these command-line switches and properties, it just passes them on to Msiexec.exe (the Windows Installer).C:\WINDOWS\SYSTEM\msiexec.exe /qb /I F:\data1.msi /Lpiwae
"C:\WINDOWS\TEMP\Office 2000 Premium Setup(0002)_MsiExec.txt"
companyname="my company"
Launching MsiExec....
Successfully launched MsiExec....
Successfully launched MsiExec....then you need to take a look at the Windows Installer log.
The key text in these log entries is SetNotesDir, which confirms you are encountering the issue described in the Microsoft Knowledge Base article Q228668, "OFF2000: 'Internal Error 2343' During Setup." The problem in this case is that you uninstalled Lotus Notes, and it left behind some registry entries that the Installer cannot resolve.Action start 0:18:28: SetNotesDir.
MSI (c) (AF:BF): Note: 1: 2343
Internal Error 2343: Please contact product support for assistance.
MSI (c) (AF:BF): Product: Microsoft Office 2000 Premium -- Internal Error
2343: Please contact product support for assistance.
Action ended 0:18:31: SetNotesDir. Return value 3.
Action ended 0:18:31: INSTALL. Return value 3.
Action ended 0:18:31: ExecuteAction. Return value 3.
MSI (c) (AF:BF): Doing action: FatalError
Action start 0:18:31: FatalError.
Action 0:18:31: FatalError. Dialog created
Action ended 0:18:32: FatalError. Return value 2.
Action ended 0:18:32: INSTALL. Return value 3.
Q228536 OFF2000: Listing of Windows Installer Errors (1000-1999)Q229678 OFF2000: Listing of Windows Installer Errors (2000-2999)
Looking at this text, you see that Setup failed on the call to AddLocalAlwaysInstalled. This is a fairly generic call, but the next line concerning Msi.dll is one that actually means the most. This is a key Windows Installer file, and it may mean the Windows Installer needs to be reinstalled.Action start 19:07:09: AddLocalAlwaysInstalled.
=====================================================
Exception code: C0000006 IN_PAGE_ERROR
Module: C:\WINDOWS\SYSTEM\MSI.DLL
Function: 0x3f0a2a0c
=====================================================
Registers:
EAX:00000046 EBX:8159728C ECX:100023C0 EDX:00000046 ESI:00E41FB8
EDI:BFF7EEED
CS:EIP:0137:3F0A2A0C SS:ESP:013F:0116FF64 EBP:0116FFC8
DS:013F ES:013F FS:0E37 GS:0000
Flags:00000246
Call stack:
Address Frame
3F0A2A0C 0116FF60 0x3f0a2a0c
-- 0x00000046 0x10013618 0x00000003 0x3F023355
Internal Error 2735: Please contact product support for assistance.
Q218873 OFF2000: Troubleshooting Office Kernel32.dll Errors Under Win 95Q218853 OFF2000: Troubleshooting Office Kernel32.dll Errors Under Win 98
For more information, please see the following article in the Microsoft Knowledge Base:Internal Error 2898: Please contact product support for assistance.
Internal Error 2826: Please contact product support for assistance.
Internal Error 2726: Please contact product support for assistance.
Q230879 OFF2000: ErrMsg Log File Always Contains 'Internal error 2898'
In a situation like this, you must be more thorough with your search of the log file:Installation ended prematurely because of an error.
There are actually many instances of Note in the log file. However, the third line down from this one contained the text Return value 3. If you see any line in the log file where the Return value is anything other than 1, you should focus on Setup activities in this area of the log.MSI (s) (AF:C0): Note: 1: 2318 2: H:\data1.msi
MSI (s) (AF:C0): MainEngineThread is returning 1603
MSI (c) (BB:93): Back from server. Return value: 1603
Action ended 19:53:03: ExecuteAction. Return value 3.
MSI (c) (BB:93): Doing action: FatalError
Action start 19:53:03: FatalError.
Q230895 OFF2000: Installation Ends Prematurely with Locked Down CD
In this case, searching the log file for FatalError shows you that Office Setup is having a problem with a custom action (CARunCostIE5) that determines how much disk space Internet Explorer 5 will require. So you want to focus your troubleshooting on items like the following:Action start 9:26:59: CARunCostIE5.
Action ended 9:26:59: CARunCostIE5. Return value 3.
Action start 9:26:59: FatalError.
Action 9:26:59: FatalError. Dialog created
Action ended 9:28:41: FatalError. Return value 2.
Action ended 9:28:41: INSTALL. Return value 3.
In this case, Setup is having a problem applying a transform because it is using the path to the transform C:\\Desktop.mst. For more information about this issue, please see the following article in the Microsoft Knowledge Base:1: 2203 2: C:\\Desktop.mst 3: -2147024843 Error applying transforms. Verify that the specified transform paths are valid. C:\\Desktop.mst
Q228639 OFF2000: 'Error Applying Transform' When Running Setup from a Hyperlink
<path>\setup.exe /L*v C:\Verboselog.txtThe above command line creates the verbose log file Verboselog.txt on the root of your C drive. You can also specify any path and file name for this log file.
<path>\Setup.exe /L*v! C:\Verboselog.txtNOTE: <path> is the full path to your Office source location.
This indicates a problem with the custom action for MMCQueryAction, which does a check of .mmc files. Because ClipArt installs .mmc files, you should probably check any installed programs that install ClipArt before proceeding with Office Setup.Action start 11:14:57: CaMMCQueryAction.
MSI (c) (51:65): Creating MSIHANDLE (143) of type 790542 for thread -91547
This indicates a problem with an Office Removal Wizard operation. It can occur when Office 2000 Setup is having a problem removing your previous version of Microsoft Office. Try uninstalling the previous version of Office and then re-run Office 2000 Setup.MSI (c) (07:A5): Doing action: OPCRemove Action start 15:21:07: OPCRemove. MSI (c) (07:A5): Creating MSIHANDLE (36) of type 790542 for thread 165
Additional query words: OFF2000
Keywords : kbdta
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: August 3, 1999