w10install/scripts/install-receiver.cmd
Michael H.G. Schmidt 98f82f7877 .
2021-01-21 00:29:50 +01:00

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