Microsoft MVP성태의 닷넷 이야기
오류 유형: 5. [설치] WinFX Beta2 - 설치시 문제점 해결 [링크 복사], [링크+제목 복사],
조회: 23704
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

저도 오늘에서야 시간이 나서 WinFX Beta2 를 설치해 보네요. ^^

일단, 이번에도 역시 기존 WinFX Feb CTP 를 설치/제거를 한 경우에는 정상적으로 설치가 안됩니다. - 도대체 언제까지 매번 이런 일에 시간을 소모해야 하는지... 쪼매 열받기 시작합니다.

중간에, 다음과 같이 오류 화면이 뜹니다.

WinFX Beta2 설치 오류

화면에 보이는 "What data does this report contain?" 를 눌러보면 다시 한번 상세한 오류 화면 창이 뜨는데, 그 대화창에 포함된 링크 2개 중에서 "View the contents of the error report" 를 누르면 다음과 같은 파일 목록을 보여주는 대화창이 뜹니다.

C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\WLF24C.tmp
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\SDB24D.tmp
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\VSW0\VSSWMSISummary.txt
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\VSW0\VSSWMSIInstallTime.txt
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\VSW0\VSSWMSIFailInfo.txt
<NoFiles>

확장자에 상관없이 모두 텍스트 파일이므로 읽을 수 있지만, 변변한 에러라고는 "WLF24C.tmp" 파일의 마지막 부분에 다음과 같은 오류를 보고하는 정도입니다.

[05/31/06,11:22:00] Windows Communication Foundation Beta 2: ***ERRORLOG EVENT*** : Error: Installation failed for component Windows Communication Foundation Beta 2. MSI returned error code 1603 

휴,,, 다행입니다. 이 정도만 해도 어딘가요. ^^ 이걸로 검색하면 누군가 답변을 해두지 않았을까요? ^^ 그래서, "MSI returned error code 1603 Windows Communication Foundation Beta 2" 라는 검색어로 찾아보니, 다음과 같은 토픽이 딱 걸리는 군요.

WinFX Runtime Components 3.0 Beta 2 installation problems - MSDN ... - [ 문서 번역하기 BETA ]

... pass the Warnings/Blocks checks in CVSScenario::Start() [05/24/06,00:43:42] Windows Communication Foundation Beta 2: [2] Error: Installation failed for component Windows Communication Foundation Beta 2. MSI returned error code 1603 ... 

forums.microsoft.com/MSDN/ ShowPost.aspx?PostID=420746&SiteID=1 - 68k - 2006년

무엇보다, URL 이 마음에 듭니다. 왜냐면, 해당 사이트는 WinFX 에 관한 Q&A 를 할 수 있는 사이트이기 때문입니다.

결국, 위의 링크인 다음의 URL 에 해답이 있습니다.

WinFX Runtime Components 3.0 Beta 2 installation problems
; http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=420746&SiteID=1

결론은, WinFX Beta2 설치하기 전에 명령어 창에서 다음과 같이 한번 실행해 주라는 것입니다.

sc delete "InfoCard Service"


위의 토픽에도 나오지만, 설치 오류 관련해서 정작 setup.exe 에서 띄워주는 팝업창의 링크 보다는 C:\DOCUME~1\[USER]\LOCALS~1\Temp 폴더에 보시면 "dd_wcf_retCA" 로 시작하는 텍스트 파일이 더 도움이 됩니다.

저같은 경우에는 dd_wcf_retCA62A8.txt 파일이 있었는데, 안의 오류 내용을 보면 다음과 같습니다.

ServiceModelReg [11:21:58:685]: Installing: Microsoft Digital Identity Service (idsvc)
ServiceModelReg [11:21:58:695]: Error: System.ComponentModel.Win32Exception: The name is already in use as either a service name or a service display name
   at System.ServiceModel.Install.ServiceManagerHandle.CreateService(String serviceName, String displayName, Int32 serviceType, Int32 startType, Int32 errorControl, String binaryPathName, String dependencies, String serviceStartName)







[최초 등록일: ]
[최종 수정일: 6/2/2006]

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)
11099정성태11/7/201630678.NET Framework: 620. C#에서 C/C++ 함수로 콜백 함수를 전달하는 예제 코드파일 다운로드1
11098정성태11/7/201620015오류 유형: 368. 빌드 이벤트에서 robocopy 사용 시 $(TargetDir) 매크로를 지정하는 경우 오류 발생
11097정성태11/7/201622944오류 유형: 367. go install: no install location for directory [...경로...] outside GOPATH
11096정성태11/6/201626750디버깅 기술: 83. PDB 파일을 수동으로 다운로드하는 방법
11095정성태11/6/201623028.NET Framework: 619. C# - Cognitive Services 중의 하나인 Face API를 사용해 얼굴 인식 및 흐림(blur) 효과 적용 [1]파일 다운로드1
11094정성태11/5/201624639VC++: 105. Visual Studio 2013/2015 - Ceemple OpenCV 확장을 이용한 웹캠 영상 출력
11093정성태11/4/201624548웹: 34. Edge 브라우저도 지원하는 클립보드 복사를 위한 자바스크립트 코드
11092정성태11/3/201631551.NET Framework: 618. C# - NAudio를 이용한 MP3 파일 재생 [5]파일 다운로드1
11091정성태11/3/201626315VC++: 104. std::call_once를 이용해 thread-safe한 Singleton 객체 생성파일 다운로드1
11090정성태11/1/201627770VC++: 103. C++ CreateTimerQueue, CreateTimerQueueTimer 예제 코드 [9]파일 다운로드1
11089정성태11/1/201626624디버깅 기술: 82. Windows 10을 위한 Symbol(PDB) 파일 내려받는 방법 [2]
11088정성태11/1/201630707.NET Framework: 617. C# - AForge.NET을 이용한 MP4 동영상 파일 재생 [7]파일 다운로드1
11087정성태11/1/201625134.NET Framework: 616. AForge.Video.FFMPEG를 최신 버전의 ffmpeg 파일로 의존성을 변경하는 방법파일 다운로드1
11086정성태11/1/201618961오류 유형: 366. The Microsoft Passport Container service terminated with the following error: General access denied error
11085정성태10/27/201633306.NET Framework: 615. C# - AForge.NET을 이용한 웹캠 영상 출력 [2]파일 다운로드1
11084정성태10/26/201621384오류 유형: 365. The User Profile Service service failed to the sign-in.
11083정성태10/26/201627878Windows: 131. 윈도우 10에서 사라진 "Adapters and Bindings" 네트워크 우선 순위 조정 기능 [1]
11082정성태10/26/201629802.NET Framework: 614. C# - DateTime.Ticks의 정밀도 [4]파일 다운로드1
11081정성태10/26/201620323오류 유형: 364. You need to fix your Microsoft Account for apps on your other devices to be able to launch apps and continue experiences on this device.
11080정성태10/24/201623483Windows: 130. Windows Server 2016 Nano 서버 설치 방법
11079정성태10/21/201620601Windows: 129. Windows Server 2016 설치 CD에 있는 Convert-WindowsImage.ps1 사용 방법 정리
11078정성태10/21/201621897Windows: 128. Windows Server 2016 Nano 서버 VHD 이미지 만드는 방법 - TP5 기준
11077정성태10/21/201620387오류 유형: 363. Active Directory 서버의 NETLOGON 서비스가 멈췄을 때 발생하는 문제
11076정성태10/21/201619968오류 유형: 362. 윈도우 백업 시 오류 - 0x80780040
11075정성태10/20/201620933Windows: 127. Convert-WindowsImage.ps1 사용 방법 정리
11074정성태10/20/201629238Windows: 126. Windows Server 2016 평가판을 정식 버전으로 라이선스 변경하는 방법
... 106  107  108  109  110  111  112  [113]  114  115  116  117  118  119  120  ...