성태의 닷넷 이야기
홈 주인
모아 놓은 자료
프로그래밍
질문/답변
사용자 관리
사용자
메뉴
아티클
외부 아티클
유용한 코드
온라인 기능
MathJax 입력기
최근 덧글
[정성태] 해당 글을 잠시 읽어보니까, 그 글에 답이 잘 나오는군요. ^^...
[정성태] Stating the obvious about debugging...
[정성태] https://www.c-sharpcorner.com/artic...
[정성태] How can I detect if one of my helpe...
[정성태] 32비트 값을 64비트 레지스터에 넣을 때, 상위 32비트에 대...
[정성태] 본문에서 상위 8바이트의 16비트가 사용되지 않는 것을 볼 수 ...
[정성태] 한 번도 궁금한 적이 없었는데, If I mark my t...
[정성태] 그냥 RSS Reader 기능과 약간의 UI 편의성 때문에 사용...
[이종효] 오래된 소프트웨어는 보안 위협이 되기도 합니다. 혹시 어떤 기능...
[정성태] @Keystroke IEEE의 문서를 소개해 주시다니... +_...
글쓰기
제목
이름
암호
전자우편
HTML
홈페이지
유형
제니퍼 .NET
닷넷
COM 개체 관련
스크립트
VC++
VS.NET IDE
Windows
Team Foundation Server
디버깅 기술
오류 유형
개발 환경 구성
웹
기타
Linux
Java
DDK
Math
Phone
Graphics
사물인터넷
부모글 보이기/감추기
내용
<div style='display: inline'> <h1 style='font-family: Malgun Gothic, Consolas; font-size: 20pt; color: #006699; text-align: center; font-weight: bold'>Visual Studio 2022 설치 시 "Couldn't install Microsoft.VisualCpp.Redist.14.Latest"</h1> <p> Visual Studio 2022 설치하다가 이런 오류 메시지가 발생한다면?<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Something went wrong with the install. Couldn't install Microsoft.VisualCpp.Redist.14.Latest You can troubleshoot the package failures by: 1. Search for solutions using the search URL below for each package failure 2. Modify your selections for the affected workloads or components and then retry the installation 3. Remove the product from your machine and then install again If the issue has already been reported on the Developer Community, you can find solutions or workarounds there. If the issue has not been reported, we encourage you to create a new issue so that other developers will be able to find solutions or workarounds. You can create a new issue from within the Visual Studio Installer in the upper-right hand corner using the "Provide feedback" button. ================================================================================ Package 'Microsoft.VisualCpp.Redist.14.Latest,version=14.30.30704,chip=x86' failed to install. Search URL https://aka.ms/VSSetupErrorReports?q=PackageId=Microsoft.VisualCpp.Redist.14.Latest;PackageAction=Install;ReturnCode=-2147023274 Details Command executed: "c:\windows\syswow64\\windowspowershell\v1.0\powershell.exe" -NoLogo -NoProfile -Noninteractive -ExecutionPolicy Unrestricted -InputFormat None -Command "& """C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.30.30704,chip=x86\VCRedistInstall.ps1""" -PayloadDirectory """C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.30.30704,chip=x86""" -Architecture x86 -Logfile """%USERPROFILE%\AppData\Local\Temp\dd_setup_20211025101810_1049_Microsoft.VisualCpp.Redist.14.Latest.log"""; exit $LastExitCode" Return code: -2147023274 Return code details: Error opening installation log file. Verify that the specified log file location exists and that you can write to it. Log %USERPROFILE%\AppData\Local\Temp\dd_setup_20211025101810_1049_Microsoft.VisualCpp.Redist.14.Latest.log Impacted workloads Desktop development with C++ (Microsoft.VisualStudio.Workload.NativeDesktop,version=17.0.31804.368) Impacted components C++ 2022 Redistributable Update (Microsoft.VisualStudio.Component.VC.Redist.14.Latest,version=17.0.31804.368) C++ CMake tools for Windows (Microsoft.VisualStudio.Component.VC.CMake.Project,version=17.0.31804.368) C++ core desktop features (Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core,version=17.0.31804.368) C++ profiling tools (Microsoft.VisualStudio.Component.VC.DiagnosticTools,version=17.0.31804.368) Graphics debugger and GPU profiler for DirectX (Microsoft.VisualStudio.Component.Graphics.Tools,version=17.0.31804.368) MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) (Microsoft.VisualStudio.Component.VC.Tools.x86.x64,version=17.0.31804.368) </pre> <br /> 원인을 좀 더 자세하게 설명하는, 즉 위의 메시지에서 알려주는 "%USERPROFILE%\AppData\Local\Temp\dd_setup_20211025101810_1049_Microsoft.VisualCpp.Redist.14.Latest.log" 로그 파일을 살펴볼 것을 권장합니다. ^^<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > [312c:000c][2021-10-25T10:30:34] c:\windows\syswow64\\windowspowershell\v1.0\powershell.exe -NoLogo -NoProfile -Noninteractive -ExecutionPolicy Unrestricted -InputFormat None -Command "& """C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.30.30704,chip=x86\VCRedistInstall.ps1""" -PayloadDirectory """C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.30.30704,chip=x86""" -Architecture x86 -Logfile """%USERPROFILE%\AppData\Local\Temp\dd_setup_20211025101810_1049_Microsoft.VisualCpp.Redist.14.Latest.log"""; exit $LastExitCode" [312c:000c][2021-10-25T10:30:34] Transcript started, output file is %USERPROFILE%\AppData\Local\Temp\dd_vcredist_wrapper_x86_20211025103031.log Installing Visual C++ Redist Inputs: PayloadDirectory: C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.30.30704,chip=x86 Architecture: x86 LogFile: %USERPROFILE%\AppData\Local\Temp\dd_setup_20211025101810_1049_Microsoft.VisualCpp.Redist.14.Latest.log VersionToInstall: Environment: WINDIR: C:\WINDOWS TEMP: %USERPROFILE%\AppData\Local\Temp system directory: C:\WINDOWS\System32 native reg. key: HKLM:\Software\Microsoft\VisualStudio\14.0\VC\Runtimes\x86 WOW64 reg. key: HKLM:\Software\WOW6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x86 Installing x86 Visual C++ Runtime on AMD64 system Initial registered version: 14.30.30528.0 Initial file version: 14.30.30528.0 Redist Installer Version: 14.30.30704.0 Redist Exit Code: -2147023274 Updated registered version: 14.30.30528.0 Updated file version: 14.30.30528.0 Skipping soft-reboot check: <span style='color: blue; font-weight: bold'>redist exit code was not ERROR_SUCCESS_REBOOT_REQUIRED (3010)</span> Reasons for skipping soft-reboot check: <span style='color: blue; font-weight: bold'>redist exit code was not ERROR_SUCCESS_REBOOT_REQUIRED (3010)</span> Wrapper Exit Code: -2147023274 Transcript stopped, output file is %USERPROFILE%\AppData\Local\Temp\dd_vcredist_wrapper_x86_20211025103031.log </pre> <br /> 친절하게 ^^ (앞선 설치 파일의 영향으로) 재부팅 후에 다시 설치하라는 메시지를 보여줍니다. 요즘엔... 로그만 잘 살펴봐도 거의 해결하지 못할 문제가 없는 것 같습니다. ^^<br /> </p><br /> <br /><hr /><span style='color: Maroon'>[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]</span> </div>
첨부파일
스팸 방지용 인증 번호
1204
(왼쪽의 숫자를 입력해야 합니다.)