It's not light that is actually reporting the error, it's ICE61.  You can see 
the documentation in the MSI SDK.  I'd say the Windows Installer team has a bug 
in their ICE.

-----Original Message-----
From: Gordon Dass Adams [mailto:gor...@mcneel.com]
Sent: Thursday, December 11, 2008 15:24
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Unexpected error LGHT0204 on Maximum in UpdateVersion

Light.exe 3.0.4318.0 throws an error when the third field of Maximum field is 
over 32767, such as
MaxVersion=2.0.65000

This code
    <UpgradeVersion Property="NewerProduct" OnlyDetect="yes" Minimum="2.0.500"  
Maximum="2.0.65000"/>
generates this error

    C:\dev\brazil\installer\Installer.wxs(25) : error LGHT0204 : ICE61: 
Upgrade.VersionMax 2.0.65000 format is wrong


Yet MSI Help says "The third field is called the build version or the update 
version and has a maximum value of 65,535"

Can anyone explain?

------------------------------------------------------------------------------------------------------------------
Gordon Dass Adams --- McNeel Technical Support, Seattle
Email: gor...@mcneel.com     www.rhino3d.com  www.accurender.com
------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to