Does the updatepack touch fonts AT ALL?
Does the updatepack touch fonts AT ALL?
Just 'solved' a problem that my company has had since December. Apparently, one of the default Windows fonts was corrupt when printing. Specifically it was the Verdana font, if it matters. Very odd problem and I want to eliminate the update pack as a possible reason.
So does the integrator/update pack touch the fonts in any way???
So does the integrator/update pack touch the fonts in any way???
You can extract the updatepack.7z file to a folder, and remove only verdana fonts that have these names:
I have no idea about your error, but that will help you remove those fonts.
Then repack (compress) the update pack with the "updatepack" name in it, and use it.verdana.ttf
verdanab.ttf
verdanai.ttf
verdanaz.ttf
I have no idea about your error, but that will help you remove those fonts.
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
I use this in a inf to fix an issue with some fonts not registering
;Fonts Fix
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Lucida Sans Regular (TrueType)",0,"lsans.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Lucida Sans Demibold Roman (TrueType)",0,"lsansd.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Lucida Sans Demibold Italic (TrueType)",0,"lsansdi.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","Lucida Sans Italic (TrueType)",0,"lsansi.ttf"
Yeah, on my way home from work I realized that I hadn't properly described the problem, and its an odd one.MrNxDmX wrote:Oh, i saw your edited post now. Can you please clearly describe your problem with the fonts? Most of us have those fonts in the update packs, and will kindly remove the updated fonts in a specific error.
The problem existed for us when printing Verdana font to many (but not all) of our HP printers. The font looks fine on screen, and in print preview, but gets seriously garbled when printing.
edit: Oh, and let me add, this is all PCL printing. I don't think the problem occurs with a PS driver.
Yes, its definently a problem with the fonts. I personally wish they weren't in the update pack because they have issues, but its not my product.MrNxDmX wrote:ricktendo64, its not related with the entries, windows installs them itself.
fly, it seems that your error is related to fonts, not the update pack. I can suggest you to edit the update pack archive, as i described above, and use that modified pack for your installations.
Thanks for your help.
It would be trivial to expand the 7zip archive, delete the TTF files, and repack it, you know...fly wrote:I personally wish they weren't in the update pack because they have issues, but its not my product.
Of course, it would also be nice if you'd report the issue to MS since I'm sure they'd like to know if one of their fonts is causing problems like that.
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
As has already been suggested in this thread... It will suck having to remember to do this each month, but somehow I'm sure I'll survive.RyanVM wrote:It would be trivial to expand the 7zip archive, delete the TTF files, and repack it, you know...fly wrote:I personally wish they weren't in the update pack because they have issues, but its not my product.
I have zero idea on how to do that, but would love if you could take time out of your busy day to enlighten me. Thanks!Of course, it would also be nice if you'd report the issue to MS since I'm sure they'd like to know if one of their fonts is causing problems like that.
Just make an addon which can be integrated at the same time to do it for you automatically. There's plenty on these forums which you could use as a template.fly wrote:As has already been suggested in this thread... It will suck having to remember to do this each month, but somehow I'm sure I'll survive.
http://support.microsoft.com/gp/contactbug (you can find that link on their support siteI have zero idea on how to do that, but would love if you could take time out of your busy day to enlighten me. Thanks!

Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
Is there an addon that removes files that I could use as a template to remove these offending fonts? I searched the addons forum and couldn't really find anything.
The closest I found was this, but that seemed complex and beyond me. Anyone got any other addons I could look at?
The closest I found was this, but that seemed complex and beyond me. Anyone got any other addons I could look at?
Anyone? I can't figure out how to actually delete files from Ryan's update pack with an addon.fly wrote:Is there an addon that removes files that I could use as a template to remove these offending fonts? I searched the addons forum and couldn't really find anything.
The closest I found was this, but that seemed complex and beyond me. Anyone got any other addons I could look at?
Okay, so I ran through the Entries*.ini from this addon. It should be trivial to change that to the old Verdana fonts. Then I guess I need to use [obsolete_files] as mentioned in this thread. But will the obsolete_files be processed first? Cause if its not, I'm just going to end up deleting the fonts altogether...
It should work to point the [obsolete_files] section to rvmtemp\extracted\(your_font_here).ttf
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
Okay, either it didn't work, or I have done something wrong as the file modified dates are for the new fonts. Here's the code I used (borrowed):RyanVM wrote:It should work to point the [obsolete_files] section to rvmtemp\extracted\(your_font_here).ttf
Code: Select all
;===============================================
; This will replace the RyanVM updated EU fonts
; with the default XP SP2 fonts
;
;===============================================
[general]
builddate=2007/03/12
description=Replace stock Verdana fonts.
language=en-US
title=Verdana Fonts
version=1.0
website=
[dosnet_files]
d1,verdana.ttf
d1,verdanab.ttf
d1,verdanaz.ttf
d1,verdanai.ttf
[txtsetup_files]
verdana.ttf = 100,,,,,,,22,0,0,,1,22
verdanab.ttf = 100,,,,,,,22,0,0,,1,22
verdanaz.ttf = 100,,,,,,,22,0,0,,1,22
verdanai.ttf = 100,,,,,,,22,0,0,,1,22
[txtsetup_fileflags]
verdana.ttf = 16
verdanab.ttf = 16
verdanaz.ttf = 16
verdanai.ttf = 16
[i386_compress]
rvmtemp\extracted\verdana.ttf
rvmtemp\extracted\verdanab.ttf
rvmtemp\extracted\verdanaz.ttf
rvmtemp\extracted\verdanai.ttf
[obsolete_files]
rvmtemp\extracted\verdana.ttf
rvmtemp\extracted\verdanab.ttf
rvmtemp\extracted\verdanaz.ttf
rvmtemp\extracted\verdanai.ttf
Why are you trying to overwrite them with the old ones? Just delete the ones from the update pack. You shouldn't need anything more an an INI for this.
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
In fact, fly, you should only need the [general] and [obsolete_files] sections if you only plan to use the addon in the same integration session as the Update Pack.
EDIT: I've almost finished an addon you can use that replaces the files in your updated source with the stock SP2 versions for use with the Update Pack or anytime after. It'll be ready in a few minutes.
EDIT: I've almost finished an addon you can use that replaces the files in your updated source with the stock SP2 versions for use with the Update Pack or anytime after. It'll be ready in a few minutes.
Verdana Restore Addon for Windows XP SP2
Description:
Description:
- This addon restores the Verdana fonts updated by an Update Pack that includes the European Union Expansion Font Update to their original SP2 versions.
- Intended for Windows XP SP2 with any Update Pack that includes the European Union Expansion Font Update.
- Tested in Microsoft Virtual PC 2007.
- Integrates with RyanVM Integrator v1.4.3 and nLite 1.3 RC2 (or later versions of either).
- Link: 5er_VerdanaRestore_Addon.7z
Size: 240 KB
MD5: FFB8F0655918241841FE47E224E445E0
- [2007/03/13 04:10 GMT] - Initial release.
It can be done either way. I chose to replace the fonts so you can use the addon in a session after the Update Pack has already been applied to your source.
There's nothing wrong with the method Ryan describes, but it can only be used in the same session as an Update Pack. The way my addon works is more flexible, but not as efficient.
There's nothing wrong with the method Ryan describes, but it can only be used in the same session as an Update Pack. The way my addon works is more flexible, but not as efficient.