[wix-users] error LGHT0204: ICE61: Upgrade.VersionMax cannot be less than Upgrade.VersionMin

David Connet dcon at agilityrecordbook.com
Fri Dec 18 14:02:04 PST 2015


According to MSDN, MSI versioning is 255.255.65535 (and doesn't use the 4th)
https://msdn.microsoft.com/en-us/library/aa370859(v=vs.85).aspx

2015 > 255, hence error.

Of course the version number on a file is different.


Dave



----- Original Message -----
From: John Cooper <JoCooper at jackhenry.com>
To: K. Peters <kai.peters at gmail.com>
Cc: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Sent: Friday, December 18, 2015 1:02 PM
Subject: Re: [wix-users] error LGHT0204: ICE61: Upgrade.VersionMax cannot be less than Upgrade.VersionMin

Although the error messages says that a product major greater than 127 is supported, that has never been my experience.  I have treated version numbers for C++ and MSI as signed byte, byte, word, signed word.  That works out to 0-127, 0-255, 0-65535, 0-32767.

But, going with the error message I recently saw when one of my developers tried to assign 2015.1.x.0 to an installer, it is a bug.  Not seen it myself, but this should be a supported version number not withstanding my earlier comments.

--
John Merryweather Cooper
Senior Software Engineer | Integration Development Group | Enterprise Notification Service
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |JoCooper at jackhenry.com<mailto:JoCooper at jackhenry.com>


More information about the wix-users mailing list