From ed366c6526ae07221bfa6fdf970276e6c3ae2e64 Mon Sep 17 00:00:00 2001 From: Sergey Palcheh Date: Tue, 25 Feb 2025 19:08:41 +0600 Subject: [PATCH] adding silent installation options for ctm and ved --- autoinstall/ctm-finance | 2 +- autoinstall/ctm-journals | 2 +- autoinstall/ctm-monitor | 2 +- autoinstall/ctm-report | 2 +- autoinstall/ctm-service | 2 +- autoinstall/ved-alf | 2 +- autoinstall/ved-control | 2 +- autoinstall/ved-dcl | 2 +- autoinstall/ved-info | 2 +- autoinstall/ved-payments | 2 +- autoinstall/ved-sts | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/autoinstall/ctm-finance b/autoinstall/ctm-finance index 3b49402..8c7881e 100644 --- a/autoinstall/ctm-finance +++ b/autoinstall/ctm-finance @@ -21,7 +21,7 @@ if try_download "https://files.ctm.ru/FINANCE/SFX/setup_fn.exe" "${AUTOINSTALL_E 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\FINANCE" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/FINANCE/finance.exe" diff --git a/autoinstall/ctm-journals b/autoinstall/ctm-journals index 3a26d87..3cc2bd7 100644 --- a/autoinstall/ctm-journals +++ b/autoinstall/ctm-journals @@ -21,7 +21,7 @@ if try_download "https://files.ctm.ru/JOURNALS/SFX/setup_jr.exe" "${AUTOINSTALL_ 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\JOURNALS" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/JOURNALS/journals.exe" diff --git a/autoinstall/ctm-monitor b/autoinstall/ctm-monitor index c8b615a..f92f27d 100644 --- a/autoinstall/ctm-monitor +++ b/autoinstall/ctm-monitor @@ -21,7 +21,7 @@ if try_download "https://files.ctm.ru/MONITOR_ED/SFX/setup_me.exe" "${AUTOINSTAL 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\MONITOR_ED" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/MONITOR_ED/UPGRADE.EXE" diff --git a/autoinstall/ctm-report b/autoinstall/ctm-report index cce9ea5..6dffeca 100644 --- a/autoinstall/ctm-report +++ b/autoinstall/ctm-report @@ -21,7 +21,7 @@ if try_download "https://ftp.ctm.ru/REPORT/SFX/setup_rp.exe" "${AUTOINSTALL_EXE} 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\REPORT" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/REPORT/Report.exe" diff --git a/autoinstall/ctm-service b/autoinstall/ctm-service index 888e555..d00b844 100644 --- a/autoinstall/ctm-service +++ b/autoinstall/ctm-service @@ -21,7 +21,7 @@ if try_download "https://files.ctm.ru/CSERVICE/SFX/setup_cs.exe" "${AUTOINSTALL_ 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\CSERVICE" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/CSERVICE/ctmservc.exe" diff --git a/autoinstall/ved-alf b/autoinstall/ved-alf index 386a6b3..ab822c5 100644 --- a/autoinstall/ved-alf +++ b/autoinstall/ved-alf @@ -21,7 +21,7 @@ if try_download "https://ftp.ctm.ru/ALPHABET/SFX/setup_al.exe" "${AUTOINSTALL_EX 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\ALPHABET" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/ALPHABET/alf.exe" diff --git a/autoinstall/ved-control b/autoinstall/ved-control index d2b363b..39634c8 100644 --- a/autoinstall/ved-control +++ b/autoinstall/ved-control @@ -21,7 +21,7 @@ if try_download "https://ftp.ctm.ru/CONTROL/SFX/setup_cl.exe" "${AUTOINSTALL_EXE 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\CONTROL" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/CONTROL/Control.exe" diff --git a/autoinstall/ved-dcl b/autoinstall/ved-dcl index bea185e..bd15874 100644 --- a/autoinstall/ved-dcl +++ b/autoinstall/ved-dcl @@ -21,7 +21,7 @@ if try_download "https://ftp.ctm.ru/DCL/SFX/setup_dl.exe" "${AUTOINSTALL_EXE}" ; 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\DCL" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/DCL/DCL.EXE" diff --git a/autoinstall/ved-info b/autoinstall/ved-info index 6c5a8a3..ade73aa 100644 --- a/autoinstall/ved-info +++ b/autoinstall/ved-info @@ -21,7 +21,7 @@ if try_download "https://ftp.ctm.ru/VEDINFO/SFX/setup_vi.exe" "${AUTOINSTALL_EXE 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\VED_INFO" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/VED_INFO/ved_info.exe" diff --git a/autoinstall/ved-payments b/autoinstall/ved-payments index 1d7ddda..5d36aa3 100644 --- a/autoinstall/ved-payments +++ b/autoinstall/ved-payments @@ -21,7 +21,7 @@ if try_download "https://ftp.ctm.ru/PAYMENT/SFX/setup_pa.exe" "${AUTOINSTALL_EXE 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\PAYMENT" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/PAYMENT/PAYMENTS.EXE" diff --git a/autoinstall/ved-sts b/autoinstall/ved-sts index 75536f9..5cf3d59 100644 --- a/autoinstall/ved-sts +++ b/autoinstall/ved-sts @@ -21,7 +21,7 @@ if try_download "https://ftp.ctm.ru/STS/SFX/setup_st.exe" "${AUTOINSTALL_EXE}" ; 7z x -y "${AUTOINSTALL_EXE}" -o"${AUTOINSTALL_UNPACK}" try_remove_file "$AUTOINSTALL_EXE" - wine_run_install "${AUTOINSTALL_SETUP}" + wine_run_install "${AUTOINSTALL_SETUP}" /cd /targetdir="C:\\\\Program Files\\\\CTM\\\\STS" /auto /hide try_remove_dir "$AUTOINSTALL_UNPACK" WIN_FILE_EXEC="$DRIVE_C/Program Files/CTM/STS/sts.exe"