2016-08-05 101 views
5

我使用Web平臺安裝程序來安裝「應用程序初始化1」,但我得到一個「安裝過程中的致命錯誤」消息。IIS 7.5應用程序初始化1安裝失敗

在日誌文件中我看到:

MSI (s) (9C:24) [14:04:47:315]: Executing op: ActionStart(Name=ExecuteInstallWindowsHotfix,,) 
1: IISCA IISExecuteCA : End CA Setup 
MSI (s) (9C:24) [14:04:47:315]: Executing op: CustomActionSchedule(Action=ExecuteInstallWindowsHotfix, 
       \Users\GEORGE~1.VOV\AppData\Local\Temp\\HotfixPipeLine{3E0FEF42-B34C-40FE-8387-2EE0F22CE1A6}.msu^) 
MSI (s) (9C:A4) [14:04:47:325]: Invoking remote custom action. D 
     LL: C:\Windows\Installer\MSI5385.tmp, Entrypoint: ExecuteInstallWindowsHotfixCA 
1: IISCA ExecuteInstallWindowsHotfixCA : Begin CA Setup 
1: IISCA ExecuteInstallWindowsHotfixCA : Launching process with command line C:\Windows\system32\wusa.exe 
     /quiet /norestart "C:\Users\GEORGE~1.VOV\AppData\Local\Temp\\HotfixPipeLine{3E0FEF42-B34C-40FE-8387-2EE0F22CE1A6}.msu" 
1: IISCA ExecuteInstallWindowsHotfixCA : Process returned with exit code -2145124329 
1: IISCA ExecuteInstallWindowsHotfixCA : Error in function InstallWindowsHotfixQuietly, hr=0x80070643 


1: IISCA ExecuteInstallWindowsHotfixCA : < !!ERROR!! > 
         Error installing hotfix ' 
         C:\Users\GEORGE~1.VOV\AppData\Local\Temp\\HotfixPipeLine{3E0FEF42-B34C-40FE-8387-2EE0F22CE1A6}.msu', hr=0x80070643 


1: IISCA ExecuteInstallWindowsHotfixCA : Error in function ExecuteInstallWindowsHotfixCA, hr=0x80070643 
1: IISCA ExecuteInstallWindowsHotfixCA : End CA Setup 
    CustomAction ExecuteInstallWindowsHotfix returned actual error code 1603 
    (note this may not be 100% accurate if translation happened inside sandbox) 

它看起來像它試圖安裝修補程序。
我已經有上不同的機器這個問題與Windows 7恩特普賴斯64

任何想法如何解決這一問題?

更新

我從「臨時」文件夾中得到了實際的MSU文件,我可以看到它試圖安裝修補程序。
這是一個名爲Windows6.1-KB2684600-V2-x64.msu程序文件
支持鏈接= http://support.microsoft.com?kbid=2684600

當我嘗試手動安裝此修復程序,我得到「更新並不適用於您的計算機」

更新2
我也問上iis.net,但他們沒能幫助多少

+0

你是否解決了這個問題?我在這裏有同樣的問題。以某種方式重新安裝Windows並做了一些Windows更新後,應用程序初始化安裝成功。在完成更新後的另一天,它提前結束。我花了很多天的時間來試圖找出重複安裝Windows一遍又一遍的問題,找出「修補程序」爲什麼說「不適用於您的計算機」。也許與其他Windows更新不兼容? –

+0

@BennyChen不幸的是沒有。我結束了使用其他機器來做我的工作...我也問了forums.iis.net,但他們沒有幫助太多ht​​tps://forums.iis.net/t/1233184.aspx –

+0

@BennyChen添加了賞金。如果引起注意,有人可能會幫助您 –

回答

2

我與我在工作中的新筆記本電腦得到了同樣的問題。我聯繫了Microsoft支持,在嘗試了一些不同的事情之後,他們終於發現導致安裝Application Initialization 1.0模塊在Windows 7 Enterprise SP1 x64機器上失敗的原因。

我們發現修復程序需要爲應用程序初始化模塊安裝,應該將iiscore.dll更新到版本7.5.7601.21943。 但是,我們現有機器的iiscore.dll已經在版本6.5.7601.23403,它是有道理的,該安裝過程中修補程序拋出「不適用於您的計算機」錯誤。

進一步挖掘,我們發現當KB 通過Windows Update安裝時,版本23403得到更新。

我們按照這些步驟來解決問題:

  1. 刪除KB 3125574
  2. 安裝應用程序初始化模塊
  3. 然後在其上

的實例之上安裝KB我的WebPI日誌:

1: IISCA IISExecuteCA : Begin CA Setup 
1: IISCA IISExecuteCA : CA 'IISExecuteCA' completed with return code hr=0x0 
MSI (s) (50:7C) [16:13:58:536]: Executing op: ActionStart(Name=ExecuteInstallWindowsHotfix,,) 
1: IISCA IISExecuteCA : End CA Setup 
MSI (s) (50:7C) [16:13:58:537]: Executing op: CustomActionSchedule(Action=ExecuteInstallWindowsHotfix,ActionType=3073,Source=BinaryData,Target=ExecuteInstallWindowsHotfixCA,CustomActionData=94^C:\Users\HOLMBE~1\AppData\Local\Temp\\HotfixPipeLine{8AF6C421-008B-4C45-ACB4-232AC5559253}.msu^) 
MSI (s) (50:A0) [16:13:58:543]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI1F6E.tmp, Entrypoint: ExecuteInstallWindowsHotfixCA 
1: IISCA ExecuteInstallWindowsHotfixCA : Begin CA Setup 
1: IISCA ExecuteInstallWindowsHotfixCA : Launching process with command line C:\WINDOWS\system32\wusa.exe /quiet /norestart "C:\Users\HOLMBE~1\AppData\Local\Temp\\HotfixPipeLine{8AF6C421-008B-4C45-ACB4-232AC5559253}.msu" 
1: IISCA ExecuteInstallWindowsHotfixCA : Process returned with exit code -2145124329 
1: IISCA ExecuteInstallWindowsHotfixCA : Error in function InstallWindowsHotfixQuietly, hr=0x80070643 
1: IISCA ExecuteInstallWindowsHotfixCA : < !!ERROR!! > Error installing hotfix 'C:\Users\HOLMBE~1\AppData\Local\Temp\\HotfixPipeLine{8AF6C421-008B-4C45-ACB4-232AC5559253}.msu', hr=0x80070643 
1: IISCA ExecuteInstallWindowsHotfixCA : Error in function ExecuteInstallWindowsHotfixCA, hr=0x80070643 
1: IISCA ExecuteInstallWindowsHotfixCA : End CA Setup 
CustomAction ExecuteInstallWindowsHotfix returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox) 
+0

我按照您提供的步驟工作。 @BennyChen也應該可以使用它。謝謝 –

+0

歡迎您!樂於幫助。我花了很多時間詛咒這一個。 –

0

由於Susanne寫道安裝程序試圖運行KB2684600。 KB2684600修補了一些dll,例如iiscore.dll。如果這些DLL已經處於更高版本,則KB安裝將會導致安裝失敗。 當檢查KB2684600修補所有文件時,我發現它們都在3125574更新,所以如果你有3125574安裝,你不需要KB2684600。

在Orca工具中查看安裝程序時,我注意到有一個命令行開關可應用於避免安裝KB2684600。 像這樣運行安裝:

appwarmup_XXX.msi SKIPINSTALLWINDOWSHOTFIX=1 
相關問題