switch to 7zip for extract

This commit is contained in:
Mario Fetka
2014-03-08 09:07:40 +01:00
parent 8bd53e21da
commit 959b9db6e5
5 changed files with 10 additions and 10 deletions

View File

@@ -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