Exchange rollup package install failure event 1024

当安装Exchange rollup 时可能会遇到如下的错误信息。

 

The Setup Wizard for Update Rollup 1 fro exchange server 2010 service pack 3  ended prematurely because of an error. your system has not been modified. to install this program at a latter time, please run the installation again

 

这个时候请检查application event log会发现如下的错误 

 

通常情况这个问题是由于权限不够所导致的。如果是这个原因可以按照如下步骤解决。

1.打开提升的命令提示符,

2.在提升命令提示符中运行更新包文件。

 

如果问题依然存在的话,如果需要继续排错需要开启MSI日志,来检查是否有相关的错误信息。方法如下:

 

Method 1: Use Command-Line Options

You can run the update rollup package together with the logging option to generate an installation log file for the particular installation attempt. For example, run the following command to create a log file during the update rollup installation:

Copy
Exchange2007-KB<RollupPackageNumber>-x64-EN.msp /lxv* c:\<path>\<filename>.log
Method 2: Set a Registry Value 

You can set a registry entry to generate verbose logging for all MSI updates. To do this, follow these steps:

  1. At a command prompt, enter the following command:
    net stop msiserver

  2. Start Registry Editor (regedit.exe), and then locate the following registry subkey:
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer

  3. Create the following registry entries in the Installer subkey:
    Value namelogging
    Value typeREG_SZ
    Value datavoicewarmup!

    Value namedebug
    Value typeREG_DWORD
    Value data7

  4. Exit Registry Editor, and then start the Windows Installer service. To do this, run the following command at a command prompt:
    net start msiserver

After you enable verbose logging, a new Msi*.log file is created every time that you use Add or Remove Programs.

 

 

 

你可能感兴趣的:(Exchange)