I am using WiX 3.7 to build an MSI. When I build my *.wixproj project, I get the following error:
error LGHT0204: ICE24: ProductVersion: '2014.1.1.4' is an invalid version string.
My company uses an unusual versioning convention where the release year is the major version. But according to this blog,
A version string has the format xxxxx.xxxxx.xxxxx.xxxxx where x is a digit. The maximum acceptable version string is 65535.65535.65535.65535.
If that is true, then why is ICE24 triggering on this product version?