Citrix receiver
Citrix Receiver
Really easy and simple install - finally an "Enterprise" company gets it!
Download from [1] - following the instructions at [2] you can add extra parameters to your install if needed.
The installer will pop up a prompt to add an account even with the silent switch. For some reason specifically listing the components to install as shown below will prevent that.
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="citrix"
name="Citrix Receiver"
revision="%PKG_VERSION%"
reboot="false">
<variable name="PKG_VERSION" value="14.1.0.0" />
<check type="uninstall" condition="versionequalto" path="Citrix Receiver" value="%PKG_VERSION%" />
<install cmd='"%SOFTWARE%\citrix\CitrixReceiverWeb.exe" ADDLOCAL=ReceiverInside,ICA_Client,USB,DesktopViewer,Flash,Vd3d /silent' />
<upgrade include="install" />
<remove cmd='"%SOFTWARE%\citrix\CitrixReceiverWeb.exe" /uninstall' />
</package>
</packages>