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

Windows Installer XML变量’WixUICostingPopupOptOut’在多个位

发布时间:2020-12-14 03:51:45 所属栏目:Windows 来源:网络整理
导读:我使用wix 3.7为我的Web应用程序创建了一个设置,但是在构建WIX设置时,我得到了以下错误. error LGHT0195: The Windows Installer XML variable 'WixUICostingPopupOptOut' is declared in more than one location. Please remove one of the declarations.
我使用wix 3.7为我的Web应用程序创建了一个设置,但是在构建WIX设置时,我得到了以下错误.

error LGHT0195: The Windows Installer XML variable 'WixUICostingPopupOptOut' is declared in more than one location.  Please remove one of the declarations.

我经常搜索并得到了这个解决方案.
我在下面添加了代码到我的Product.wxs

<WixVariable Id="WixUICostingPopupOptOut" Overridable="yes" Value="1"/>

不适合我.请帮助解决这个问题.

谢谢

解决方法

快速搜索并找到此链接 http://www.joyofsetup.com/2010/10/09/experimental-results-part-ii/.“如果您已构建自定义对话框集,请从对话框集片段中删除WixUICostingPopupOptOut WiX变量定义”

(编辑:李大同)

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

    推荐文章
      热点阅读