How to Allow Users to Download the ICA32 Client when Connecting to an NFuse 1.5
|
Citrix states in their article: CTX940898 CTX940898 - How to Allow Users to Download the ICA32 Client when Connecting to an NFuse 1.5 Website This document was published at: http://support.citrix.com/kb/entry.jspa?externalID=CTX940898 Document ID: CTX940898, Created on: Nov 30, 2000, Updated: Apr 23, 2003 Products: Citrix WinFrame 1.8 Follow the instructions below: 1. Create or locate the folder nfuseclients located in your INETPUBWWWROOT directory. If this folder is not located it can be created. 2. Within the nfuseclients folder create 2 subfolders. For example: inetpubwwwrootnfuseclientsenica32 3. Copy the ica32.exe into the ica32 folder 4. Locate file icaclient.asp which is located in nfuse15aspclient directory. 5. Open icaclient.asp using text editor (notepad) and make the changes below. Locate the section for the plug32 detection. See example code below highlighted in red: <% End If %> popupContent = " Citrix ICA Client for <%=clientData(1,1)%> (Plug-in)"; You do not have the ICA <%=clientData(1,1)%> Client installed on your system, "; Select the link below to install the ICA Client, then click Close window "; "; '>Install Citrix ICA Client for <%=clientData(1,1)%>"; "; Close window"; |
|