Summary
This article describes how to remove the Citrix ICA Client or Online plug-in for Windows using the Windows Installer Uninstall String (for MSI files) or InstallShield (for EXE files).
Background
IMPORTANT NOTE: Starting with the release of Online plug-in version 11.2 and going forward, the installer is a EXE wrapper that is used to install the various components of the Online plug-in (a.k.a. Receiver). The instructions in this article do not apply these versions of the client. Command line instructions for uninstalling these versions of the client can be found in Citrix eDocs, under the section for your version of the Online plug-in/Receiver.
While an upgrade option is available during the installation of the ICA Client for Windows, it is strongly recommended that you remove earlier versions of the ICA client before installing the latest client. This will help to avoid potential configuration conflicts.
The following procedure is intended for environments where the ICA Client was not deployed using Active Directory (AD), Systems Management Server (SMS), or other third-party application that could otherwise be used to automate removal of the client. It is presumed that the following procedure will be implemented using a script that can be invoked through a logon script prior to deploying the latest client (e.g. via a batch file or Visual Basic Script).
Procedure
The process for uninstalling the currently installed Citrix ICA client depends on the installation file type used to install the client.
InstallShield must be used to remove the client if an EXE file was used for installation – this was typical for Citrix ICA Client versions 6.x through 8.x.
• The InstallShield command to remove a client installed using an EXE file is: isuninst –f C:\PROGRA~1\Citrix\ICACLI~1\Uninst.isu –c C:\PROGRA~1\Citrix\ICACLI~1\uninstpn.dll –a
• The -a switch at the end of the ISUNINST command line indicates a silent removal
• The command to remove the web client InstallShield package is: %SystemRoot%\system32\ctxsetup.exe /uninst C:\PROGRA~1\Citrix\icaweb32\uninst.inf
In later versions the client starting in version 9.x were installed using a Microsoft Installer (MSI) package, and therefore the MSI file may be used to remove the client.
• The Windows Installer command to remove a client installed with an MSI file is: msiexec.exe /x GUID REBOOT=ReallySuppress /qb!
• msiexec.exe /x {7A1FB67F-A340-472A-97C3-A6AFFE078AAE} REBOOT=ReallySuppress /qb!
• Refer to the Microsoft KB for further information on Windows Installer command-line options.
A list of Globally Unique Identifiers (GUIDs) for public releases of the Citrix ICA Client for Windows can be found at the end of this article. It is recommended you confirm the exact GUID for the installed version, particularly if you are using a private release of the client provided by Citrix Technical Support. The GUID can be found in the following registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall.
Once you have selected the Uninstall key, press Ctrl-F and search for the term “Citrix”. The sub-key containing the Citrix ICA client entry appears as opened (left pane) and is labeled with the GUID.
Note: For x64 systems, check the same path but under the Wow6432Node key.
The table below provides the version, build, GUID, and release dates for public releases of the Citrix ICA Client.
Note: Adding the Client Version column to the Access Management Console while viewing session information is useful in determining the versions of the Citrix ICA Client currently in use in your environment.
Version | Build | GUID | Release Date |
6.30 | 1050 | {DAA13EB6-C53F-4038-9880-C310500B49E9} | Sep 2002 |
6.31 | 1051 | {3049E69E-74F2-48C0-B9A1-9CD8125588E9} | Oct 2002 |
7.00 | 17534 | {956F3E9A-3AED-40F8-8522-5F6A524CFC3E} | Jun 2003 |
7.01 | 20497 | Confirm in registry | Jun 2003 |
7.10 | 21825 | {8F5F8B07-50AC-401F-A441-A37740851A5C} | Oct 2003 |
8.00 | 24737 | {2C42ED1E-6315-4E63-89E6-057EA114EBB8} | Apr 2004 |
8.10 | 29670 | {76E4A642-BC3E-438A-8450-0C15A36B5B18l} | Oct 2004 |
9.00 | 32649 | {4E21223F-8D6C-446E-9CD3-587D206A8400} | Apr 2005 |
9.10 | 36280 | {E92B7A19-5FD5-4AEE-9FEF-7AD5DD3A675E} | Oct 2005 |
9.15 | 39151 | {DF1D5FEC-D67C-43C8-9230-41F5DF350196} | Dec 2005 |
9.20 | 44376 | {D989BCC0-757C-4FB6-893C-512DF4382656} | May 2006 |
9.23 | 50211 | {7A1FB67F-A340-472A-97C3-A6AFFE078AAE} | Nov 2006 |
10.000 | 52110 | {B2AE44CB-2AAB-4C08-A54B-D264BD604DA8} | Mar 2007 |
10.100 | 55836 | {E89956F9-5B89-470E-818D-BD46102D0A01} | Jun 2007 |
10.150 | 58643 | {42ACCB45-3363-47E0-94E9-F0074CC8BC56} | Nov 2007 |
10.200 | 02650 | {2624B680-02BC-4CBC-839C-DA20DF6EF6EC} | Mar 2008 |
11.000* | 5323 | {331741EC-DD63-4DA8-957E-D0C70412EF54} | Jun 2008 |
11.000 | 5357 | {388C130B-0079-46B4-A0D5-DC2DD7A89A7B} | Sep 2008 |
Zie artikel: http://support.citrix.com/article/CTX121917