I could be wrong but without looking at your MSI, here goes. The strings you're seeing are probably in the Control table; so you might see something like {\WixUI_Font_Bigger}this is my text being displayed If you have something like that, you can remove or replace the {\WixUI_Font_Bigger} with something else but the something else will have to already exist in TextStyle table
The font being used is probably defined in TextStyle table Facename is the font so that should be easy to change I guess, but it would change it everywhere. The Stylebits I think will control bold/Italic etc but I've never changed that before directly in an MSI so its only a guess but its someplace to start. All of this is defined either in your code or its part of the standard WiX that's used when building, I guess you'll need to change it there for your MSI to be as you want it when generated. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of yixie Sent: 05 August 2008 06:56 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Font not correct when uninstall from control panel Anybody know how to control this? I checked the msi with orca's "dialog preview", but cannot find one corresponding to "/qb" uninstall. yixie wrote: > > I've tried to set "<UIText Id="TimeRemaining">", but seems it won't > affect. > > > yixie wrote: >> >> http://www.nabble.com/file/p18088307/UninstallFont.jpg >> >> Hi, >> >> My msi behave werid when uninstall from control panel. >> The font for the remained time is inclined, while other product does not. >> >> Anybody know which font is used by this dialog? >> >> Thanks! >> > > -- View this message in context: http://www.nabble.com/Font-not-correct-when-uninstall-from-control-panel-tp18088307p18824955.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users About Microsoft Ireland: www.microsoft.com/ireland Microsoft Ireland Operations Limited. A company incorporated and registered in Ireland number 256796. Microsoft Ireland Research. A company incorporated and registered in Ireland number 342235. Registered office 70 Sir John Rogerson's Quay, Dublin 2, Ireland ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users