| Create a ica file and automaticly launch an application with it |
|
|
| Written by Hans Straat, Thursday, 30 March 2006 | ||||||
IntroductionThis howto will guide you trough the process in how to create a ica file and use it to automaticly launch applications with it. Create the ica fileTo create a ica file of a published application logon to your Citrix Management Console (CMC) and right click on the console > choose create ica file Now you will get the ica creation wizard and can simply configure the connection type. We will show the steps you can edit in the wizard cause a picture always says more then a thousand words. Well at the first stage you can choose between much or less explaining with the wizard, ofcourse we choose much, the more the better With picture 3 we arived at the stage we can setup the screen resolution. I rather go with 95 or even 100% of a current desktop then hardcode the resolution. Also if your bandwith isn't that much choose 16 bits color or lower. the more color the more bandwith consumption is needed! Compress data stream would also be a recommandation. Uncrompressed data requires more bandwith. If your organisation doesn't require sound turn it off. Sound consumes a huge amount of network bandwith. Well enter a name for the to save ica file and a directory to store it. I always keep the name of the published application and store the ica connection simply in the administrator folder of citrix in program files. You can choose at step 9 to create a html template for the ica file and load it into your WI or on another website that can connect to the citrixfarm. Because we only want to make a ica file we choose NO here. The finish with summary. How does the ica file look
If you open the ica file in notepad you get a result like this. Were the TcBrowserAddresses are the citrix servers you published the application on. [WFClient]
Insert username, password and domainBut we want to use this ica to automaticly startup and launch so i require a username and password to go with it. Well create a custom ica connection in your program neighborhood and fill in username, password and domain name and save it. Now browse to your appsrv.ini which is located in application data\icaclient of your profile and search for username. As you can see in the appsrv.ini file the password is encrypted. You could try to fill in the password unencrypted but will end up with an error that the server you try to logon to wants the correct password. [WFClient] Launching the application automaticlyWell to launch a application automaticly with the ica file extension you need wfica32.exe which is located in Program Files\Citrix\ICA Client or in the location were you installed your citrix client software. Easiest way I find is write a litle command script (cmd) and launch the application with it. We wrote a launchprogram.cmd file as you can see here. This script you can place in the startup folder and it will automaticly run. Personally I use this with the shared computer toolkit to create thin and dumb client computers that automaticly launch a monitoring screen. @echo off
Powered by JoomlaCommentCopyright (C) 2006 Frantisek Hliva. All rights reserved.Homepage: http://cavo.co.nr/ |
||||||
| < Prev | Next > |
|---|

