Bugs item #1904861, was opened at 2008-02-29 09:58 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1904861&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: candle Group: None >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Eugene Pavlov (eugene_pavlov) >Assigned to: Rob Mensching (robmen) Summary: A warning is shown when Component Guid contains wix variable Initial Comment: The following xml results in a warning saying that the Guid attribute is not valid: <Component Id="MyComponent" Guid="$(var.MyComponentGuid)"> To fix this please add the following string to the ComponentGuid type in the wix.xsd: |([!$])\(var\.[_A-Za-z][0-9A-Za-z_]+\) ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2008-05-01 23:33 Message: Logged In: YES user_id=991639 Originator: NO Indeed. Cleaned up those regex's a bit. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1904861&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
