forked from CastroFidel/winehelper
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			0.2.0
			...
			minergenon
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | ed366c6526 | ||
|  | 1bdd647302 | 
| @@ -6,10 +6,10 @@ export PROG_ICON="ctmfinance" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -6,10 +6,10 @@ export PROG_ICON="ctmjournals" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -6,10 +6,10 @@ export PROG_ICON="ctmmonitor" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -6,10 +6,10 @@ export PROG_ICON="ctmreport" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -6,10 +6,10 @@ export PROG_ICON="ctmservice" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -6,10 +6,10 @@ export PROG_ICON="vedalf" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -6,10 +6,10 @@ export PROG_ICON="vedcontrol" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -6,10 +6,10 @@ export PROG_ICON="veddcl" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -6,10 +6,10 @@ export PROG_ICON="vedinfo" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -6,10 +6,10 @@ export PROG_ICON="vedpayments" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -6,10 +6,10 @@ export PROG_ICON="vedsts" | ||||
|  | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="ved_ctm" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v03" | ||||
| export BASE_PFX="ved_ctm_pfx_x86_v04" | ||||
| export WINEARCH="win32" | ||||
| export WH_WINDOWS_VER="7" | ||||
| export INSTALL_DLL="vb6run art2k7min mdac27 mdac28 arial jet40 dotnet48 msxml3 msxml6 vcrun2022 wsh57 vcrun6 corefonts ie8" | ||||
| export INSTALL_DLL="vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8" | ||||
|  | ||||
| prepair_wine | ||||
|  | ||||
| @@ -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" | ||||
|   | ||||
| @@ -28,6 +28,10 @@ f4cb2f380ad8887f334c6eb3c272b343ae8de327764945266e9e74f8acbac69f  tflex17_pfx_x6 | ||||
| # create with wine_x_tkg_10-0_amd64 (universal user: xuser) | ||||
| # winetricks isolate_home msxml6 mdac27 wsh57 jet40 vb6run mdac28 vcrun2022 msxml3 arial dotnet40 dotnet48 art2k7min vcrun6 andale comicsans courier georgia impact times trebuchet verdana webdings corefonts msls31 ie8 | ||||
|  | ||||
| 0cd6fd4f76e0e7edb9db6f8681b1b507d11b58e74fe34985a24274e94dc0c5f0  ved_ctm_pfx_x86_v04.tar.xz | ||||
| # create with wine_x_tkg_10-0_amd64 (universal user: xuser) | ||||
| # winetricks vb6run art2kmin mdac27 mdac28 arial jet40 dotnet452 dotnet46 msxml3 ie8 | ||||
|  | ||||
| 7ce0ff53b66bf6f3b1f8d398dddeec476a6ad9b0d0ab25cd303bf242c86c5513  alta_pfx_x86_v01.tar.xz | ||||
| # create with wine_x_tkg_10-0_amd64 (universal user: xuser) | ||||
| # winetricks isolate_home msxml6 mdac27 wsh57 jet40 vb6run mdac28 opensymbol msxml4 msxml3 native_oleaut32 eufonts mfc42 andale arial comicsans courier georgia impact times trebuchet verdana webdings corefonts tahoma lucida sourcehansans fakechinese fakejapanese fakekorean unifont cjkfonts | ||||
|   | ||||
		Reference in New Issue
	
	Block a user