/build/static/layout/Breadcrumb_cap_w.png

Office 2007 Repair error log

Office 2007 is deployed to machines on the network by copying installation files to c:\acp using radia then calls a script i have placed within the files to run the installation. As radia performs a verify and repair every night i couldn't let it try to reinstall the application every night as you can only use the /adminfile once so i scripted it to check to see if winword.exe is present, if so carry out a repair.

This happens every night and this morning i was passed an error message:

Cannot start Microsoft Office Outlook. Mapi32.dll is corrupt or the wrong version. This could have been caused by installing other messaging software. Reinstall Microsoft Office Outlook.

Below is the VBS file that is called by radia

on error resume next
Dim objShell
Dim oFSO
Dim sDirectoryPath
Dim oFolder
Dim oFileCollection
Dim oFile
Dim iDaysOld
'Customize values here to fit your needs
iDaysOld = 14
Set oFSO = CreateObject("Scripting.FileSystemObject")
sDirectoryPath = "c:\temp\logs"
set oFolder = oFSO.GetFolder(sDirectoryPath)
set oFileCollection = oFolder.Files
'Walk through each file in this folder collection.
'If it is older than 2 weeks (14) days, then delete it.
For each oFile in oFileCollection
If oFile.DateLastModified < (Date() - iDaysOld) Then
oFile.Delete(True)
End If
Next
'Clean up
Set oFSO = Nothing
Set oFolder = Nothing
Set oFileCollection = Nothing
Set oFile = Nothing
Set obFSO = CreateObject("Scripting.FileSystemObject")
If obFSO.FileExists("C:\acp\setup.exe") Then
Set objFSO = CreateObject("Scripting.FileSystemObject")

If objFSO.FileExists("C:\program files\microsoft office\office12\winword.exe") Then

Set objShell = CreateObject("WScript.Shell")
objShell.Run "c:\acp\setup.exe /repair proplus /config c:\acp\proplus.ww\config.xml"
WSCRIPT.SLEEP(1800000) ' Sleep for 30 minutes while install carrys out
objShell.Run "regedit /S c:\acp\custom\officekeys.reg",0,True




Else
Set objShell = CreateObject("WScript.Shell")
objShell.Run "c:\acp\setup.exe /adminfile c:\acp\custom\core.msp /config c:\acp\proplus.ww\config.xml"
WSCRIPT.SLEEP(1800000) ' Sleep for 30 minutes while install carrys out
objShell.Run "c:\acp\custom\saveaspdf\expdf.msi /qn"
objShell.Run "regedit /S c:\acp\custom\officekeys.reg",0,True
Set objShell = WScript.CreateObject("WScript.Shell")
strDesktopFolder = "C:\Program Files\Microsoft Office\Office12"
Set objShortCut = objShell.CreateShortcut(strDesktopFolder & _
"\Microsoft Word.lnk")
objShortCut.TargetPath = "C:\Program Files\Microsoft Office\Office12\winword.exe"
objShortCut.Description = "Lanuch Microsoft Word."
objShortCut.Save

Set objShortCut = objShell.CreateShortcut(strDesktopFolder & _
"\Microsoft Outlook.lnk")
objShortCut.TargetPath = "C:\Program Files\Microsoft Office\Office12\outlook.exe"
objShortCut.Description = "Lanuch Microsoft Outlook."
objShortCut.Save

Set objShortCut = objShell.CreateShortcut(strDesktopFolder & _
"\Microsoft Powerpoint.lnk")
objShortCut.TargetPath = "C:\Program Files\Microsoft Office\Office12\PowerPnt.exe"
objShortCut.Description = "Lanuch Microsoft PowerPoint."
objShortCut.Save

Set objShortCut = objShell.CreateShortcut(strDesktopFolder & _
"\Microsoft Excel.lnk")
objShortCut.TargetPath = "C:\Program Files\Microsoft Office\Office12\excel.exe"
objShortCut.Description = "Lanuch Microsoft Excel."
objShortCut.Save


End If

Set objFSO2 = CreateObject("Scripting.FileSystemObject")

If objFSO2.FileExists("C:\Program Files\Common Files\Microsoft Shared\OFFICE12\EXP_PDF.DLL") Then
objShell.Run "msiexec /fa c:\acp\custom\saveaspdf\expdf.msi"

Else

objShell.Run "c:\acp\custom\saveaspdf\expdf.msi /qn"

End If

WSCRIPT.SLEEP(15000)
else
WSCRIPT.QUIT(2)

end if
WSCRIPT.QUIT


And there's nothing wrong with this, however when checking the log files for the installation they appear to have hung, now i'm not the best at reading log files and was hoping that someone would be able help me figure out what caused it?


PERF: TickCount=169929468 Name=OBootStrapper::Run Description=Begin function
Operating System version: 5.1.2600 Service Pack 2. Platform ID: 2
Running on a 32-bit operating system.
Command line: "c:\acp\setup.exe" /repair proplus /config c:\acp\proplus.ww\config.xml
Parsing command line.
Config XML file specified: c:\acp\proplus.ww\config.xml
Repair requested for product: PROPLUS
Parsing config.xml at: c:\acp\proplus.ww\config.xml
Preferred product specified in config.xml to be: PROPLUS
Parsed setting: Reboot with value: NEVER in config.xml.
Parsed setting: SETUP_REBOOT with value: NEVER in config.xml.
Logging type standard specified in config.xml.
Log directory: c:\temp\logs specified in config.xml
Log file template: Microsoft Office Professional Plus Setup(*).txt specified in config.xml
Display level none specified in config.xml.
Suppression of modal dialogs specified in config.xml.
Hide completion notice specified in config.xml.
Auto accept license specified in config.xml.
COMPANYNAME specified in config.xml.
USERNAME specified in config.xml.
Verify file signature in "c:\acp\setup.exe"
Verify file signature in "c:\acp\Access.WW\OSETUP.DLL"
Using setup controller dll at [c:\acp\Access.WW\OSETUP.DLL].
PERF: TickCount=169930468 Name=OBootStrapper::Run Description=Calling RunSetup
Opening log file c:\temp\logs\Microsoft Office Professional Plus Setup(200810220824067BC).txt.
=========================================================================
PERF: TickCount=169930484 Name=RunSetup Description=Begin function
Catalyst execution began: 10/22/2008 08:24:06.
Parsing config.xml at: c:\acp\proplus.ww\config.xml
Preferred product specified in config.xml to be: PROPLUS
Parsed setting: Reboot with value: NEVER in config.xml.
Parsed setting: SETUP_REBOOT with value: NEVER in config.xml.
Logging type standard specified in config.xml.
Log directory: c:\temp\logs specified in config.xml
Log file template: Microsoft Office Professional Plus Setup(*).txt specified in config.xml
Display level none specified in config.xml.
Suppression of modal dialogs specified in config.xml.
Hide completion notice specified in config.xml.
Auto accept license specified in config.xml.
COMPANYNAME specified in config.xml.
USERNAME specified in config.xml.
Setupexe Resiliency Mode is set to [PerformIfApplicable]; thus Resiliency is [enabled] for the [ReinstallExecutionMode]
Ensuring the install-state of setup controller files for product [PROPLUS].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-006E-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-0115-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-0016-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-001A-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-0018-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-0010-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-0044-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-001F-0C0A-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-001F-040C-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-001F-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-002C-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-0019-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-001B-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-0015-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-0117-0409-0000-0000000FF1CE}].
Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90120000-0011-0000-0000-0000000FF1CE}].
Searching for updated versions of resource files under the 'updates' folder [c:\acp\updates].
Found [0] resource files under the update folder.
Searching for default versions of resource files under the folder [c:\acp].
Resource File Manager : Found (CultureTag=en-US) resource file at [c:\acp\Office.en-us\OSETUPUI.DLL].
Found [1] resource files under the default folder.
Resource File Manager : Current user's LCID is [2057].
Resource File Manager : Falling back from [en-GB] to [en-US].
Resource File Manager : Selecting resource file (File=c:\acp\Office.en-us\OSETUPUI.DLL) for CultureTag [en-GB].
Running in [ReinstallExecutionMode]. Run from TEMP folder at [C:\DOCUME~1\CS061AH\LOCALS~1\Temp\Setup000007bc].
Loaded resource file [C:\DOCUME~1\CS061AH\LOCALS~1\Temp\Setup000007bc\OSETUPUI.DLL] (CultureTag=en-US).
Loaded Dll : c:\acp\Access.WW\OSETUP.DLL.
Catalyst version is : 12.0.4518.1014
JobExecutionMode is ReinstallExecutionMode.
Adjusted window size h: 653 w: 774 due to DPI. Original size h: 522 w: 619.
Loading ARP entry.
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0044-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-002C-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0019-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0117-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0115-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0018-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0010-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0016-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-001A-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0011-0000-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-001B-0409-0000-0000000FF1CE}"
Product: PROPLUS
AddOnGroup Culture: en-us
AddOnId: OFFICE.EN-US
AddOnId: ACCESS.EN-US
AddOnId: WORD.EN-US
AddOnId: PUBLISHER.EN-US
AddOnId: PROOFING.EN-US
AddOnId: INFOPATH.EN-US
AddOnId: ROSEBUD.EN-US
AddOnId: POWERPOINT.EN-US
AddOnId: OUTLOOK.EN-US
AddOnId: EXCEL.EN-US
Product Deployment Mode: PerMachineManaged
Target Deployment Account Security Identifier:
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Office.en-us\OfficeMUI.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Office.en-us\OfficeMUISet.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Excel.en-us\ExcelMUI.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Outlook.en-us\OutlookMUI.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\PowerPoint.en-us\PowerPointMUI.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Rosebud.en-us\RosebudMUI.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\InfoPath.en-us\InfoPathMUI.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\..\Proof.es\Proof.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\..\Proof.fr\Proof.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\..\Proof.en\Proof.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\Proofing.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Publisher.en-us\PublisherMUI.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Word.en-us\WordMUI.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Access.en-us\..\Access.en-us\AccessMUI.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Access.en-us\AccessMUISet.xml
Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\PROPLUS\ProPlusWW.xml
Loading ARP entry.
Kicking off chained repair...
PERF: TickCount=169931421 Name=Job::DoCacheWork Description=Begin function
OSE is detected as a registered service. Service binary is reported at location: C:\Program Files\Common Files\Microsoft Shared\Source Engine\OSE.EXE
OSE service binary is detected at location: C:\Program Files\Common Files\Microsoft Shared\Source Engine\OSE.EXE
Running Source Engine process detected
Running version: 12.0.4518.1014
OSE is running
Running OSE version 12.0.4518.1014
LIS: start caching package "{90120000-0115-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-0115-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-0115-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-0115-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-0115-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-0115-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-0016-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-0016-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-0016-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-001A-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-001A-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-001A-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-0018-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-0018-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-0018-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-0010-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-0010-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-0010-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-0044-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-0044-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-0044-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-002C-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-002C-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-002C-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-002C-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-002C-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-002C-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-002C-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-002C-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-002C-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-002C-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-002C-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-002C-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-0019-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-0019-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-0019-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-001B-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-001B-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-001B-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-0117-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-0117-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-0117-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-0117-0409-0000-0000000FF1CE}"
LIS: creating download package "{90120000-0117-0409-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-0117-0409-0000-0000000FF1CE}"
LIS: start caching package "{90120000-0011-0000-0000-0000000FF1CE}"
LIS: creating download package "{90120000-0011-0000-0000-0000000FF1CE}-C"
LIS: finished starting caching package "{90120000-0011-0000-0000-0000000FF1CE}"
PERF: TickCount=169933906 Name=Job::DoCacheWork Description=End function
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB917422.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB917344.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB917344.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB917159.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB917159.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB916281.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB916281.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB915865.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB915865.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB915800.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB915800.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB914389.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB914389.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB914388.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB914388.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB913580.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB913580.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB912919.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB912919.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB912812.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB912812.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911927.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911927.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911567.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911567.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911565.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911565.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911564.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911564.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911562.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911562.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911280.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB911280.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB909394.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB909394.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB908531.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB908531.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB908519.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB908519.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB907265.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB907265.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB905915.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB905915.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB905749.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB905749.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB905414.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB905414.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB904706.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB904706.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB902400.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB902400.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB901214.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB901214.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB901017.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB901017.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB900725.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB900725.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB899591.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB899591.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB899589.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB899589.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB899588.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB899588.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB899587.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB899587.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB896428.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB896428.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB896424.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB896424.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB896423.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB896423.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB896422.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB896422.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB896358.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB896358.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB893803v2.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB893803v2.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB893803.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB893803.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB893756.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB893756.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB893086.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB893086.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB893066.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB893066.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB891781.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB891781.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB890859.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB890859.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB890175.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB890175.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB890047.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB890047.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB890046.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB890046.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB888302.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB888302.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB888113.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB888113.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB888111WXPSP2.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB888111WXPSP2.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB888111WXP.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB888111WXP.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB887569.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB887569.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB885836.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB885836.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB885835.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB885835.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB885250.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB885250.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB884016.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB884016.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB873339.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB873339.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB873333.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB873333.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InstallShield_{E3993D46-AE3F-402E-9F9D-EEBDFBEC3564}.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InstallShield_{E3993D46-AE3F-402E-9F9D-EEBDFBEC3564}.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InstallShield_{27147C33-C7A9-4E14-87B8-79D4CA761F15}.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InstallShield_{27147C33-C7A9-4E14-87B8-79D4CA761F15}.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InstallShield Uninstall Information.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InstallShield Uninstall Information.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE40.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ICW.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ICW.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Iconoid_is1.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Iconoid_is1.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HP Database Management_is1.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HP Database Management_is1.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HECI.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HECI.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HDMI.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HDMI.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\EXTRA! Objects.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\EXTRA! Objects.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DXM_Runtime.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectAnimation.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectAnimation.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Connection Manager.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CarbonCopy32.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CarbonCopy32.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Branding.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Branding.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AFPL Ghostscript Fonts.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AFPL Ghostscript Fonts.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AFPL Ghostscript 7.03.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AFPL Ghostscript 7.03.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ad-Aware SE Personal.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ad-Aware SE Personal.
Executing chained package: OfficeMUI.en-us
Log level changed from: Standard to: Verbose
Error: User canceled install due to MSI service being busy. Type: UserCancel.
Rolling back chain
10/22/2008 08:24:12 Rolling back package: OfficeMUI.en-us
There appears to be no rollback work to do for package: OfficeMUI.en-us path: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Office.en-us\OfficeMUI.MSI
Not showing completion dialog because it was not requested.
Catalyst execution finished: 10/22/2008 08:24:12. Return code: 1618.
PERF: TickCount=169937312 Name=RunSetup Description=End function
=========================================================================



I have managed to get the user working by killing all the msiexec processes and starting the script again, managed to get outlook to open but what if it happens again.

0 Comments   [ + ] Show comments

Answers (3)

Posted by: rpfenninger 15 years ago
Second Degree Green Belt
0
I don't know if this is the same issue as we encountered after migrating Novell GroupWise to Microsoft Office Outlook 2007.
However, we fixed it the following way:

Rename the mapi32.dll in the system32 folder
Execute fixmapi.exe (in the system32 folder as well)
Reboot (mandatory!).

Good luck

Cheers
Posted by: michaelnowell 15 years ago
Second Degree Blue Belt
0
I believe that there is an registry key that you can set for Outlook which will automatically fix Mapi if there is a problem. For Office 2003 this is [HKCU\Software\Policies\Microsoft\Office\11.0\Outlook] FixMapi (dword)=6

I think that there is a similar option within office 2007, you should be able to set it using the OCT or Group Policy.
Posted by: mdlister 15 years ago
Senior Yellow Belt
0
Thanks guys, i'll have a word with our security team about the GP setting, came in this morning and setup was still running, it started at 3am and was still installing access, anyone seen it hanging?

Very tempted to remove auto repair every night and get it to check a reg key and if we need to do a repair change the key and resend a radia connect to repair.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ