[wix-users] License agreement not being displayed

Hoover, Jacob Jacob.Hoover at greenheck.com
Wed May 27 12:59:43 PDT 2020


I don't see a UIRef...

From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of rkamarowski via wix-users
Sent: Wednesday, May 27, 2020 2:53 PM
To: wix-users at lists.wixtoolset.org
Cc: rkamarowski <rkamarowski at yahoo.com>
Subject: [wix-users] License agreement not being displayed

Microsoft Visual Studio Community 2019
Version 16.6.0
VisualStudio.16.Release/16.6.0+30114.105
Microsoft .NET Framework
Version 4.8.03752
Installed Version: Community
WiX Toolset Visual Studio Extension 1.0.0.4<http://1.0.0.4>
WiX Toolset Visual Studio Extension version 1.0.0.4<http://1.0.0.4>

The following code displayed the License Agreement dialog when created in VS2017. In VS2019 nothing is displayed:

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi<http://schemas.microsoft.com/wix/2006/wi>"
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension<http://schemas.microsoft.com/wix/NetFxExtension>">
<Product Id="*"
Name="EES Photography"
Language="1033"
Version="!(bind.FileVersion.FILE_eesPhotography)"
Manufacturer="!(loc.ManufactureNameComplete)"
UpgradeCode="23d3ea46-fe06-425d-8109-82b87a2a69a3">

<Package
InstallerVersion="200"
Compressed="yes"
InstallScope="perMachine"
Description="!(loc.InstallDescription)"
Keywords="!(loc.Keywords)"
Manufacturer="!(loc.ManufactureNameComplete)"
Platform="x64"/>

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

<WixVariable Id="WixUILicenseRtf" Value="EULA_en.rtf" />

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/<http://www.firegiant.com>
NOTE: This email was received from an external source. Please use caution when opening links or attachments in the message.



More information about the wix-users mailing list