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"/>
私にはうまくいきませんでした。この問題の解決にご協力ください。
ありがとう