我正在获得" CheckForFile'"的无效原型。经过数小时和数小时的尝试进行安装下载和安装文件(下载部分工作,但我找不到运行下载文件的方法),我没有想法。为什么我会收到这个错误?
[Run]
Filename: "{tmp}\AcroRdrDC1800920044_en_US.exe"; Description: "Install Adobe Reader"; Flags: shellexec skipifsilent; BeforeInstall: CheckForFile('{tmp}\AcroRdrDC1800920044_en_US.exe');
[Code]
function CheckForFile(Param: String): Boolean;
begin
Result := FileExists(Param)
end;