Bugs item #1548526, was opened at 2006-08-29 05:23
Message generated for change (Settings changed) made by derekc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1548526&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: Open
Resolution: None
Priority: 5
Submitted By: turha (turha)
>Assigned to: Derek (derekc)
Summary: Column/@Category="Template" changes to "Formatted"

Initial Comment:
When a Column element in a CustomTable has a 
Category="Template" attribute, WiX should set 
_Validation.Category='Template' in the resulting 
file.  However, WiX 2.0.4423.0 instead sets 
_Validation.Category='Formatted'.  This then causes 
ICE03 to reject template-specific syntax like "[2]".
If I change _Validation.Category with Orca, then ICE03 
is satisfied.

The bug appears to be in the function 
Microsoft.Tools.WindowsInstallerXml.Linker.Link:

    case "Formatted":
        category = ColumnCategory.Formatted;
        break;
    case "Template":
        category = ColumnCategory.Formatted;
        break;

The *.wixobj file contains "Template" as expected.



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

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

-------------------------------------------------------------------------
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-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to