switch to 7zip for extract
This commit is contained in:
@@ -123,7 +123,7 @@ endif
|
||||
[Dosbatch_install_32]
|
||||
@ECHO OFF
|
||||
"$WgetExe$" -v --user=$htaccessUSER$ --password=$htaccessPW$ --output-document=$htaccessDEST$ $htaccessURL$/$htaccessFILE$
|
||||
"$UnZipExe$" -v "$htaccessDEST$" -d "$InstallDir32$"
|
||||
"$7ZipExe$" e -o"$InstallDir32$" "$htaccessDEST$"
|
||||
|
||||
[Files_install_32]
|
||||
; copy the ini file to the InstallDir
|
||||
@@ -136,7 +136,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
|
||||
[Dosbatch_install_64]
|
||||
@ECHO OFF
|
||||
"$WgetExe$" -v --user=$htaccessUSER$ --password=$htaccessPW$ --output-document=$htaccessDEST$ $htaccessURL$/$htaccessFILE$
|
||||
"$UnZipExe$" -v "$htaccessDEST$" -d "$InstallDir64$"
|
||||
"$7ZipExe$" e -o"$InstallDir64$" "$htaccessDEST$"
|
||||
|
||||
[Files_install_64]
|
||||
; copy the ini file to the InstallDir
|
||||
|
||||
Reference in New Issue
Block a user