-
VCRedist_x86.exe 가 설치되었는지 여부를 확인하는 방법IT/Visual Studio 2011. 8. 6. 13:39
- Visual Studio 2008 의 경우.
아래 위치의 레지스트리를 확인해서 해당 레지스트리가 존재하는지 여부로 VCRedist_x86.exe 가 설치되었는지를 확인하면 된다.
Check the registry:
VC++2008 (sp1): HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3C3D696B-0DB7-3C6D-A356-3DB8CE541918}
or
VC++2008 (original): HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FF66E9F6-83E7-3A3E-AF14-8DE9A809A6A4}
'IT > Visual Studio' 카테고리의 다른 글
Visual Studio 에서 콘솔프로그램 종료 후에도 콘솔 창 유지하기 (0) 2016.04.10 Warning C4307: integral constant overflow (0) 2011.09.26 sxs 오류를 검사하기 위한 sxstrace 사용하기 (5) 2011.07.26 fatal error LNK1000: Internal error during IncrBuildImage (0) 2011.07.18 error C2440: 'static_cast' : 'void (__thiscall CServer::* )(WPARAM,LPARAM)'에서 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'(으)로 변환할 수 없습니다. (0) 2011.06.14