47
edits
Changes
New receiver package
== Citrix Receiver ==
Really easy and simple install - finally an "Enterprise" company gets it!
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.
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="citirx"
name="Citrix Receiver"
revision="%PKG_VERSION%"
reboot="false"
priority="10">
<variable name="PKG_VERSION" value="14.0.0.91" />
<check type="uninstall" condition="version" path="Citrix Receiver" version="%PKG_VERSION%" />
<install cmd='"%SOFTWARE%\citrix\CitrixReceiverWeb.exe" /silent' />
<upgrade include="install" />
<remove cmd='"%SOFTWARE%\citrix\CitrixReceiverWeb.exe" /uninstall' />
</package>
</packages>
</source>
Really easy and simple install - finally an "Enterprise" company gets it!
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.
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="citirx"
name="Citrix Receiver"
revision="%PKG_VERSION%"
reboot="false"
priority="10">
<variable name="PKG_VERSION" value="14.0.0.91" />
<check type="uninstall" condition="version" path="Citrix Receiver" version="%PKG_VERSION%" />
<install cmd='"%SOFTWARE%\citrix\CitrixReceiverWeb.exe" /silent' />
<upgrade include="install" />
<remove cmd='"%SOFTWARE%\citrix\CitrixReceiverWeb.exe" /uninstall' />
</package>
</packages>
</source>