Hi This is my first topic in this wonderful fourm this topic has taken alot of time to be learnt it ..... but its so simple 1 : Make a New Folder and Rename it (fonts) . 2 : Put All Fonts in it . 3 : We need a CMD file (installer.cmd) . 4 : put that in: @echo off title .:: FONTS INSTALLER ::. Echo Installing Fonts .... Echo Please wait .... copy "*.ttf" "%WINDIR%\Fonts\*.ttf" exit 5 : RAR all with {Setup=installer.cmd} . THATs ALL .....