在Windows 2008 Server下安裝.NET Framework 1.1

來源:互聯網
上載者:User

標籤:.net framework 1.1

給香港伺服器部署QuickBooks,竟然需要安裝.Net Framework 1.1。直接安裝過程中報錯,查看日誌


Log Name:      Application
Source:        Application Error
Date:          4/30/2015 10:46:03 AM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      CNSRVSHR02
Description:
Faulting application RegSvcs.exe, version 1.1.4322.573, time stamp 0x3e55932b, faulting module unknown, version 0.0.0.0, time stamp 0x00000000, exception code 0xc0000005, fault offset 0x00304cf8, process id 0xd44, application start time 0x01d082efcc908c9f.


安裝幾乎是完成了,只是在最後註冊“System.EnterpriseServices.dll”時出現錯誤,導致安裝Fail並rollback。

雖然.NET Framework 1.1 SP1已經解決了這個問題,但是微軟並沒有發布SP1完整安裝包,需要1.1完成安裝後才能打SP1補丁。這幾乎陷入死迴圈了。

有沒有辦法將SP1整合到1.1 安裝包中呢?

我們試一試:

1. 從微軟官方網站下載.NET Framework 1.1 和SP1檔案。分別命名為Dotnetfx.exe和Dotnetfxsp1.exe

2. 建立目錄DotNet,並將安裝檔案複製在這裡。

3. 進入命令列模式

 執行:

          dotnetfx.exe /c:"msiexec.exe /a netfx.msi TARGETDIR=C:\DotNet"

          dotnetfxsp1.exe /Xp:C:\DotNet\netfxsp.msp

      msiexec.exe /a c:\DotNet\netfx.msi /p c:\DotNet\netfxsp.msp

4. 進入DotNet目錄,執行netfx.msi檔案進行安裝。


看看添加程式裡面是不是.NET Framework 1.1+SP1已經成功了。


本文出自 “roger.ling” 部落格,請務必保留此出處http://109014.blog.51cto.com/99014/1640901

在Windows 2008 Server下安裝.NET Framework 1.1

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.