This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Help me Error font in Uninstall dialog Windown XP
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 11, 2010
10:20 PM
Help me Error font in Uninstall dialog Windown XP
When I uninstall my InstallShield project in Windows XP the text in the dialog box is corrupted, however in Win 7 the text is displayed correctly. See the attached pictures for reference...
Thank you!
Thank you!
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2010
11:49 AM
Hi,
This behavior seems to occur when the UTF-8 option is selected for the MSI codepage in the InstallShield releases view. It is possible to install certain codepages or fonts in XP to correct this problem. I suggest you try going into the Regional Settings panel in XP and try to install relevant codepages. It could also be a font issue.
This seems to be a MSI issue with basic UI dialogs when UTF-8 is used as the codepage. Since MSI storage isn't Unicode, it is necessary to use UTF-8 if you need to support having characters from different ANSI codepages in the same install.
Hope this helps,
Ajay
This behavior seems to occur when the UTF-8 option is selected for the MSI codepage in the InstallShield releases view. It is possible to install certain codepages or fonts in XP to correct this problem. I suggest you try going into the Regional Settings panel in XP and try to install relevant codepages. It could also be a font issue.
This seems to be a MSI issue with basic UI dialogs when UTF-8 is used as the codepage. Since MSI storage isn't Unicode, it is necessary to use UTF-8 if you need to support having characters from different ANSI codepages in the same install.
Hope this helps,
Ajay
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2010
10:31 PM
Thank you !
But the text was error when I uninstall with Add/Remove program in windows Xp control. When I installed program the text was normal .
But the text was error when I uninstall with Add/Remove program in windows Xp control. When I installed program the text was normal .
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 15, 2010
11:59 AM
Yes, the problem only seems to occur with the basic or reduced UI progress dialog. This dialog is displayed when uninstalling from ARP as well as when running the install with the /qb or /qr parameters.
-Ajay
-Ajay
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 22, 2010
11:37 AM
So is the unicode option just a trap for developers to waste time?
Do we all need to try it, fail, and then search for a solution- which still hasn't been given?
Do we all need to try it, fail, and then search for a solution- which still hasn't been given?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 16, 2010
10:43 AM
Ajay Ladsaria wrote:
Hi,
This behavior seems to occur when the UTF-8 option is selected for the MSI codepage in the InstallShield releases view. It is possible to install certain codepages or fonts in XP to correct this problem. I suggest you try going into the Regional Settings panel in XP and try to install relevant codepages. It could also be a font issue.
I've encountered the same problem and have found a partial fix which results in readable text during the uninstall but the font is very small. The attached image shows what the text looks like.
The change is made in the Control Panel. Go to: Date, Time, Language, and Regional Options > Regional and Language Options > Languages tab. Check the "Install files for complex script..." option. It will require you to insert your Win XP install disc. This "fix" has only been tested on XP Pro SP3.
There is also a Microsoft KB article on the subject of Unicode support which suggests 3 different "resolutions".
I hope this helps someone!