Re: [WiX-users] Font definition and WXL

2007-11-02 Thread Peter Marcu
: Paul Houldridge Cc: [EMAIL PROTECTED]; Eric Baudouin; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Font definition and WXL Actually, paul, I suspect that Facename isn't working either, you just don't get an XSD validation error because there's no rules for the format of

Re: [WiX-users] Font definition and WXL

2007-11-02 Thread Kelly Leahy
ridge <[EMAIL PROTECTED]> 11/02/2007 08:17 AM To Eric Baudouin <[EMAIL PROTECTED]>, Kelly Leahy <[EMAIL PROTECTED]> cc "wix-users@lists.sourceforge.net" , "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject RE: [WiX-users] Font definition and WXL

Re: [WiX-users] Font definition and WXL

2007-11-02 Thread Paul Houldridge
lized string. Look at the original errors below. Paul From: Eric Baudouin Sent: Thursday, November 01, 2007 5:20 PM To: Kelly Leahy Cc: Paul Houldridge; wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [WiX-users] Font definition and WXL Not a bad suggestion:) Paul would you mi

Re: [WiX-users] Font definition and WXL

2007-11-01 Thread Eric Baudouin
PROTECTED] Subject: Re: [WiX-users] Font definition and WXL Ok... It also appears that your error message says 'Facename' (lowercase 'N'), but your declaration shows an uppercase. Not sure if it matters, just thought I'd mention it since I noticed it. Kelly Eric Baudouin <

Re: [WiX-users] Font definition and WXL

2007-11-01 Thread Kelly Leahy
] 11/01/2007 04:44 PM To Kelly Leahy <[EMAIL PROTECTED]> cc "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, Paul Houldridge <[EMAIL PROTECTED]>, "wix-users@lists.sourceforge.net" Subject Re: [WiX-users] Font definition and WXL Here is the answer from Paul,

Re: [WiX-users] Font definition and WXL

2007-11-01 Thread Eric Baudouin
7;C:\DRS_SYNC_1\Tools\wix3\light.exe' : return code '0x66' Stop. From: Kelly Leahy [mailto:[EMAIL PROTECTED] Sent: Thursday, November 01, 2007 4:31 PM To: Eric Baudouin Cc: Paul Houldridge; wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [WiX-users] Font definition

Re: [WiX-users] Font definition and WXL

2007-11-01 Thread Eric Baudouin
: [WiX-users] Font definition and WXL Don't you want $(loc.BannerTextStyle_Size) not !(loc.BannerTextStyle_Size)? Kelly Eric Baudouin <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/01/2007 04:17 PM To "wix-users@lists.sourceforge.net" cc Paul Houldridge <[EMAIL PR

Re: [WiX-users] Font definition and WXL

2007-11-01 Thread Kelly Leahy
Don't you want $(loc.BannerTextStyle_Size) not !(loc.BannerTextStyle_Size)? Kelly Eric Baudouin <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/01/2007 04:17 PM To "wix-users@lists.sourceforge.net" cc Paul Houldridge <[EMAIL PROTECTED]> Subject [WiX-use

[WiX-users] Font definition and WXL

2007-11-01 Thread Eric Baudouin
Hello, We have moved our resource to a wxl file to facilitate the localization of our component. In the localization world it is a good practice to make sure that the font size and the font facename can be localized. I was hoping that I could move the font style attribute in the WXL as well so