Update
This commit is contained in:
parent
fd70bc23dd
commit
88b4e42fe4
@ -92,7 +92,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
[Winbatch_install_32]
|
[Winbatch_install_32]
|
||||||
"%ScriptPath%\files" & "FontReg32.exe /copy"
|
"%ScriptPath%\files\FontReg32.exe" /copy
|
||||||
|
|
||||||
[Files_install_32]
|
[Files_install_32]
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
@ -100,7 +100,7 @@ endif
|
|||||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
||||||
|
|
||||||
[Winbatch_install_64]
|
[Winbatch_install_64]
|
||||||
"%ScriptPath%\files" & "FontReg64.exe /copy"
|
"%ScriptPath%\files\FontReg64.exe" /copy
|
||||||
|
|
||||||
[Files_install_64]
|
[Files_install_64]
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
|
Loading…
Reference in New Issue
Block a user