Bugs item #1548403, was opened at 2006-08-29 10:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1548403&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: Open Resolution: None Priority: 5 Submitted By: Christian Ullrich (chrullrich) Assigned to: Nobody/Anonymous (nobody) Summary: No proper way to install fonts Initial Comment: There is no "proper" way to install TrueType/OpenType fonts. When installing such fonts, you are supposed to leave the FontTitle field in the Font table null, so that the installer will get the title from the font file. However, there is no way to do that in WiX 3.0.2023: - With no File/@FontTitle at all, the font doesn't get registered. - Setting it to an empty string causes CNDL0006. - If you put in a value, ICE51 complains (only a warning, however). Since it probably isn't candle's job to find out if the file you're referencing is a font, authoring Font/@FontTitle with an empty value should be allowed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1548403&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
