added testinstall:commfort-client & commfort-server
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								image/commfort-client.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								image/commfort-client.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 25 KiB | 
							
								
								
									
										
											BIN
										
									
								
								image/commfort-server.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								image/commfort-server.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 24 KiB | 
							
								
								
									
										20
									
								
								testinstall/commfort-client
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								testinstall/commfort-client
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| #!/usr/bin/env bash | ||||
| # info_ru: Локальный корпоративный чат/мессенджер с поддержкой видеоконференций. | ||||
| ######################################################################## | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="commfort" | ||||
| export PROG_NAME="CommFort" | ||||
| export PROG_ICON="commfort-client" | ||||
| export WH_WINDOWS_VER="10" | ||||
| export WINEARCH="win32" | ||||
|  | ||||
| AUTOINSTALL_MSI="${WH_TMP_DIR}/commfort_client.msi" | ||||
|  | ||||
| prepair_wine | ||||
| if try_download "https://www.commfort.com/download/commfort_client.msi" "${AUTOINSTALL_MSI}" ; then | ||||
|     wine_run_install "${AUTOINSTALL_MSI}" /q | ||||
|     try_remove_file "$AUTOINSTALL_MSI" | ||||
|  | ||||
|     WIN_FILE_EXEC="$DRIVE_C/Program Files/CommFort/CommFort.exe" | ||||
|     create_desktop "$PROG_NAME" "$WIN_FILE_EXEC" "$PROG_ICON" | ||||
| fi | ||||
							
								
								
									
										24
									
								
								testinstall/commfort-server
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								testinstall/commfort-server
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | ||||
| #!/usr/bin/env bash | ||||
| # info_ru: (Сервер) Локальный корпоративный чат/мессенджер с поддержкой видеоконференций. | ||||
| ######################################################################## | ||||
| export WH_WINE_USE="wine_x_tkg_10-0_amd64" | ||||
| export WINEPREFIX="commfort" | ||||
| export PROG_NAME="CommFort server" | ||||
| export PROG_ICON="commfort-server" | ||||
| export WH_WINDOWS_VER="10" | ||||
| export WINEARCH="win32" | ||||
|  | ||||
| PACKZIP="${WH_TMP_DIR}/commfort_server.zip" | ||||
| AUTOINSTALL_UNPACK="${WH_TMP_DIR}/commfort_server" | ||||
| AUTOINSTALL_EXE="${WH_TMP_DIR}/commfort_server/commfort_server_599.exe" | ||||
|  | ||||
| prepair_wine | ||||
| if try_download "https://www.commfort.com/download/commfort_server.zip" "${PACKZIP}" ; then | ||||
|     unpack "${PACKZIP}" "$AUTOINSTALL_UNPACK" | ||||
|     wine_run_install "$AUTOINSTALL_EXE" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- | ||||
|     try_remove_file "$PACKZIP" | ||||
|     try_remove_dir "$AUTOINSTALL_UNPACK" | ||||
|  | ||||
|     WIN_FILE_EXEC="$DRIVE_C/Program Files/CommFort_server/CommFort_server.exe" | ||||
|     create_desktop "$PROG_NAME" "$WIN_FILE_EXEC" "$PROG_ICON" | ||||
| fi | ||||
		Reference in New Issue
	
	Block a user