Microsoft MVP성태의 닷넷 이야기
오류 유형: 341. .NET Framework 4.5.2가 설치 안 되는 경우 [링크 복사], [링크+제목 복사]
조회: 15443
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

.NET Framework 4.5.2가 설치 안 되는 경우

가지고 있는 Windows 7 x64 VPC에 .NET 4.5.2를 설치하는데 다음과 같은 오류가 발생합니다.

Component Microsoft .NET Framework 4.5.2 (x86 and x64) has failed to install with the following error message:
"A failure occurred attempting to install the Microsoft .NET Framework 4.5.2."

The following components failed to install:
- Microsoft .NET Framework 4.5.2 (x86 and x64)

See the setup log file located at '%LOCALAPPDATA%\Temp\VSDF156.tmp\install.log' for more information.

오류 메시지에 따라 %LOCALAPPDATA%\Temp\VSDF156.tmp\install.log 파일을 메모장으로 열어봤는데 딱히 "Error"라고 표현된 라인은 없었습니다. 대신 다음과 같은 로그가 눈에 띄었는데요.

Installing using command '%LOCALAPPDATA%\Temp\VSDF156.tmp\DotNetFX452\NDP452-KB2901954-Web.exe' and parameters ' /q /norestart /ChainingPackage FullX64Bootstrapper /lcid 1033'
Process exited with code 5100
Status of package 'Microsoft .NET Framework 4.5.2 (x86 and x64)' after install is 'InstallFailed'

5100 오류 코드가 뭔지 검색해 보면 다음의 자료를 볼 수 있습니다.

Error code 5100 when installing .NET framework as part of a ClickOnce application deployment via Visual Studio 2010
; http://stackoverflow.com/questions/14158331/error-code-5100-when-installing-net-framework-as-part-of-a-clickonce-applicatio

0: Installation completed successfully.
1602: The user canceled installation.
1603: A fatal error occurred during installation.
1641: A restart is required to complete the installation. This message indicates success.
3010: A restart is required to complete the installation. This message indicates success.
5100: The user's computer does not meet system requirements.

그러면서 "5100"이 발생한 2가지 상황에 대해 설명을 하는데요. 하나는 이미 또 다른 setup이 한번 되었고 그것으로 인해 재부팅이 필요한 경우였다고 합니다. 그래서, 그냥 재부팅한 후 다시 설치를 시작하면 정상적으로 해결됩니다.

다른 한 가지 경우는 하드 디스크의 여유 공간이 모자란 것입니다. 그러고 보니, 제 VPC의 C 드라이브 여유 공간이 800MB에 불과했습니다. 과감하게 ^^ vhdx 파일 크기를 10GB 더 올린 후 .NET 4.5.2를 설치하니 잘 됩니다. ^^

참고로 공식 사이트에 가면,

Microsoft .NET Framework 4.5.2 (Offline Installer) for Windows Vista SP2, Windows 7 SP1, Windows 8, Windows 8.1, Windows Server 2008 SP2, Windows Server 2008 R2 SP1, Windows Server 2012 and Windows Server 2012 R2 
; https://www.microsoft.com/en-us/download/details.aspx?id=42642

4.5GB의 여유 공간이 있어야 한다고 명시되어 있습니다.

  • 4.5 GB of available hard disk space (x86)
  • 4.5 GB of available hard disk space (x64)




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 7/9/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 46  47  48  49  50  51  52  53  54  [55]  56  57  58  59  60  ...
NoWriterDateCnt.TitleFile(s)
12241정성태6/23/202012294.NET Framework: 914. C# - Task.Yield 사용법파일 다운로드1
12240정성태6/23/202013578오류 유형: 622. 소켓 바인딩 시 "System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions" 오류 발생
12239정성태6/21/20209945Linux: 30. (윈도우라면 DLL에 속하는) .so 파일이 텍스트로 구성된 사례 [1]
12238정성태6/21/20209991.NET Framework: 913. C# - SharpDX + DXGI를 이용한 윈도우 화면 캡처 라이브러리
12237정성태6/20/20209761.NET Framework: 912. 리눅스 환경의 .NET Core에서 "test".IndexOf("\0")가 0을 반환
12236정성태6/19/202010148오류 유형: 621. .NET Standard 대상으로 빌드 시 dynamic 예약어에서 컴파일 오류 - error CS0656: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'
12235정성태6/19/20209807오류 유형: 620. Windows 10 - Inaccessible boot device 블루 스크린
12234정성태6/19/20209498개발 환경 구성: 494. NuGet - nuspec의 패키지 스키마 버전(네임스페이스) 업데이트 방법
12233정성태6/19/20209187오류 유형: 619. SQL 서버 - The transaction log for database '...' is full due to 'LOG_BACKUP'. - 두 번째 이야기
12232정성태6/19/20208163오류 유형: 618. SharePoint - StoreBusyRetryLater 오류
12231정성태6/15/202010557.NET Framework: 911. Console/Service Application을 위한 SynchronizationContext - AsyncContext
12230정성태6/15/20209955오류 유형: 617. IMetaDataImport::GetMethodProps가 반환하는 IL 코드 주소(RVA) 문제
12229정성태6/13/202011806.NET Framework: 910. USB/IP PROJECT를 이용해 C#으로 USB Keyboard + Mouse 가상 장치 만들기 [1]
12228정성태6/12/202011872.NET Framework: 909. C# - Source Generator를 적용한 XmlCodeGenerator파일 다운로드1
12227정성태6/12/202015826오류 유형: 616. Visual Studio의 느린 업데이트 속도에 대한 원인 분석 [5]
12226정성태6/11/202013171개발 환경 구성: 493. OpenVPN의 네트워크 구성 [4]파일 다운로드1
12225정성태6/11/202012111개발 환경 구성: 492. 윈도우에 OpenVPN 설치 - 클라이언트 측 구성
12224정성태6/11/202019942개발 환경 구성: 491. 윈도우에 OpenVPN 설치 - 서버 측 구성 [1]
12223정성태6/9/202014000.NET Framework: 908. C# - Source Generator 소개 [10]파일 다운로드2
12222정성태6/3/20209896VS.NET IDE: 146. error information: "CryptQueryObject" (-2147024893/0x80070003)
12221정성태6/3/20209721Windows: 170. 비어 있지 않은 디렉터리로 symbolic link(junction) 연결하는 방법
12220정성태6/3/202012066.NET Framework: 907. C# DLL로부터 TLB 및 C/C++ 헤더 파일(TLH)을 생성하는 방법
12219정성태6/1/202011213.NET Framework: 906. C# - lock (this), lock (typeof(...))를 사용하면 안 되는 이유파일 다운로드1
12218정성태5/27/202011184.NET Framework: 905. C# - DirectX 게임 클라이언트 실행 중 키보드 입력을 감지하는 방법 [3]
12217정성태5/24/20209676오류 유형: 615. Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1.
12216정성태5/15/202012762.NET Framework: 904. USB/IP PROJECT를 이용해 C#으로 USB Keyboard 가상 장치 만들기 [14]파일 다운로드1
... 46  47  48  49  50  51  52  53  54  [55]  56  57  58  59  60  ...