Microsoft MVP성태의 닷넷 이야기
오류 유형: 238. 설치 오류 - Failed to get size of pseudo bundle [링크 복사], [링크+제목 복사],
조회: 20958
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

설치 오류 - Failed to get size of pseudo bundle

Visual Studio 2013 Update 3을 설치하려고 미리 다운로드 받은 vs2013.3.iso 파일을 마운트 시키고 vs2013.3.exe 파일을 실행시키니 다음과 같은 오류 창이 나옵니다.

vs_update3_1.png

Update 3 does not apply, or is blocked by another condition on your computer.

제시된 "log file" 링크를 누르면 메모장으로 로그 파일이 뜨는데, 다음과 같은 에러 내용이 눈에 들어옵니다.

[2208:1824][2014-09-12T09:25:51]i000: Setting string variable 'CurrentSqmOption' to value '0'
[2208:1824][2014-09-12T09:25:51]e000: Error 0x80070003: Failed to get size of pseudo bundle: C:\ProgramData\Package Cache\{3c348532-c3bd-4bae-a928-7b555f8c808f}\VS2013.2.exe
[2208:1824][2014-09-12T09:25:51]e000: Error 0x80070003: Failed to initialize package from related bundle id: {3c348532-c3bd-4bae-a928-7b555f8c808f}
[2208:1824][2014-09-12T09:25:51]e000: Error 0x80070003: Failed to get size of pseudo bundle: C:\ProgramData\Package Cache\{8b2217f8-79ad-4765-bf57-14ce568feb53}\vssdk_full.exe
[2208:1824][2014-09-12T09:25:51]e000: Error 0x80070003: Failed to initialize package from related bundle id: {8b2217f8-79ad-4765-bf57-14ce568feb53}
[2208:1824][2014-09-12T09:25:51]e000: Error 0x80070003: Failed to get size of pseudo bundle: C:\ProgramData\Package Cache\{cd09eea6-d0b3-4246-bb80-e047ceadf61f}\vs_ultimate.exe
[2208:1824][2014-09-12T09:25:51]e000: Error 0x80070003: Failed to initialize package from related bundle id: {cd09eea6-d0b3-4246-bb80-e047ceadf61f}

업데이트 3를 설치하는데 이상하게도 이전 업데이트 2에서 사용된 vs2013.2.exe 파일을 요구하고 있습니다. (이래서, "Package Cache" 폴더는 삭제하지 말라고 하나 봅니다.)

재미있는 것은 "Package Cache" 폴더인데 예전에 jucntion/mklink 프로그램을 이용해 다른 경로로 링크해 놓은 폴더였습니다.

윈도우 시스템 디스크 용량 확보를 위한 "Package Cache" 폴더 이동
; https://www.sysnet.pe.kr/2/0/1713

문제는? 링크가 풀려버린 것입니다. 그래서 "C:\ProgramData\Package Cache" 폴더가 이전에 우회 경로로 설정한 "e:\mklinkDir\Package Cache" 폴더를 가리키고 있지 않은 것입니다. 그렇기 때문에 vs2013.2.exe 파일을 찾을 수 없었고 그 이후의 프로그램 설치 시 오류가 발생한 것입니다.

어쨌든, 다시 mklink로 풀려버린 링크를 재설정하는 것으로 문제 해결! (mklink가 풀리다늬! 불안하군요. ^^;)




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

[연관 글]






[최초 등록일: ]
[최종 수정일: 9/16/2014]

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

비밀번호

댓글 작성자
 




... 106  107  108  109  110  111  112  113  114  115  116  117  118  119  [120]  ...
NoWriterDateCnt.TitleFile(s)
10924정성태3/22/201621058오류 유형: 324. Visual Studio에서 Azure 클라우드 서비스 생성 시 Failed to initialize the PowerShell host 에러 발생
10923정성태3/21/201622113.NET Framework: 564. C# - DGML로 바이너리 트리 출력하는 방법 [1]파일 다운로드1
10922정성태3/21/201622537.NET Framework: 563. 디버깅 용도로 이진 트리의 내용을 출력하는 방법파일 다운로드1
10921정성태3/17/201625521.NET Framework: 562. BBI 인터프리터 C/C++ 코드를 C#으로 변환 [3]파일 다운로드2
10920정성태3/15/201627138.NET Framework: 561. null 처리된 객체가 왜 GC에 의해 수집되지 않을까요? [6]파일 다운로드1
10919정성태3/12/201623155.NET Framework: 560. C#에서 return할 때 명시적으로 casting한 것과 안한 것의 차이 [2]파일 다운로드1
10918정성태3/10/201619814.NET Framework: 559. WPF - ICommand.CanExecuteChanged가 해제되지 않는 문제 [2]파일 다운로드1
10917정성태3/10/201640346.NET Framework: 558. WPF - ICommand 동작 방식 [9]파일 다운로드1
10916정성태3/9/201626140.NET Framework: 557. 머신 바이트 배열로부터 역어셈블해주는 라이브러리 - Udis86 Assembler파일 다운로드2
10915정성태3/9/201621736오류 유형: 323. FatalExecutionEngineError was detected
10914정성태3/8/201625124오류 유형: 322. 정적 라이브러리 참조 시 "LNK2019 unresolved external symbol '...' referenced in function" 오류 발생파일 다운로드1
10913정성태3/7/201625068.NET Framework: 556. C#으로 다루는 MBR(Master Boot Record) [9]파일 다운로드1
10912정성태3/2/201621930.NET Framework: 555. List<T>의 Resize 메서드 구현 [2]파일 다운로드1
10911정성태2/29/201625851Math: 15. 그래프 그리기로 알아보는 뉴턴-랩슨(Newton-Raphson's method)법과 제곱근 구하기 - C#파일 다운로드1
10910정성태2/29/201627186Math: 14. HTML에서 수학 관련 기호/수식을 표현하기 위한 방법 - MathJax.js - 두 번째 이야기 [5]
10909정성태2/25/201625411기타: 56. ETW provider 목록 [3]
10908정성태2/25/201622183기타: 55. ETW man 파일 목록
10907정성태2/24/201620628.NET Framework: 554. 인터프리터 - 재귀적 하향 구문 분석 C# 예제파일 다운로드1
10906정성태2/24/201619501.NET Framework: 553. C# 관리 코드에서 IMetaDataDispenserEx, IMetaDataImport 관련 인터페이스를 얻는 방법파일 다운로드1
10905정성태2/24/201623037오류 유형: 321. Hyper-V The operation failed with error code '32791'.
10904정성태2/23/201619430.NET Framework: 552. 인터프리터 - 역폴란드 표기법을 이용한 식의 분석 - C# 예제파일 다운로드1
10903정성태2/22/201620856.NET Framework: 551. 인터프리터 어휘 분석 프로그램 - C# 예제파일 다운로드1
10902정성태2/22/201620745.NET Framework: 550. GetFunctionPointer 호출 시 System.InvalidProgramException 예외 발생
10901정성태2/20/201622884.NET Framework: 549. ContextBoundObject 상속 클래스와 System.Reflection.ReflectionTypeLoadException 예외 [4]파일 다운로드1
10900정성태2/19/201622053.NET Framework: 548. Linq는 결국 메서드 호출! [3]파일 다운로드1
10899정성태2/17/201623365개발 환경 구성: 282. kernel32.dll, kernel32legacy.dll, api-ms-win-core-sysinfo-l1-2-0.dll [1]
... 106  107  108  109  110  111  112  113  114  115  116  117  118  119  [120]  ...