-
Installshield 에서 vcredist_x86.exe 설치여부 확인 코드 예제IT/Install Shield 2011. 8. 6. 13:55
아래 코드는 begin 뒤에 넣을 것
RegDBSetDefaultRoot ( HKEY_LOCAL_MACHINE );
szKey = "SOFTWARE\\Microsoft\Windows\\CurrentVersion\\Uninstall\\{3C3D696B-0DB7-3C6D-A356-3DB8CE541918}";
if ( !RegDBKeyExist(szKey) ) then
if ( !LaunchAppAndWait( TARGETDIR ^ "vcredist_x86.exe", "", WAIT ) ) then
MessageBox("Fail to install vcredist_x86.exe", SEVERE);
endif;
endif;
'IT > Install Shield' 카테고리의 다른 글
InstallShield 에서 레지스트리는 삭제안하게 하는 방법 (0) 2009.06.25 InstallShield 에서 패키지 설치/삭제시 IE 를 닫고 삭제하기 (0) 2009.05.18