@Kiki
I see no problem with HFSLIP.CMD. It has to be the hotfixes.
The errors you see for Ricks_VistaRTMFonts_AddOn_v1.1 are due to it containing an [ExtraFileEdits] section, which is not supported by HFSLIP. I also don't intend to create support for it because it's too difficult, because there would be a limit to the amount of subitems to add, and because it would only work for English sources (in the case of this addon). You have three different options:
1) Ask someone in that forum to remake the addon by using a separate INF file instead of the [ExtraFileEdits] section in ENTRIES*.INI
2) Remake the addon yourself
3) Create an INF file in HFSVCPACK yourself and ignore the errors when HFSLIP parses the addon.
Ricks_VistaRTMFonts_1.1.inf
[Version]
Signature="$WINDOWS NT$"
[DefaultInstall]
AddReg=Fonts.Add
[Fonts.Add]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%calibri%",,"calibri.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%calibri_bold%",,"calibrib.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%calibri_italic%",,"calibrii.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%calibri_bold_italic%",,"calibriz.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_print%",0,"segoepr.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_print_bold%",,"segoeprb.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_script%",,"segoesc.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_script_bold%",,"segoescb.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_ui%",0,"segoeui.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_ui_bold%",,"segoeuib.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_ui_italic%",,"segoeuii.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_ui_bold_italic%",,"segoeuiz.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%simhei%",,"simhei.ttf"
[Strings]
calibri = "Calibri (TrueType)"
calibri_bold = "Calibri Bold (TrueType)"
calibri_italic = "Calibri Italic (TrueType)"
calibri_bold_italic = "Calibri Bold Italic (TrueType)"
segoe_ui = "Segoe UI (TrueType)"
segoe_ui_bold = "Segoe UI Bold (TrueType)"
segoe_ui_italic = "Segoe UI Italic (TrueType)"
segoe_ui_bold_italic = "Segoe UI Bold Italic (TrueType)"
segoe_print = "Segoe Print (TrueType)"
segoe_print_bold = "Segoe Print Bold (TrueType)"
segoe_script = "Segoe Script (TrueType)"
segoe_script_bold = "Segoe Script Bold (TrueType)"
simhei = "SimHei (TrueType)"
I couldn't find VisualTooltip21.zip but I could find
NR_VisualToolTip_Addon_v1.1.cab (Visual ToolTip 2.1 by MrNxDmX). There shouldn't be any problems with that.