bump Wix product version
This commit is contained in:
		@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
 | 
			
		||||
  <?include $(sys.CURRENTDIR)\Config.wxi?>
 | 
			
		||||
	<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="2.3.1" Manufacturer="$(var.Manufacturer)" UpgradeCode="e03ac63d-63d8-48d1-ab6c-ba539f7d523f">
 | 
			
		||||
	<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="2.3.3" Manufacturer="$(var.Manufacturer)" UpgradeCode="e03ac63d-63d8-48d1-ab6c-ba539f7d523f">
 | 
			
		||||
		<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Platform="$(var.WixPlatform)" />
 | 
			
		||||
 | 
			
		||||
		<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user