作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我测试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.
关于installation - 编译后ISTool错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8553340/
我是一名优秀的程序员,十分优秀!