Integrated the Citrix Gateway Endpoint Analysis Plug-in
This commit is contained in:
parent
7aece7713a
commit
8a7fb51910
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\F-SecureNetworkInstaller-AV_AVTR20F930_.exe
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set OPT=..\optional
|
||||
set SOFTWARE=..\software
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set OPT=..\optional
|
||||
set SOFTWARE=..\software
|
||||
|
@ -1,12 +1,25 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\citrixworkspace-setup.exe
|
||||
set EXE2=..\software\nsepa_setup.exe
|
||||
set MSI=ICAWebWrapper.msi
|
||||
set CITRIXROOT="%ProgramFiles(x86)%\Citrix"
|
||||
|
||||
if NOT EXIST %EXE% (
|
||||
echo ERROR: %EXE% not found!
|
||||
echo GOTO: https://www.citrix.com/de-de/downloads/workspace-app/workspace-app-for-windows-long-term-service-release
|
||||
echo and save the file as "citrixworkspace-setup.exe" in folder "software" !
|
||||
echo and save the file as "citrixworkspace-setup.exe" in folder "software"!
|
||||
echo.
|
||||
pause
|
||||
exit /b
|
||||
)
|
||||
|
||||
if NOT EXIST %EXE2% (
|
||||
echo ERROR: %EXE2% not found!
|
||||
echo get the file and save it in folder "software"!
|
||||
echo.
|
||||
pause
|
||||
exit /b
|
||||
)
|
||||
@ -23,6 +36,23 @@ reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\S
|
||||
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32" ^
|
||||
/v "Redirector" /d 030000005e06c842d402d701 /t REG_BINARY /f
|
||||
|
||||
echo installing Citrix gateway endpoint Analysis Plug-in ...
|
||||
start /wait %EXE2%
|
||||
|
||||
echo installing Citrix ICA web wrapper ...
|
||||
cd %CITRIXROOT%\"Citrix Workspace*"
|
||||
|
||||
if NOT EXIST %MSI% (
|
||||
echo ERROR: %MSI% not found!
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
exit /b
|
||||
)
|
||||
|
||||
@echo on
|
||||
msiexec /i %MSI% /quiet
|
||||
@echo off
|
||||
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set OPT=..\optional
|
||||
set SOFTWARE=..\software
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set OPT=..\optional
|
||||
set SOFTWARE=..\software
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set CONFIG=config\hakchi2_config.ini
|
||||
set ZIP=..\software\hakchi2.zip
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\horizon-setup.exe
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\inkscape-setup.exe
|
||||
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\iview-setup.exe
|
||||
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set CONFIG=config\install-java.txt
|
||||
set EXE=..\software\java-setup.exe
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set CONFIG=config\install-keepass2.txt
|
||||
set EXE=..\software\keepass2-setup.exe
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set T=c:\TEMP
|
||||
set ZIP=..\software\mame64.7z
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set CONFIG=config\install-moneyxplex.txt
|
||||
set EXE=..\software\moneyplex-setup.exe
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\motorescue-setup.exe
|
||||
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\obsstudio-setup.exe
|
||||
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set OPT=..\optional
|
||||
set SOFTWARE=..\software
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set OPT=..\optional
|
||||
set SOFTWARE=..\software
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set T=c:\TEMP
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set OPT=..\optional
|
||||
set SOFTWARE=..\software
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set OPT=..\optional
|
||||
set SOFTWARE=..\software
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set CONFIG=config\install-sharemouse.txt
|
||||
set EXE=..\software\sharemouse-setup.exe
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set T=C:\TEMP
|
||||
set ZIP=..\software\snapcontrol.zip
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set OPT=..\optional
|
||||
set CONFIG=config
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\sonos2-setup.exe
|
||||
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\spotify-setup.exe
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\steam-setup.exe
|
||||
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\totalcommander-setup.exe
|
||||
set KEY=..\comany\wincmd.key
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set CONFIG=config\install-vcesimulator.txt
|
||||
set EXE=..\software\vce_exam_simulator_setup.exe
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\virtualbox-setup.exe
|
||||
set VBOXMANAGE="%ProgramFiles%\Oracle\VirtualBox\VBoxManage.exe"
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set CONFIG=config\install-vscode.txt
|
||||
set EXE=..\software\vscode-setup.exe
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set ZIP=..\software\winauth.zip
|
||||
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set CONFIG=config\install-xojo.txt
|
||||
set EXE=..\software\xojo-setup.exe
|
||||
|
@ -1,5 +1,6 @@
|
||||
dummy setacl.zip
|
||||
dummy citrixworkspace-setup.exe
|
||||
dummy nsepa_setup.exe
|
||||
dummy xojo-setup.exe
|
||||
dummy usb2serial-PL2303-setup.exe
|
||||
dummy epson-WFC5210-setup.exe
|
||||
|
|
Loading…
Reference in New Issue
Block a user