12 lines
191 B
Batchfile
12 lines
191 B
Batchfile
![]() |
@echo off
|
||
|
|
||
|
set EXE=..\software\CitrixReceiver_4.9.9002_LTSR.exe
|
||
|
|
||
|
echo ####### %0 #######
|
||
|
|
||
|
echo installing Citrix Receiver LTS ...
|
||
|
%EXE% /silent /noreboot
|
||
|
|
||
|
echo ####### %0 #######
|
||
|
|