아래 코드는 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; 


AND