Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Citrix Client

Status
Not open for further replies.

sheel

Technical User
Mar 9, 2001
74
How do Create a file or Configure so clients can connect to published Application without manually configuring -> Find new Application, Selecting Server etc. we have more than 15 users I need to configure. Is there any easy way of doing this?


We are still using Metaframe 1.8.

Thanks,
 
Create a text file containing the following code and name it with a ".ICA" extension. Installing the Citrix client does the necessary file association so they just have to double-click on the ICA file or a short-cut pointing to it. "APPNAME" is replaced with the name of your published application and the TcpBrowserAddress is one of the Citrix servers in the farm.

--Begin code
[WFClient]
Version=2
TcpBrowserAddress=ServerDNS or IPAddress

[ApplicationServers]
APPNAME=

[APPNAME]
Address=APPNAME
InitialProgram=#APPNAME
DesiredHRES=800
DesiredVRES=600
DesiredColor=2
TransportDriver=TCP/IP
WinStationDriver=ICA 3.0
--End code
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top