https://bugs.winehq.org/show_bug.cgi?id=43653
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.waves.com/dlrdr? |https://web.archive.org/web |id=central-win |/20190722182458/http://cf-i | |nstallers.waves.com/WavesCe | |ntral/Install_Waves_Central | |.exe Keywords| |Installer CC| |focht@gmx.net
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive:
https://web.archive.org/web/20190722182458/http://cf-installers.waves.com/Wa...
Matches the one from Zeb (comment #8)
'robocopy.exe' calls from '.wine/drive_c/Program\ Files\ (x86)/Waves\ Central/Support/instl/bin/copy_support_folder.bat':
--- snip --- @echo off
set source_support_folder=%~1 set target_support_folder=%~2
set log_file=%target_support_folder%\copy_support_folder.log
if not exist "%target_support_folder%" mkdir "%target_support_folder%" if not exist "%target_support_folder%" ( echo Error: failed to create "%target_support_folder%" >> "%log_file%" & GOTO EXIT_ON_ERROR )
echo --- >> "%log_file%" attrib -R /S /D "%target_support_folder%" echo %date% %time% attrib -R /S /D %target_support_folder% >> "%log_file%" set errorlevel=
if not exist "%source_support_folder%" ( echo "%date% %time% Error: failed to find %source_support_folder%" >> "%log_file%" & GOTO EXIT_ON_ERROR )
set ROBOCOPY_PATH=robocopy.exe where /q %ROBOCOPY_PATH% IF ERRORLEVEL 1 ( echo "%date% %time% where /q %ROBOCOPY_PATH% failed" >> "%log_file%" set errorlevel= ) else ( goto FOUND_ROBOCOPY )
set ROBOCOPY_PATH=%SystemRoot%\System32\robocopy.exe if exist "%ROBOCOPY_PATH%" ( goto FOUND_ROBOCOPY )
set ROBOCOPY_PATH=%SystemRoot%\SysWOW64\robocopy.exe if exist "%ROBOCOPY_PATH%" ( goto FOUND_ROBOCOPY ) else ( echo "%date% %time% robocopy not found in PATH, System32 and SysWOW64" >> "%log_file%" goto ERRORFOUND )
:FOUND_ROBOCOPY set errorlevel=
set ROBOCOPY_OPTIONS=/E /R:9 /W:1 /NS /NC /NFL /NDL /NP /NJS /XO
%ROBOCOPY_PATH% "%source_support_folder%" "%target_support_folder%" %ROBOCOPY_OPTIONS% IF ERRORLEVEL 4 ( echo "%date% %time% Error %ERRORLEVEL% while copying %source_support_folder%" >> "%log_file%" & goto ERRORFOUND) else (set errorlevel=) echo %date% %time% ROBOCOPY %source_support_folder% %target_support_folder% >> "%log_file%"
attrib -R /S /D "%target_support_folder%" set errorlevel= echo %date% %time% attrib -R /S /D %target_support_folder% >> "%log_file%"
echo ... >> "%log_file%" exit /b 0
:EXIT_ON_ERROR set CATCH_EXIT_VALUE=%ERRORLEVEL% echo "%date% %time% Exit on error %CATCH_EXIT_VALUE%" >> "%log_file%" echo ... >> "%log_file%" exit /b %CATCH_EXIT_VALUE% --- snip ---
$ sha1sum Install_Waves_Central.exe 79f7c6b06aea02482768389063a0846cdb882669 Install_Waves_Central.exe
$ du -sh Install_Waves_Central.exe 202M Install_Waves_Central.exe
$ wine --version wine-6.1
Regards