From 98f82f7877c7dcfc52562a4fcccf37944fc7cf3e Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Thu, 21 Jan 2021 00:29:50 +0100 Subject: [PATCH] . --- scripts/install-receiver.cmd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/install-receiver.cmd diff --git a/scripts/install-receiver.cmd b/scripts/install-receiver.cmd new file mode 100644 index 0000000..4412786 --- /dev/null +++ b/scripts/install-receiver.cmd @@ -0,0 +1,11 @@ +@echo off + +set EXE=..\software\CitrixReceiver_4.9.9002_LTSR.exe + +echo ####### %0 ####### + +echo installing Citrix Receiver LTS ... +%EXE% /silent /noreboot + +echo ####### %0 ####### +