Changes

Citrix receiver

218 bytes added, 22:25, 20 February 2014
Update version, fix typo in package id, add parameters to prevent the add account prompt popping up
Download from [http://receiver.citrix.com/] - following the instructions at [http://support.citrix.com/proddocs/topic/receiver-windows-34/receiver-windows-cfg-command-line.html] 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.
<source lang="xml">
<package
id="citirxcitrix"
name="Citrix Receiver"
revision="%PKG_VERSION%"
reboot="false" priority="10">
<variable name="PKG_VERSION" value="14.0.1.40.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" />
117
edits