The validation data for the MsiDriverPackages is likely wrong.  Here’s the current definition:

        <columnDefinition name="Flags" type="number" length="4"

                set="0;1;2;3;4;5;6;7" description="Flags for installing and uninstalling driver packages"/>

 

Clearly this is wrong since there can be a flag of 0x10 (16).  Please open a bug against this issue.

 

Thanks,

Derek

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shmarya Rubenstein
Sent: Sunday, July 09, 2006 7:48 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] <Driver/> LGHT0204 : ICE03 : Value not a member of theset;

 

Hi all,

I updgraded my version of WiX + extensions to the latest HEAD (3.0), and all of a sudden this error crops up:

    error LGHT0204 : ICE03: Value not a member of the set; Table: MsiDriverPackages, Column: Flags, Key(s): Drivers__.B3C0C110_C664_4422_8204_4E6688F37C8A

My <Driver> tag looks like this:

 <difx:Driver Legacy='yes' PlugAndPlayPrompt='no' ForceInstall='yes' Sequence='900' AddRemovePrograms='no' />

The minute I remove the "Legacy='yes'" attribute (or replace yes with no), it compiles and links ok....

Thoughts anyone?

Thanks,

--
Shmarya
-----------------------------------------------------------
[EMAIL PROTECTED] - http://shmarya.net
NUnit rocks! http://nunit.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to