gpt4 book ai didi

windows-vista - 在安装时如何区分Vista SP1和Server 2008

转载 作者:行者123 更新时间:2023-12-04 18:54:24 26 4
gpt4 key购买 nike

我有一个Wix安装程序,应允许它在Windows Server 2008上运行,但不能在Vista上运行。根据Microsoft的Operating System Properties页面,使用它们为此目的提供的参数(VersionNT和WindowsBuild)是不可能的。

有没有人解决过这个问题或知道如何解决?

谢谢!

最佳答案

尝试

<Condition Message="This application is only supported on Windows Server 2008, or higher.">
<![CDATA[Installed OR (VersionNT >= 600 AND MsiNTProductType > 1)]]>
</Condition>

关于windows-vista - 在安装时如何区分Vista SP1和Server 2008,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1187793/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com