Bugs item #1519658, was opened at 2006-07-09 19:35
Message generated for change (Settings changed) made by barnson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1519658&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: light
Group: v2.0
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Shmarya (shmarya)
Assigned to: Derek (derekc)
Summary: MsiDriverPackages validation data is wrong

Initial Comment:
As per an email thread on the wix-users list, there
seems to be an error in the validation of the Flags
column of the MsiDriverPackages table used by DifxApp's
<Driver/> tag.


The current validation definition is:
 <columnDefinition name="Flags" type="number" length="4"

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

This is incorrect. Values up to (and including) 16
should be allowed.

----------------------------------------------------------------------

Comment By: Derek (derekc)
Date: 2006-07-12 00:39

Message:
Logged In: YES 
user_id=518766

This affects both WiX 2.0 and 3.0.  This particular MSI
validation error is ignorable (in fact, the fix was to
update the validation information to support the correct
range of values).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1519658&group_id=105970

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to