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

K. Peters kai.peters at gmail.com
Fri Dec 18 14:58:13 PST 2015


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