diff --git a/optional/install-fonts.cmd b/optional/install-fonts.cmd new file mode 100644 index 0000000..e3ebc6e --- /dev/null +++ b/optional/install-fonts.cmd @@ -0,0 +1,34 @@ +@echo off +call check-for-admin +if %ERRORLEVEL% neq 0 exit /b + +set SOFTWARE=..\software + +echo ####### %0 ####### + +echo. +echo installing Franklin Gothic Medium font for LEXWARE ... +if NOT EXIST %SOFTWARE%\framd.ttf ( + + echo ERROR: %SOFTWARE%\framd.ttf not found! + exit /b + +) else ( + + copy /Y %SOFTWARE%\framd.ttf %WINDIW%\Fonts + + echo registering font ... + reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" ^ + /v "Franklin Gothic Medium (TrueType)" /t REG_SZ /d framd.ttf /f + reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\Fonts" /v ^ + "Franklin Gothic Medium (TrueType)" /t REG_SZ /d framd.ttf /f + +) + +echo IMPORTANT: please reboot your system to activate the fonts! +echo. + +echo ####### %0 ####### + +pause + diff --git a/optional/install-freeoffice.cmd b/optional/install-freeoffice.cmd index aa7b9d6..cf0d0a8 100644 --- a/optional/install-freeoffice.cmd +++ b/optional/install-freeoffice.cmd @@ -4,7 +4,7 @@ if %ERRORLEVEL% neq 0 exit /b set OPT=..\optional set SOFTWARE=..\software -set MSI=freeoffice-setup.msi +set MSI=freeoffice-setup.msi set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" if NOT EXIST %SOFTWARE%\%MSI% ( diff --git a/software/.gitignore b/software/.gitignore index 8d159b6..0795aa1 100644 --- a/software/.gitignore +++ b/software/.gitignore @@ -14,4 +14,5 @@ *.msu *.part *.key +*.ttf diff --git a/software/other.csv b/software/other.csv index 6a16cc0..2a92009 100644 --- a/software/other.csv +++ b/software/other.csv @@ -11,4 +11,4 @@ dummy VMRC-setup.exe dummy snapshot64_licensed.exe dummy wincmd.key dummy purebasic-setup_licensed.exe - +dummy framd.ttf