August 12, 200422 yr In your CD create a folder$OEM$\$$\Fonts\YOURFONT.TTFthis will copy all your fonts into %WINDIR%\Fonts\
August 12, 200422 yr that's not all you have to do...You either have to find a way to open the FOnts folder and close it, or you have to import some registry entries when copying. Otherwise Windows won't know there are fonts.
August 12, 200422 yr Along with placing the font in the Fonts directory, you have to add your font here:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]"Font Name"="Font file"I think you can even add fonts that reside some place other than the fonts directory if you give a full path to the file.
August 12, 200422 yr personally i like 2 use INNO setup & that way they are compressed & u can install 1000's of fonts with 1 switch
August 12, 200422 yr Along with placing the font in the Fonts directory, you have to add your font here:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]"Font Name"="Font file"I think you can even add fonts that reside some place other than the fonts directory if you give a full path to the file.so for "font file" do I put the name of the font or the name of the ttf file?
August 13, 200422 yr For font file put the name of the font i.e [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]"Arial Bold Italic (TrueType)"="ARIALBI.TTF"
August 16, 200422 yr and how can i get the winXP installer to add the registry information into the registry?thxBeutju
August 16, 200422 yr and how can i get the winXP installer to add the registry information into the registry?thxBeutjunolookingca told you what to do! Add those reg entries and it will work. (use cmdlines.txt)
August 25, 200422 yr personally i like 2 use INNO setup & that way they are compressed & u can install 1000's of fonts with 1 switch Hi could i have soem more info on this please thnak you
August 25, 200422 yr do u need that regestry setting for every font you put in the $OEM$ $$ Fonts folder?or is that setting specific to the people that want a certain font as their default font?
Create an account or sign in to comment