. Net framework1.1 installation error: Internal error: 2908

Source: Internet
Author: User

Install a clean machine today. Net framework1.1, Encountered an error, how can not install!
InGoogleLet's take a look at it. Microsoft's mistakes have become a household name.
This is not a quick solution.


When people experience failure when installing. net Framework 1.1 redist. usually you see a MSI dialog says "internal error 2908. ". later you will see another dialog says "error 1935. an error occured during the installation of component XXXX. hresult:-2147319761 ".


The problem usually is because a broken previous install. rename % WINDIR % \ system32 \ mscoree. dll and re-install usually does the trick.


This works because MSI uses existence of % WINDIR % \ system32 \ mscoree. DLL to tell if. NET framework is already installed. if MSI believes. NET framework is already installed, it will use the existing. net Framework to install assemblies into GAC. renaming mscoree. DLL tricks MSI to believe. net Framework is not present. in that case MSI will do a fresh install. fresh installrarely fail.

FYI: http://blogs.msdn.com/junfeng/archive/2004/01/31/65457.aspx

According to the above solution, we started to carefullyMscoree. dllAfter one is backed up and the name is changed, the system generates a newMscoree. dll. After that, everything went normal. Thank you very much.Junfeng

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.