copy first then update with fontreg
This commit is contained in:
@@ -83,17 +83,15 @@ else
|
||||
endif
|
||||
|
||||
[Winbatch_install_32]
|
||||
"%ScriptPath%\files\FontReg32.exe" /copy
|
||||
|
||||
[Files_install_32]
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
;
|
||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
||||
|
||||
[Winbatch_install_64]
|
||||
ChangeDirectory $FontDir$
|
||||
FontReg /copy
|
||||
|
||||
[Files_install_32]
|
||||
copy -s "$Fonts$" "%Systemroot%\Fonts"
|
||||
|
||||
[Winbatch_install_64]
|
||||
FontReg
|
||||
|
||||
[Files_install_64]
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user