Inno Setup:未知标识符“ IsWin64”

时间:2018-06-29 06:03:19

标签: inno-setup

我正在尝试使用Inno Setup创建安装程序,但在编译过程中出现错误提示。

  

编译错误:未知标识符“ IsWin64”

if IsWin64 then
begin
  Exec(ExpandConstant('{app}\Temp\iis.bat'),'', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
end
  else
begin
  Exec(ExpandConstant('{app}\Temp\iis32.bat'),'', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
end

我正在Windows 7 64位操作系统上使用Inno Setup 5.0.8。

1 个答案:

答案 0 :(得分:0)

Inno Setup 5.0.8已满 13岁(2005年)!

所以,我想,您现在知道该怎么做...


尽管有趣,IsWin64 was added in the very next version, 5.1.0还是13年前了。