ISTool编译后出错

发布于 2024-12-21 17:03:43 字数 165 浏览 1 评论 0原文

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

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

When I test my setup.exe file I get the following error message:
This program cannot be installed on Windows NT Version 5.1.2600 Service Pack 1 or later.

Why is this happening, I am running Windows 8 Dev Preview too. Could that have anything to do with it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦言归人 2024-12-28 17:03:43

听起来你的 [Setup] 部分中有一个 OnlyBelowVersion 指令来限制它。
来自 InnoSetup 文档:

[设置]:仅低于版本

格式:a.bb,c.dd,其中a.bb是Windows版本,c.dd是
Windows NT 版本。

默认值:0,0 说明:

该指令允许您指定 Windows 的最低版本或
您的软件无法在其上运行的 Windows NT。指定“0”为 1
版本意味着没有版本上限。内部版本号
和/或服务包级别可能包含在版本号中。

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

Sounds like you've got an OnlyBelowVersion directive in your [Setup] section that is limiting it.
From the InnoSetup documentation:

[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.

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文