Microsoft MVP성태의 닷넷 이야기
오류 유형: 5. [설치] WinFX Beta2 - 설치시 문제점 해결 [링크 복사], [링크+제목 복사],
조회: 25037
글쓴 사람
정성태 (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

비밀번호

댓글 작성자
 




1  2  3  4  [5]  6  7  8  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
13853정성태12/26/20244783디버깅 기술: 213. Windbg - swapgs 명령어와 (Ring 0 커널 모드의) FS, GS Segment 레지스터
13852정성태12/25/20245878디버깅 기술: 212. Windbg - (Ring 3 사용자 모드의) FS, GS Segment 레지스터파일 다운로드1
13851정성태12/23/20245092디버깅 기술: 211. Windbg - 커널 모드 디버깅 상태에서 사용자 프로그램을 디버깅하는 방법
13850정성태12/23/20246194오류 유형: 940. "Application Information" 서비스를 중지한 경우, "This file does not have an app associated with it for performing this action."
13849정성태12/20/20246181디버깅 기술: 210. Windbg - 논리(가상) 주소를 Segmentation을 거쳐 선형 주소로 변경
13848정성태12/18/20245678디버깅 기술: 209. Windbg로 알아보는 Prototype PTE파일 다운로드2
13847정성태12/18/20245754오류 유형: 939. golang - 빌드 시 "unknown directive: toolchain" 오류 빌드 시 이런 오류가 발생한다면?
13846정성태12/17/20246298디버깅 기술: 208. Windbg로 알아보는 Trans/Soft PTE와 2가지 Page Fault 유형파일 다운로드1
13845정성태12/16/20245146디버깅 기술: 207. Windbg로 알아보는 PTE (_MMPTE)
13844정성태12/14/20246639디버깅 기술: 206. Windbg로 알아보는 PFN (_MMPFN)파일 다운로드1
13843정성태12/13/20245179오류 유형: 938. Docker container 내에서 빌드 시 error MSB3021: Unable to copy file "..." to "...". Access to the path '...' is denied.
13842정성태12/12/20245355디버깅 기술: 205. Windbg - KPCR, KPRCB
13841정성태12/11/20245962오류 유형: 937. error MSB4044: The "ValidateValidArchitecture" task was not given a value for the required parameter "RemoteTarget"
13840정성태12/11/20245253오류 유형: 936. msbuild - Your project file doesn't list 'win' as a "RuntimeIdentifier"
13839정성태12/11/20246164오류 유형: 936. msbuild - error CS1617: Invalid option '12.0' for /langversion. Use '/langversion:?' to list supported values.
13838정성태12/4/20245933오류 유형: 935. Windbg - Breakpoint 0's offset expression evaluation failed.
13837정성태12/3/20246738디버깅 기술: 204. Windbg - 윈도우 핸들 테이블 (3) - Windows 10 이상인 경우
13836정성태12/3/20245285디버깅 기술: 203. Windbg - x64 가상 주소를 물리 주소로 변환 (페이지 크기가 2MB인 경우)
13835정성태12/2/20246703오류 유형: 934. Azure - rm: cannot remove '...': Directory not empty
13834정성태11/29/20246694Windows: 275. C# - CUI 애플리케이션과 Console 윈도우 (Windows 10 미만의 Classic Console 모드인 경우) [1]파일 다운로드1
13833정성태11/29/20246061개발 환경 구성: 737. Azure Web App에서 Scale-out으로 늘어난 리눅스 인스턴스에 SSH 접속하는 방법
13832정성태11/27/20245693Windows: 274. Windows 7부터 도입한 conhost.exe
13831정성태11/27/20245047Linux: 111. eBPF - BPF_MAP_TYPE_PERF_EVENT_ARRAY, BPF_MAP_TYPE_RINGBUF에 대한 다양한 용어들
13830정성태11/25/20246553개발 환경 구성: 736. 파이썬 웹 앱을 Azure App Service에 배포하기
13829정성태11/25/20246656스크립트: 67. 파이썬 - Windows 버전에서 함께 설치되는 py.exe
13828정성태11/25/20245178개발 환경 구성: 735. Azure - 압축 파일을 이용한 web app 배포 시 디렉터리 구분이 안 되는 문제파일 다운로드1
1  2  3  4  [5]  6  7  8  9  10  11  12  13  14  15  ...