Copy Instead of Move.
This commit is contained in:
parent
f6a446d0be
commit
a0f18168e5
@ -13,9 +13,9 @@ md %temp%\Redist-Installer >nul 2>&1
|
||||
if exist "7za.dll" (
|
||||
if exist "7za.exe" (
|
||||
if exist "redists.zip" (
|
||||
move /Y 7za.dll %temp%\Redist-Installer >nul
|
||||
move /Y 7za.exe %temp%\Redist-Installer >nul
|
||||
move /Y redists.zip %temp%\Redist-Installer >nul
|
||||
copy /Y 7za.dll %temp%\Redist-Installer >nul
|
||||
copy /Y 7za.exe %temp%\Redist-Installer >nul
|
||||
copy /Y redists.zip %temp%\Redist-Installer >nul
|
||||
goto offlineInstall
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user