[wix-users] License agreement not being displayed

rkamarowski rkamarowski at yahoo.com
Wed May 27 12:53:19 PDT 2020


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
WiX Toolset Visual Studio Extension version 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"
     xmlns:netfx="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" />


More information about the wix-users mailing list