installation - 编译后ISTool错误

标签 installation compiler-errors inno-setup istool

当我测试setup.exe文件时,出现以下错误消息:
不能在Windows NT版本5.1.2600 Service Pack 1或更高版本上安装此程序。

为什么会发生这种情况,我也正在运行Windows 8 Dev Preview。可以和它有什么关系吗?

最佳答案

听起来好像在[Setup]节中有一个OnlyBelowVersion指令正在对其进行限制。
从InnoSetup文档中:

[Setup]: OnlyBelowVersion

Format: a.bb,c.dd, where a.bb is the Windows version, and c.dd is the Windows NT version.

Default value: 0,0 Description:

This directive lets you specify a minimum version of Windows or Windows NT that your software will not run on. Specifying "0" for one of the versions means there is no upper version limit. Build numbers and/or service pack levels may be included in the version numbers.



http://www.jrsoftware.org/ishelp/index.php?topic=setup_onlybelowversion

关于installation - 编译后ISTool错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8553340/

相关文章:

visual-studio - 在 VS Toolbox 中安装自定义控件

java - 在 Java 中使用 Hadoop

r - 通过 environment.yml 文件使用 conda 安装 R 包

inno-setup - 使用以 32 位设置模式运行的 inno setup 在 64 位操作系统上获取 native system32

inno-setup - 即使在指定 ArchitecturesInstallIn64BitMode 后,Inno Setup 也会以 32 位启动

windows - 安装程序以管理员权限运行后如何在非管理员窗口中打开应用程序

python - 编译Python程序,但也输出颜色吗?

c++ - 使用 gcc 的工具链中的 sysroot 头文件优先于头文件

C 编程 [错误] 输入末尾的预期声明或语句

inno-setup - 自定义页面 Values[] 数组在 Inno Setup 中如何工作?