Integrated the Citrix Gateway Endpoint Analysis Plug-in

This commit is contained in:
Michael H.G. Schmidt 2022-11-25 15:29:57 +01:00
parent 7aece7713a
commit 8a7fb51910
34 changed files with 64 additions and 1 deletions

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set EXE=..\software\F-SecureNetworkInstaller-AV_AVTR20F930_.exe

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set OPT=..\optional
set SOFTWARE=..\software

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set OPT=..\optional
set SOFTWARE=..\software

View File

@ -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

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set OPT=..\optional
set SOFTWARE=..\software

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set OPT=..\optional
set SOFTWARE=..\software

View File

@ -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

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set EXE=..\software\horizon-setup.exe

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set OPT=..\optional
set SOFTWARE=..\software

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set OPT=..\optional
set SOFTWARE=..\software

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set T=c:\TEMP

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set OPT=..\optional
set SOFTWARE=..\software

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set OPT=..\optional
set SOFTWARE=..\software

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set OPT=..\optional
set CONFIG=config

View File

@ -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"

View File

@ -1,5 +1,6 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set EXE=..\software\spotify-setup.exe

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

1 dummy setacl.zip
2 dummy citrixworkspace-setup.exe
3 dummy nsepa_setup.exe
4 dummy xojo-setup.exe
5 dummy usb2serial-PL2303-setup.exe
6 dummy epson-WFC5210-setup.exe