I have the following code

<UpgradeVersion Minimum="1.0.0.0"
                IncludeMinimum="yes"
                Maximum="1.3.40318.0"
                IncludeMaximum="no"
                Language="1033"
                Property="UPGRADEFOUND" />

that results in ICE61

error LGHT0204: ICE61: Upgrade.VersionMax 1.3.40318.0 format is wrong

If I change 1.3.40318.0 to 1.3.32768.0 I still get an error, but if I
change it to 1.3.32767.0 the error goes away. Looks like WiX has a bug
in version parsing (it uses Int16 instead of UInt16).

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to