Exchange rollup package install failure event 1024

當安裝Exchange rollup 時可能會遇到以下的錯誤信息。app

 

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 againide

 

這個時候請檢查application event log會發現以下的錯誤 this

 

一般狀況這個問題是因爲權限不夠所致使的。若是是這個緣由能夠按照以下步驟解決。spa

1.打開提高的命令提示符,debug

2.在提高命令提示符中運行更新包文件。日誌

 

若是問題依然存在的話,若是須要繼續排錯須要開啓MSI日誌,來檢查是否有相關的錯誤信息。方法以下:code

 

Method 1: Use Command-Line Optionsserver


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:blog

Exchange2007-KB<RollupPackageNumber>-x64-EN.msp /lxv* c:\<path>\<filename>.log

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

  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.

相關文章
相關標籤/搜索