2011년 11월 11일 금요일

[Innosetup] FileCheck후 파일이 존재하면 실행안하기

[run], [file] 항목등 에서 check:fileCheck 를 추가한 후

[Code] 에 함수를 추가해서 사용하면 가능하다.

function Filecheck(): boolean;
begin
  if FileExists(ExpandConstant('C:\Runtimes\en_.net_framework_4_full_x86_x64_508940.exe')) then
  begin
    result :=False
  end;
end;

댓글 없음:

댓글 쓰기