also for x86

This commit is contained in:
Mario Fetka 2012-05-15 21:46:05 +02:00
parent 846a300e9b
commit ee3486a8f0

View File

@ -83,8 +83,7 @@ else
endif
[Winbatch_install_32]
ChangeDirectory $FontDir$
FontReg /copy
FontReg
[Files_install_32]
copy -s "$Fonts$" "%Systemroot%\Fonts"
@ -93,9 +92,7 @@ copy -s "$Fonts$" "%Systemroot%\Fonts"
FontReg
[Files_install_64]
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir64$"
copy -s "$Fonts$" "%Systemroot%\Fonts"
[Registry_install]
; Example of setting some values of an registry key: