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

John Cooper JoCooper at jackhenry.com
Fri Dec 18 05:51:14 PST 2015


What is the current product version?

--
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



-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of kpeters
Sent: Thursday, December 17, 2015 10:02 PM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] error LGHT0204: ICE61: Upgrade.VersionMax cannot be less than Upgrade.VersionMin

The e-mail below is from an external source.  Please do not open attachments or click links from an unknown or suspicious origin.

     I have:
     ...
     <?define MaximumUpgradeVersion="214.2.0" ?>
     <?define ProductCode="*" ?>
     <?define ProductVersion="214.3.0" ?>
     ...
     <Upgrade Id="$(var.WrongUpgradeCode)">
       <UpgradeVersion
         Minimum="1.0.0"
         Maximum="$(var.MaximumUpgradeVersion)"
         IncludeMinimum="yes"
         IncludeMaximum="yes"
         Property="WRONGUPGRADECODEPRODUCT" />
     </Upgrade>
     ...

     I receive:

     error LGHT0204: ICE61: Upgrade.VersionMax cannot be less than Upgrade.VersionMin (WRONGUPGRADECODEPRODUCT)

     How is "214.3.0" less than "214.2.0" ?

     Am probably way off somewhere....

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

NOTICE: This electronic mail message and any files transmitted with it are intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.



More information about the wix-users mailing list