Disbale boottime defraggler
This commit is contained in:
parent
02f16eff62
commit
27c5c41803
@ -111,7 +111,7 @@ endif
|
|||||||
|
|
||||||
[Winbatch_install_32]
|
[Winbatch_install_32]
|
||||||
"$InstallExe$" /S /D="$InstallDir32$" /L=$LanguageId$
|
"$InstallExe$" /S /D="$InstallDir32$" /L=$LanguageId$
|
||||||
"%ScriptPath%\ALL\boottimedefrag.exe" "$RealDefraggler32Exe$"
|
;"%ScriptPath%\ALL\boottimedefrag.exe" "$RealDefraggler32Exe$"
|
||||||
|
|
||||||
[Files_install_32]
|
[Files_install_32]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
@ -123,7 +123,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
|
|||||||
|
|
||||||
[Winbatch_install_64]
|
[Winbatch_install_64]
|
||||||
"$InstallExe$" /S /D="$InstallDir64$" /L=$LanguageId$
|
"$InstallExe$" /S /D="$InstallDir64$" /L=$LanguageId$
|
||||||
"%ScriptPath%\ALL\boottimedefrag.exe" "$RealDefraggler64Exe$"
|
;"%ScriptPath%\ALL\boottimedefrag.exe" "$RealDefraggler64Exe$"
|
||||||
|
|
||||||
[Files_install_64]
|
[Files_install_64]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
|
Loading…
Reference in New Issue
Block a user