From: Tom B. (K. G. LLC) <v-t...@mi...> - 2007-04-27 17:55:32
|
Hello all, I'm using WiX version 2.0.3929.0 for my project's installer. Does anyone kn= ow if WiX has support for special/extended characters? Specifically, I am t= rying to display a Text control that contains "(r)" (that may be hard to se= e, it's the registered trademark symbol) and "-" (ndash). After compiling and linking, those characters are replaced with "?" charact= ers. If I directly inject the correct characters into the MSI, they display= fine. I'm using Tahoma8 font. I even tried using Dark.exe to decompile the "correct" MSI and the chars ar= e correctly represented in the .wxs file, but then, again, a compile and li= nk loses them again. Thanks, Tom Busmire |