Bugs item #1548403, was opened at 2006-08-29 01:55 Message generated for change (Comment added) made by derekc 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: v2.0 >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Christian Ullrich (chrullrich) >Assigned to: Derek (derekc) 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. ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-08-29 10:22 Message: Logged In: YES user_id=518766 Please check out the File/@TrueType attribute - I believe it enables this scenario. ---------------------------------------------------------------------- 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
