加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

WiX检查.NET Framework 4

发布时间:2020-12-13 20:13:21 所属栏目:Windows 来源:网络整理
导读:我正在尝试执行一个检查,看看运行安装程序时是否安装了.NET框架. 我添加了以下内容: Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" PropertyRef Id="NETFRAMEWORK40FULL"/ Conditi
我正在尝试执行一个检查,看看运行安装程序时是否安装了.NET框架.

我添加了以下内容:

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">

        <PropertyRef Id="NETFRAMEWORK40FULL"/>
        <Condition Message="This application requires .NET Framework 4.0. Please install the .NET Framework then run this installer again. Contact support at support@Swiftposter.com if you have further issues.">
            <![CDATA[Installed OR NETFRAMEWORK40FUL]]>
        </Condition>

然而,它总是似乎导致错误,因为它仍然阻止我,即使你有完整的.NET框架安装(不只是客户端).

这是怎么回事?

NETFRAMEWORK40FUL需要双L在FULL

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读