w10install/scripts/install-receiver.cmd

12 lines
191 B
Batchfile
Raw Normal View History

2021-01-21 00:29:50 +01:00
@echo off
set EXE=..\software\CitrixReceiver_4.9.9002_LTSR.exe
echo ####### %0 #######
echo installing Citrix Receiver LTS ...
%EXE% /silent /noreboot
echo ####### %0 #######