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

Rob Mensching rob at firegiant.com
Fri Dec 18 15:43:12 PST 2015


Oh, heh, just saw this comment at the bottom of ICE61 MSDN documentation:

"The largest value I have been able to add to the VersionMax field and still pass ICE61 validation is 127.254.32767. This is probably an issue with the ICE61 validator itself but I thought I'd post it here in case anyone else is having this issue."

So, looks like someone out there has seen the same issue you've seen.


-----Original Message-----
From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of Rob Mensching
Sent: Friday, December 18, 2015 3:28 PM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Subject: Re: [wix-devs] error LGHT0204: ICE61: Upgrade.VersionMax cannot be less than Upgrade.VersionMin

ICE61 is documented here: https://msdn.microsoft.com/en-us/library/aa369005%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396 which comes from Windows Installer.

I saw the discussion on wix-users. Still unclear to me what you're actual authoring is and whether > 127 is a mistake in your authoring somewhere or a limitation of ICE61 (both possible :).


-----Original Message-----
From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of K. Peters
Sent: Friday, December 18, 2015 2:58 PM
To: wix-devs at lists.wixtoolset.org
Subject: [wix-devs] error LGHT0204: ICE61: Upgrade.VersionMax cannot be less than Upgrade.VersionMin

Hi,
over on the user side people have suggested the following may describe a
bug:



I just ran a couple of tests and I can now say with certainty that it stops working as soon as major is > 127



I can do:



    <?define ProductVersion="127.99.0" ?>



    <UpgradeVersion

        Minimum="1.0.0"

        Maximum="$(var.ProductVersion)"

        IncludeMinimum="yes"

        IncludeMaximum="no"



and it works just fine.



The moment I go up to:



    <?define ProductVersion="128.1.0" ?>



or higher, I receive a LGHT0204 error.


Cheers

KP


More information about the wix-devs mailing list