Wednesday, May 8, 2013

Install receiver client in Command line


If you want push Receiver client in a batch file to end users with WI/Store Front configuration, please use this command:

For Receiver clients less than 3.2 the command for Web Interface configuration will be:

\\shared_location\CitrixReceiver.exe /silent /includeSSON /ALLOWADDSTORE=N INSTALLDIR="C:\Program Files\Citrix" ENABLE_DYNAMIC_CLIENT_NAME=Yes SERVER_LOCATION="http://WIserver.company.com"

ALLOWADDSTORE switch will aloow you enter http address. IF you are using https, then it doesn't require. Keep above command in abatch file and push it to end users with SCCM/some other tool.

For Receiver clients 3.3 or later the command for Web Interface configuration will be:

\\shared_location\CitrixReceiver.exe" /silent /includeSSON /ALLOWADDSTORE=N STORE0="AppStore;http://globalapps.ihess.com/citrix/PNAgent/config.xml;on;Apps on XenApp"


For all client versions the command for storefront configuration will be:

CitrixReceiver.exe /silent  /includeSSON /ALLOWADDSTORE=N STORE0="AppStore;https://testserver.net/Citrix/MyStore/discovery;on;Apps on XenApp"

Please refer article http://support.citrix.com/proddocs/topic/receiver-windows-34/receiver-windows-cfg-command-line.html

Have a nice day!

No comments:

Post a Comment