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

Rob Mensching rob at firegiant.com
Fri Dec 18 15:27:51 PST 2015


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