how to deploy and configure citrix ICA client

With version 12 of the online ICA client Citrix changed the package to an EXE wrapper with some MSI stuck in it.

They also seemed to get rid some of the configuration setting in the included ADM file to manage via group policy.

The method to customize the ICA client install can be found on the citrix production documentation

http://support.citrix.com/proddocs/index.jsp?topic=/online-plugin-120-windows/ica-configure-command-line.html

Citrix_Ready_badge_Medium

For me the key setting I wanted was to configure the Web Interface server location on the client. This can be done with the SERVER_LOCATION switch.

Here?s a full command-line install example:

CitrixOnlinePluginFull.exe /silent ADDLOCAL="ICA_Client,PN_Agent,SSON" ENABLE_SSON="no" INSTALLDIR="c:\test" ENABLE_DYNAMIC_CLIENT_NAME="Yes" DEFAULT_NDSCONTEXT="Context1,Context2" SERVER_LOCATION=http://testserver.net

This will allow me to deploy the client, I just wish I could control the Server_location via GPO encase I even need to change the WUI URL.

?

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.