ISTool编译后出错
当我测试 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来你的 [Setup] 部分中有一个 OnlyBelowVersion 指令来限制它。
来自 InnoSetup 文档:
来自 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:
From http://www.jrsoftware.org/ishelp/index.php?topic=setup_onlybelowversion