
최근에 다시 포맷한 Windows 10 컴퓨터에 Visual Studio 2017 Community Edition을 설치하려고 합니다. 설치된 것은 거의 없지만 Windows 업데이트 측면에서는 최신 상태입니다. 바이러스 백신 소프트웨어도 없고 방화벽도 없습니다.
을 열면 vs_community.exe
이 프로세스가 약 10번 연속으로 발생합니다.
그러면 나는 이것을 얻습니다:
선택할 수 있는 옵션도 없고 67MB 파일을 계속해서 다운로드하는 것 외에는 아무것도 할 수 있는 방법이 없습니다.
로그 수집 도구를 실행한 결과 다음 오류가 발견되었습니다.
VisualStudio Bootstrapper:06/03/2018 22:54:48: Current Optin root path does not exists
VisualStudio Bootstrapper:06/03/2018 22:54:48: Commandline arguments = --env _SFX_CAB_EXE_PACKAGE:C:\Users\username\Downloads\vs_Community.exe _SFX_CAB_EXE_ORIGINALWORKINGDIR:C:\Users\username\Downloads
VisualStudio Bootstrapper:06/03/2018 22:54:48: Parent process name = vs_Community
VisualStudio Bootstrapper:06/03/2018 22:54:48: Parent process product version = 15.6.27428.1
VisualStudio Bootstrapper:06/03/2018 22:54:48: CampaignId =
VisualStudio Bootstrapper:06/03/2018 22:54:49: DownloadURL = https://aka.ms/vs/15/release/installer
VisualStudio Bootstrapper:06/03/2018 22:54:49: InstallLocation = C:\Program Files (x86)\Microsoft Visual Studio\Installer
VisualStudio Bootstrapper:06/03/2018 22:54:49: OfflineFilePath =
VisualStudio Bootstrapper:06/03/2018 22:54:49: LayoutLocation =
VisualStudio Bootstrapper:06/03/2018 22:54:49: ExecutableArguments = /finalizeInstall install --in "C:\ProgramData\Microsoft\VisualStudio\Packages\_bootstrapper\vs_setup_bootstrapper_201803062254487844.json" --locale en-GB --activityId "2889c3b4-3927-44e8-8308-cc45702af3ed"
VisualStudio Bootstrapper:06/03/2018 22:54:49: OSVersion = Microsoft Windows NT 10.0.16299.0
VisualStudio Bootstrapper:06/03/2018 22:54:49: Starting to detect the existing VS and .Net...
VisualStudio Bootstrapper:06/03/2018 22:54:49: Finished detecting the existing VS and .Net
VisualStudio Bootstrapper:06/03/2018 22:54:52: Beginning file download. File = https://aka.ms/vs/15/release/installer.
VisualStudio Bootstrapper:06/03/2018 22:54:52: Download requested: https://aka.ms/vs/15/release/installer
VisualStudio Bootstrapper:06/03/2018 22:54:52: Attempting download 'https://aka.ms/vs/15/release/installer' using engine 'WebClient'
VisualStudio Bootstrapper:06/03/2018 22:54:52: Uri 'https://aka.ms/vs/15/release/installer' redirected to 'https://download.visualstudio.microsoft.com/download/pr/11711691/d68d54e233c956ff79799fdf63753c54/vs_installer.opc'
VisualStudio Bootstrapper:06/03/2018 22:55:02: Certificate is invalid: C:\ProgramData\Microsoft\VisualStudio\Packages\_bootstrapper\vs_installer\p.wlk\vs_installer.opc
VisualStudio Bootstrapper:06/03/2018 22:55:02: Caught Exception: Type = InvalidSignatureException, Message = Certificate is invalid: vs_installer.opc, StackTrace =
VisualStudio Bootstrapper:06/03/2018 22:55:02: Certificate is invalid: vs_installer.opc
VisualStudio Bootstrapper:06/03/2018 22:55:02: Download failed using WebClient engine. Microsoft.VisualStudio.Setup.Security.InvalidSignatureException: Certificate is invalid: vs_installer.opc
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
VisualStudio Bootstrapper:06/03/2018 22:55:02: Sleeping 5000 milliseconds before retrying download.
이 오류에 대해서는 많은 것을 찾을 수 없습니다. 대부분은 사람들에게 "문제를 보고하라"는 지시를 받는 Microsoft 포럼이지만 이 오류는 설치 프로세스까지 그다지 진행되지 않기 때문에 이 오류에 대해 이를 수행할 수 없습니다.
"오프라인 설치 프로그램"을 실행해 보았지만 동일한 프로세스를 시작하고 계속해서 실패하는 것뿐입니다. 내가 시도할 수 있는 것은 별로 없는 것 같다.
정말 무엇을 해야할지 잘 모르겠습니다. 누구든지 아이디어가 있습니까?!
답변1
DNS 문제? 그가 설치 프로그램을 다운로드할 수 있었기 때문에 이를 삭제할 수 있습니다. 실제로 로그를 읽으면 내용을 파악하고 확인할 수 있습니다. 귀하의 계정에 대한 certmgr로 이동하여 신뢰할 수 있는 루트 CA 인증서와 중간 인증서를 확인하고 만료된 Microsoft 인증서가 있는지 확인하세요. 내 Microsoft Sig PCA가 만료되었음을 알았습니다. 유효한 것을 다운로드하여 설치했는데 VS Installer가 완벽하게 작동했습니다.