Microsoft MVP성태의 닷넷 이야기
오류 유형: 5. [설치] WinFX Beta2 - 설치시 문제점 해결 [링크 복사], [링크+제목 복사],
조회: 23709
글쓴 사람
정성태 (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)
11149정성태2/21/201722945오류 유형: 378. A 64-bit test cannot run in a 32-bit process. Specify platform as X64 to force test run in X64 mode on X64 machine.
11148정성태2/20/201721919.NET Framework: 644. AppDomain에 대한 단위 테스트 시 알아야 할 사항
11147정성태2/19/201721153오류 유형: 377. Windows 10에서 Fake 어셈블리를 생성하는 경우 빌드 시 The type or namespace name '...' does not exist in the namespace 컴파일 오류 발생
11146정성태2/19/201719773오류 유형: 376. Error VSP1033: The file '...' does not contain a recognized executable image. [2]
11145정성태2/16/201721260.NET Framework: 643. 작업자 프로세스(w3wp.exe)가 재시작되는 시점을 알 수 있는 방법 - 두 번째 이야기 [4]파일 다운로드1
11144정성태2/6/201724625.NET Framework: 642. C# 개발자를 위한 Win32 DLL export 함수의 호출 규약 (부록 1) - CallingConvention.StdCall, CallingConvention.Cdecl에 상관없이 왜 호출이 잘 될까요?파일 다운로드1
11143정성태2/5/201722060.NET Framework: 641. [Out] 형식의 int * 인자를 가진 함수에 대한 P/Invoke 호출 방법파일 다운로드1
11142정성태2/5/201730044.NET Framework: 640. 닷넷 - 배열 크기의 한계 [2]파일 다운로드1
11141정성태1/31/201724312.NET Framework: 639. C# 개발자를 위한 Win32 DLL export 함수의 호출 규약 (4) - CLR JIT 컴파일러의 P/Invoke 호출 규약 [1]파일 다운로드1
11140정성태1/27/201720068.NET Framework: 638. RSAParameters와 RSA파일 다운로드1
11139정성태1/22/201722758.NET Framework: 637. C# 개발자를 위한 Win32 DLL export 함수의 호출 규약 (3) - x64 환경의 __fastcall과 Name mangling [1]파일 다운로드1
11138정성태1/20/201721041VS.NET IDE: 113. 프로젝트 생성 시부터 "Enable the Visual Studio hosting process" 옵션을 끄는 방법 - 두 번째 이야기 [3]
11137정성태1/20/201719757Windows: 135. AD에 참여한 컴퓨터로 RDP 연결 시 배경 화면을 못 바꾸는 정책
11136정성태1/20/201718929오류 유형: 375. Hyper-V 내에 구성한 Active Directory 환경의 시간 구성 방법 - 두 번째 이야기
11135정성태1/20/201719934Windows: 134. Windows Server 2016의 작업 표시줄에 있는 시계가 사라졌다면? [1]
11134정성태1/20/201727367.NET Framework: 636. System.Threading.Timer를 이용해 타이머 작업을 할 때 유의할 점 [5]파일 다운로드1
11133정성태1/20/201723500.NET Framework: 635. C# 개발자를 위한 Win32 DLL export 함수의 호출 규약 (2) - x86 환경의 __fastcall [1]파일 다운로드1
11132정성태1/19/201734985.NET Framework: 634. C# 개발자를 위한 Win32 DLL export 함수의 호출 규약 (1) - x86 환경에서의 __cdecl, __stdcall에 대한 Name mangling [1]파일 다운로드1
11131정성태1/13/201723912.NET Framework: 633. C# - IL 코드 분석을 위한 팁 [2]
11130정성태1/11/201724419.NET Framework: 632. x86 실행 환경에서 SECURITY_ATTRIBUTES 구조체를 CreateEvent에 전달할 때 예외 발생파일 다운로드1
11129정성태1/11/201728780.NET Framework: 631. async/await에 대한 "There Is No Thread" 글의 부가 설명 [9]파일 다운로드1
11128정성태1/9/201723229.NET Framework: 630. C# - Interlocked.CompareExchange 사용 예제 [3]파일 다운로드1
11127정성태1/8/201722751기타: 63. (개발자를 위한) Visual Studio의 "with MSDN" 라이선스 설명
11126정성태1/7/201727504기타: 62. Edge 웹 브라우저의 즐겨찾기(Favorites)를 편집/백업/복원하는 방법 [1]파일 다운로드1
11125정성태1/7/201724315개발 환경 구성: 310. IIS - appcmd.exe를 이용해 특정 페이지에 클라이언트 측 인증서를 제출하도록 설정하는 방법
11124정성태1/4/201727786개발 환경 구성: 309. 3년짜리 유효 기간을 제공하는 StartSSL [2]
... 106  107  108  109  110  [111]  112  113  114  115  116  117  118  119  120  ...