This commit is contained in:
Michael H.G. Schmidt 2024-02-27 14:45:54 +01:00
parent 9ae1d25d0f
commit 3b63b0de51
4 changed files with 37 additions and 2 deletions

View File

@ -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

View File

@ -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% (

1
software/.gitignore vendored
View File

@ -14,4 +14,5 @@
*.msu
*.part
*.key
*.ttf

View File

@ -11,4 +11,4 @@ dummy VMRC-setup.exe
dummy snapshot64_licensed.exe
dummy wincmd.key
dummy purebasic-setup_licensed.exe
dummy framd.ttf

1 dummy WIN10-LTSC_EVAL_x64FRE_19044_21h2_en-us.iso
11 dummy snapshot64_licensed.exe
12 dummy wincmd.key
13 dummy purebasic-setup_licensed.exe
14 dummy framd.ttf