From cedebe73c1d03d0709301eb10bfeb847e80ff39d Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Wed, 15 Oct 2025 13:17:06 +0300 Subject: [PATCH] fixed long wait after installing --- autoinstall/scadoffice | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoinstall/scadoffice b/autoinstall/scadoffice index e6281e5..0d7d9ce 100644 --- a/autoinstall/scadoffice +++ b/autoinstall/scadoffice @@ -62,6 +62,8 @@ fi if try_download "https://scadhelp.ru/files/10/download" "${AUTOINSTALL_EXE}" ; then create_new_dir "$DRIVE_C/SDATA" create_new_dir "$DRIVE_C/SWORK" + export WINE_WIN_START="" + var_winedlloverride_update "hasplms.exe,hasplmv.exe=d" wine_run_install "$AUTOINSTALL_EXE" try_remove_file "$AUTOINSTALL_EXE"