warning: Parameter 1 to afterburner_user_login_block() expected to be a reference, value given in /var/home2/t0k3sh1/public_html/includes/theme.inc on line 656.

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 %>
break;
default:

popupContent = "

Citrix ICA Client for <%=clientData(1,1)%> (Plug-in)

";
popupContent = popupContent + "

You do not have the ICA <%=clientData(1,1)%> Client installed on your system, ";
popupContent = popupContent + "or your version of the ICA Client is outdated. You must install the ICA Client to continue.";
popupContent = popupContent + "

Select the link below to install the ICA Client, then click Close window ";
popupContent = popupContent + "when installation is complete.";
popupContent = popupContent + "

";
popupContent = popupContent + "

'>Install Citrix ICA Client for <%=clientData(1,1)%>";
popupContent = popupContent + "

";
popupContent = popupContent + "

Close window";
popupContent = popupContent + "

";
popupContent = popupContent + "";
popupContent = popupContent + "

<% If (Request.Cookies("noClientDetect") = "true") Then %>

popupContent = popupContent + "CHECKED ";

Note: This is not a silent install. Once the file is downloaded the users are prompted with installation instructions.

Primary links

Main Menu

Who's online

There are currently 0 users and 1 guest online.

User login