[x]

Site Alert(s):

  • Server maintenance Saturday Nov 22, 2008, 12:00 PM - 3:00 PM. The Knowledge Center will be unavailable during this time.
Rate this Article:
You must be signed in to rate again
Article Feedback Print View
Alternate Languages: N/A

Hotfix PSE400R01W2K3076 - For Citrix Presentation Server 4.0 for Windows Server 2003

Document ID: CTX111085   /   Created On: Sep 20, 2006   /   Updated On: Jun 30, 2008   /   Superseded By: CTX116264 
Average Rating: 4

Hotfix readme name: PSE400R01W2K3076.HTML
Hotfix package name: PSE400R01W2K3076.MSP
For: Computers running Windows Server 2003 with one of the following installed:

  • Citrix Presentation Server 4.0 with Hotfix Rollup Pack PSE400W2K3R01
  • Presentation Server 3.0 with Service Pack 2005.04 with Hotfix Rollup Pack PSE400W2K3R01
  • Citrix Access Essentials 1.0 with Hotfix Rollup Pack PSE400W2K3R01
  • Citrix Access Essentials 1.5
Replaces: PSE400R01W2K3001, PSE400R01W2K3004, PSE400R01W2K3005, PSE400R01W2K3007, PSE400R01W2K3010, PSE400R01W2K3011, PSE400R01W2K3015, PSE400R01W2K3016, PSE400R01W2K3017, PSE400R01W2K3026, PSE400R01W2K3027, PSE400R01W2K3034, PSE400R01W2K3040, PSE400R01W2K3051, PSE400R01W2K3052, PSE400R01W2K3054, PSE400R01W2K3064, PSE400R01W2K3065, PSE400R01W2K3072, PSE400R01W2K3075
Date: September, 2006
Language supported: English (US)
Readme version: 1.2

Readme Revision History

Version Date Change Description
1.2 September, 2006 Updated CPR 145505 Line Item
1.1 September, 2006 Added Important Note(s) about this Release section
1.0 September, 2006 Initial release

Where to Find Documentation

This document describes the issue(s) solved by this hotfix and includes installation instructions. For more information, see your product Administrator's Guide located on the product CD or installed on your servers. The guide is in an Adobe Portable Document (PDF) format file. To view, search, and print the documentation, you need Adobe Reader 5.0.5 or later with Search. You can download Adobe Reader for free from the Adobe Web site at http://www.adobe.com.

All product documentation is also available from the Citrix Web site at http://www.citrix.com/support.

Important Note(s) about this Release

Installing Hotfix Rollup Pack 2 for Presentation Server 4.0 after installing this hotfix results in the loss of the functionality provided by this hotfix. Contact your Citrix support representative for a replacement post Hotfix Rollup Pack 2 hotfix.

Issue(s) Resolved in this Hotfix

Caution! Several items in this hotfix may require you to edit the registry. Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Citrix cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved . Use Registry Editor at your own risk.

  1. In farms with multiple zones, application launching may fail if a zone in which the application is not published is down. This occurs because while launching an application, all zones are contacted to obtain the application information, regardless of where the application is published.

    [From PSE400R01W2K3001][#126318]

  2. Large icons may not have fully displayed in Microsoft Office applications when connecting from Wyse thin client terminals or older versions of the client. This occurs because the Citrix graphic display driver was handling large icons incorrectly.

    [From PSE400R01W2K3004][#115708]

  3. With SpeedScreen Browser Acceleration enabled, servers may experience periodic fatal errors, displaying a blue screen with stop code 0x0000008E.

    [From PSE400R01W2K3004][#117576]

  4. On occasion, account authority objects are destroyed after navigating account folders in custom applications utilizing the MPS SDK.

    [From PSE400R01W2K3005][#116614]

  5. Using MPS SDK functions to retrieve a parent folder's distinguished name fails.

    [From PSE400R01W2K3005][#117573]

  6. Domain local groups cannot be enumerated in applications utilizing the MPS SDK.

    [From PSE400R01W2K3005][#118038]

  7. MPS SDK functions report Active Directory universal groups as global groups.

    [From PSE400R01W2K3005][#118039]

  8. MPS SDK applications report local users on computers running Presentation Server as domain users.

    [From PSE400R01W2K3005][#120777]

  9. The MFCOM IMetaFramePrinter::PaperSize property does not work properly when using a custom paper size.

    [From PSE400R01W2K3005][#126691]

  10. The MFCOM interface function IMetaFramePrinters::DefaultPrinter always returns -1, even if the default printer exists.

    [From PSE400R01W2K3005][#126732]

  11. The MFCOM interface functions IMetaFramePrinters::RemovePrinter and IMetaFramePrinters::RemovePrinterAt do not return the expected results when the printer belongs to a policy printer list.

    [From PSE400R01W2K3005][#126940]

  12. Entries added to the print driver auto-replication list are deleted after 24 hours. This occurs because regular replication jobs are deleted after 24 hours if they do not complete; however, auto-replication jobs should not be deleted. With this fix, incomplete auto-replication jobs are no longer deleted.

    [From PSE400R01W2K3007][#124759]

  13. Incoming connections to a load balanced farm fail to fully connect. This occurs when a new server comes online during peak logon periods. At that time, the load balancer is sending all incoming connections to the new server, essentially overwhelming and preventing it from fully updating its server load.

    With this Load Throttling fix, logons are given a logarithmic load bias during connection time to limit the number of simultaneous logon requests. This biasing level is used in conjunction with the server’s “real” load to route connections to the least-loaded server. This allows time for servers to gradually increment the number of connections in environments where the server load is well below the farm average load, which is often the case when you restart a server.

    Note: To resolve the issue in its entirety, you must install this hotfix on both the zone master and all member servers of the farm.

    How to Use Load Throttling

    Load Throttling uses Intelligent Load Biasing (ILB). ILB works by giving logons a higher load bias. The default ILB algorithm assigns a bias of ½ the remaining load capacity. Essentially, the default algorithm is Current Resolution Load += [(Max Load – Current Resolution Load) / 2]. The ILB adjusts itself back down after pending logons are complete.

    For example:

    INCOMING LOGONS

    RESOLUTION LOAD

    1

    5000

    2

    7500

    3

    8750

    To turn off ILB, set the registry value: HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\IMA\LMS\UseILB to zero and restart the server.

    Note: Maximum load = 10000.

    [From PSE400R01W2K3010][#128929]

  14. When using the MPS SDK to enumerate applications for sessions, applications for sessions with an ID greater than 9 cannot be enumerated.

    [From PSE400R01W2K3011][#124118]

  15. SmoothRoaming fails to reconnect users to their applications. This occurs if users are connected to multiple applications and close the initial application launched.

    [From PSE400R01W2K3015 ][#119130]

  16. When accessing URLs of the type, pns://, rtsp://, or rtspu:// using Internet Explorer in a client session, the server's CPU utilization may reach 100 percent.

    This fix adds a detection mechanism to launch the proper media player associated with those URL types.

    [From PSE400R01W2K3016][#120316]

  17. On occasion, the process ctfmon.exe exits unexpectedly. This occurs when both the Presentation Server component seamls20.dll and Windows's userinit.exe are attempting to launch the process.

    This fix prevents seamls20.dll from launching the process.

    [From PSE400R01W2K3017][#127365]

  18. On occasion, printer and drive mapping policies are not applied. This occurs when users log on to Novell servers in environments that are not using NDS as part of the farm setup. For example, the NDS preferred tree is not set in the farm settings of the Presentation Server Console. When such users log on, Presentation Server treats them as NDS users and tries to set the printer and drive mapping policies based on their NDS user credentials, which fails.

    With this fix, NDS users are treated as Windows users in environments that are not using NDS as part of the farm setup.

    [From PSE400R01W2K3026][#114626]

  19. Users cannot connect to servers and the following error message appears:

    "The system has reached its license logon limit."

    This occurs because licenses consumed at logon are not released at logoff time.

    [From PSE400R01W2K3026][#119351]

  20. The amount of Microsoft license information in the data store tends to grow very large. This occurs because each time a non-Windows client logs on to a computer running Presentation Server, the Microsoft license information obtained by Presentation Server is replicated to the data store. If Presentation Server obtains the same license information multiple times, the same information is replicated each time.

    [From PSE400R01W2K3026][#121063]

  21. Shadowed sessions and Clients for Java may be disconnected when the KeepAlive time-out is reached. This occurs because the addition of the icm_ping request to implement KeepAlives fails because shadowed sessions and Clients for Java do not respond to the ping request.

    This is the server-side component of a fix that corrects the issue. To get the benefit of this fix, you must also upgrade to Version 8.4.1693 or later of the client.

    [From PSE400R01W2K3026][#124598]

  22. After applying Hotfix Rollup Pack 1, printing to client COM or LPT ports may be slow.

    [From PSE400R01W2K3026][#125892]

  23. Servers may stop working unexpectedly with BugCheck D1 pointing to termdd.sys.

    [From PSE400R01W2K3026][#126608]

  24. The text of the license expiration warning dialog box appears truncated.

    [From PSE400R01W2K3026][#124469]

  25. Users cannot connect to servers and the following error message appears:

    "The system has reached its license logon limit."

    This occurs because licenses consumed at logon are not released at logoff time.

    [From PSE400R01W2K3026][#126249, 129600]

  26. Selecting the Require user authentication option on the ICA Settings tab on the server or farm Properties page of the console has no effect on reconnecting sessions if Program Neighborhood Authentication is used.

    [From PSE400R01W2K3026][#126562]

  27. The registry of all servers in the farm grows to be very large when non-Win32 clients are connecting. This occurs because TSCAL licenses for non-Win32 clients are replicated to all servers in the farm, even if only a limited number of servers in the farm are dedicated to accepting non-Win32 client connections.

    This fix allows you to suppress unnecessary replication of licenses for non-Win32 clients to all servers in the farm. To do this, you must set the following registry key on all servers you do not want to replicate this information:

    HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\mslicensing
    Name: DoNotReplicateToAllServers
    Type: REG_DWORD
    Data: 1

    [From PSE400R01W2K3026][#128414]

  28. The Load Throttling multiplier cannot be modified. With this fix, you can successfully modify the multiplier.

    To tweak the ILB algorithm, adjust the value of: HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\IMA\LMS\ILBMultiplier and restart the server. By default, the value is set to 2. By increasing the value, you can allow more concurrent logons. Essentially, the algorithm is changed. For example: If you change the value to 4, the ILB algorithm is Current Resolution Load += [(Max Load – Current Resolution Load) / 4].

    INCOMING LOGONS

    RESOLUTION LOAD

    1

    2500

    2

    4375

    3

    5781

    Note: Maximum load = 10,000.

    [From PSE400R01W2K3027][#129781]

  29. Applications may become unavailable for a particular zone for a period of time when zone data sharing is enabled.

    [From PSE400R01W2K3034][#128340]

  30. Servers may experience a fatal error, displaying a blue screen on CTXSBX.SYS. The bugcheck code is PAGE_FAULT_IN_NONPAGED_AREA(50).

    [From PSE400R01W2K3040][#128659]

  31. Inserting a hyperlink in Microsoft Office applications may fail, generating the following error message:

    "An error occurred when browsing file."

    [From PSE400R01W2K3051][#126259]

  32. On computers running a localized version of the Windows operating system, the ICA Logon Status dialog box does not close even after the user logon process completes.

    [From PSE400R01W2K3051][#127163]

  33. This feature enhancement introduces support for session sharing on fully loaded servers. Without this fix, session sharing does not work on fully loaded servers. Instead and as designed, users are load balanced to less busy servers. To enable this feature enhancement, you must set the following registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI\
    Name: SeamlessFlags
    Type: REG_DWORD
    Data: 0 x 100

    [From PSE400R01W2K3051][#120874]

  34. This fix resolves the following scenarios with server to client content redirection and launching Microsoft Internet Explorer:

    • Applications that do not place a space between "iexplore.exe" and a URL when launching from the command line fail to launch Internet Explorer
    • Launching Internet Explorer without specifying a URL fails
    • Launching Internet Explorer with the "-new" option results in an incorrect URL being passed to Internet Explorer

    [From PSE400R01W2K3051][#130059]

  35. Disabling the server to client content redirection feature may cause certain published applications to no longer run in client sessions. This happens because the feature modifies the following registry key from

    [HKEY_CLASSES_ROOT\.htm]
    (Default) ="htmlfile"

    to

    [HKEY_CLASSES_ROOT\.htm]
    (Default) ="HTTP"

    Disabling the feature does not revert the registry key to its original value.

    [From PSE400R01W2K3051][#129654]

  36. By design, member servers in a farm request session records from the data collector at logon time to evaluate user or application limitation values. These queries are done even if no user or application limitation policies are in place. In large farm environments, these queries cause a large number of unnecessary records to be sent from the data collector to the member servers. This fix prevents such queries when no user or application limitation policies are in place.

    [From PSE400R01W2K3051][#131850]

  37. Users cannot create folders on mapped client drives in an ICA session using the xcopy or mkdir commands from a command line.

    [From PSE400R01W2K3051][#114983]

  38. On occasion, while users are in the process of logging on, their sessions become unresponsive, displaying a blue screen background only. While existing sessions are not affected, no additional sessions can be launched until the server is restarted. This occurs when there is a transient connection failure during the logon process that results in a call time-out.

    [From PSE400R01W2K3051][#116869]

  39. This fix introduces improvements to support certain legacy applications when accessing mapped client drives.

    [From PSE400R01W2K3051][#117720]

  40. When attempting to unlock a smart card-authenticated session locked by a screen saver, you are prompted for a password rather than a PIN.

    [From PSE400R01W2K3051][#119748]

  41. Servers experience a fatal error, displaying a blue screen. This occurs during times of high activity resulting from printing to mapped ports and/or file copying to mapped client drives.

    [From PSE400R01W2K3051][#121051]

  42. The Management Console does not properly display the state of disconnected sessions. This occurs because winstation queries do not update the IMA Service with reconnect/disconnect status changes.

    [From PSE400R01W2K3051][#123405]

  43. Servers may experience a fatal error while processing redirected client audio requests.

    [From PSE400R01W2K3051][#126320]

  44. Servers experience a fatal error, displaying a blue screen on CDM.sys. This occurs when an application is accessing drive A in a session using "A:" rather than "A:\" or if the application is the first process to access a client drive in a session.

    This fix corrects the issue by removing the legacy optimization routine.

    [From PSE400R01W2K3051][#126580]

  45. When running a CDF trace on wdica.sys, servers may trap on wdica.sys with bugcheck code 0000008E.

    [From PSE400R01W2K3051][#129366]

  46. After reconnecting to a disconnected session, double-clicking functionality in sessions may not work as expected; instead, triple-clicking may be required.

    [From PSE400R01W2K3051][#129262]

  47. Servers are trapping in CDM.sys with the following STOP error message:

    DRIVER_VERIFIER_DETECTED_VIOLATION (c4)

    [From PSE400R01W2K3051][#129738]

  48. At times of heavy utilization, time-out messages may be generated in the System Event Log; processes such as Terminal Service, SvcHost, and IMA Service may exhibit memory and/or handle accumulation, and sessions may appear to be unresponsive.

    [From PSE400R01W2K3051][#129783]

  49. After restarting servers, the IMA Service may be slow to start, waiting for information from the operating system. On occasion, this prevents dependent services from starting.

    [From PSE400R01W2K3051][#131672]

  50. Browsing local files and folders within ICA sessions may intermittently display zero objects within the local client drive.

    [From PSE400R01W2K3051][#133520]

  51. After reconnecting to a session, client-side Caps lock, Num lock, and Scroll lock states may be inverted.

    [From PSE400R01W2K3051][#133536]

  52. Administrators using a modified version of the sessions.wsf script from the MPSSDK 4.0 cannot log off or disconnect from remote server sessions.

    [From PSE400R01W2K3052][#127561]

  53. The MFCOM property ConnectCPDeviceType is not working properly.

    [From PSE400R01W2K3052][#136152]

  54. Calling the function IMetaFrameFarm6::set_VLoopbackServers using the Presentation Server 4.0 SDK has no effect.

    [From PSE400R01W2K3052][#134058]

  55. When running applications inside an application isolation environment, paged pool memory consumed by the ASCI pool tag increases continuously and does not decrease at session logoff.

    [From PSE400R01W2K3052][#136276, 135567]

  56. On systems running Windows Server 2003 R2, this fix provides an enhancement that allows file type association to correctly function for all available file types. After applying this hotfix, right-click the updated servers in the console. Select the option Update File Type from Registry from the menu and allow each server to update fully.

    [From PSE400R01W2K3054][#133418]

  57. When using Access Centers to connect to a server running Presentation Server 4.0, enumeration of applications through a Program Neighborhood CDA may fail and an exception is logged in the application event log on the MetaFrame Secure Access Manager server or Advance Access Control server.

    [From PSE400R01W2K3064][#138742]

  58. Servers may experience a fatal error displaying a blue screen during the processing of certain file extensions by the isolation environment system driver. The following error message appears:

    PAGE_FAULT_IN_NONPAGED_AREA (50) Invalid system memory was referenced.

    [From PSE400R01W2K3065][#128633]

  59. On occasion, servers may trap vdtw30.dll with a stop code of 0x50.

    [From PSE400R01W2K3065][#131214]

  60. Canceling the PIN prompt while unlocking a workstation causes the PIN prompt to not appear again, even if a smart card is present in the reader. A password prompt appears instead.

    [From PSE400R01W2K3065][#137559]

  61. Servers may experience a fatal error, displaying a blue screen on CDM.sys during heavy utilization. The issue is found when the driver verifier is being used.

    [From PSE400R01W2K3065][#129601]

  62. The qfarm.exe utility may return incomplete or incorrect data when run by custom administrators.

    Note: You must apply this fix to all servers on which you plan to use the utility and to all servers with a direct IMA database connection.

    [From PSE400R01W2K3065][#127584]

  63. Custom administrators cannot terminate a process using the Applications node. To enable the fix and resolve the issue, you must set the following registry key and then restart the server:

    HKEY_LOCAL_MACHINE\Software\Citrix\IMA\RUNTIME
    Name: PSRequired
    Type: REG_DWORD
    Data: 1

    Note: The value of this key reverts to zero after you restart the server. If the IMA data store is not available, the IMA Service cannot start successfully.

    [From PSE400R01W2K3065][#127504]

  64. A console RDP session (mstsc.exe /console) allocates a license for the duration of the session and does not release the license when the session terminates.

    [From PSE400R01W2K3072][#122270]

  65. In Visio 2003, the Smooth drawing and Higher quality shape display options under Tools > Options > View > Display Options are grayed out and their state cannot be changed. This occurs because Presentation Server disables menu animations in ICA sessions. With menu animations disabled, Visio 2003 disables these two display options.

    [From PSE400R01W2K3072][#122489]

  66. Servers may experience a kernel trap (Stop 8e) when accessing vdtw30.

    [From PSE400R01W2K3072][#137523]]

  67. Servers may stop working unexpectedly with BugCheck D1 pointing to termdd.sys.

    [From PSE400R01W2K3072][#135777]

  68. There might be distortion problems with applications on wide screen monitors that are not configured as 4:3 multiple.

    To enable variable screen size settings, you need to update the following registry key:

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\Wds\Icawd\Thin16
    Name: ICAThinwireFlags
    Type: REG_DWORD
    Data: 0x8000

    WARNING The ICAThinwireFlags are bit flags with each bit representing a different flag. The variable screen size flag is 8000 hexidecimal (hex). You must merge this value with the current contents of the registry. For example, if ICAThinwireFlags contains the value 63 (hex), then you must set it to 8063 (hex).

    [From PSE400R01W2K3075][#145505]

  69. If the "User must change password at next logon" check box is selected, the IMA Service may terminate unexpectedly when that user uses Program Neighborhood.

    [From PSE400R01W2K3076][#133058]

  70. Servers experience a fatal error, displaying a blue screen with a bug check 50 on cdm.sys.

    [From PSE400R01W2K3076][#147405]

Installing and Uninstalling this Hotfix

Notes:

  • This hotfix is packaged with Microsoft Windows Installer 3.0 as a .msp file. For more information about deploying these, see Microsoft article 884016 or visit the Microsoft Web site and search on keyword msiexec.
  • This hotfix may or may not prompt you to restart the server when the installation or uninstallation is complete. If you are using the Access Suite Console, you must restart the server after installing or uninstalling this hotfix to ensure that the hotfix is added to or removed from the console's hotfix inventory list.

To install this hotfix:

  1. Download the hotfix package from the Hotfixes and Service Packs page of the Citrix Web site at http://www.citrix.com.
  2. Copy the hotfix package to an empty folder on the hard drive of the server you want to update.
  3. Close all applications.
  4. Run the executable.
  5. Restart the server.
  6. If you are using the Access Suite Console, restart the server to ensure the hotfix is added to the console's hotfix inventory list.

To uninstall this hotfix:

  1. From the Start menu, select Settings > Control Panel.
  2. In Control Panel, double-click Add/Remove Programs.
  3. Highlight the hotfix you want to uninstall and click Remove.
  4. Follow the directions on-screen.
  5. If you are using the Access Suite Console, restart the server to ensure the hotfix is removed from the console's hotfix inventory list.

Files Updated (All Dates/Times EDT)

AddCaps.exe
20,480
09/12/2006
07:05p
AdminUserMgr.jar
142,311
09/01/2006
09:36a
ccticket.dll
36,864
09/13/2006
07:04p
Cdfdrv.sys
22,744
09/13/2006
08:36p
cdm.sys
308,432
09/13/2006
08:36p
cdmprov.dll
77,824
09/13/2006
07:04p
cdmsvc.exe
42,496
09/13/2006
07:04p
citrix_ima_core.jar
1,047,305
09/01/2006
09:36a
citrix_ima_sals_mf.jar
112,145
09/01/2006
09:36a
CPatch.exe
28,672
08/18/2006
06:22a
CPatchUI.dll
6,144
08/18/2006
05:29a
cpr130871.vbs
1,615
03/10/2006
01:08p
ctxadpcm.acm
11,776
09/13/2006
07:04p
CtxAltStr.sys
61,920
09/13/2006
08:36p
ctxdwavo.exe
21,504
09/13/2006
07:04p
ctxgina.dll
65,536
09/13/2006
07:04p
ctxpidmn.sys
18,784
09/13/2006
08:44p
ctxprnui.exe
18,432
09/13/2006
07:04p
ctxrdpcc.exe
7,680
09/13/2006
07:04p
ctxrdpwsx.dll
21,776
09/13/2006
08:44p
ctxrmpn.sys
24,160
09/13/2006
08:44p
ctxrpc.dll
45,192
09/13/2006
08:44p
CtxSbx.sys
110,560
09/13/2006
08:44p
CtxSFOSvc.exe
196,608
09/13/2006
07:04p
ctxsmcdrv.sys
14,696
09/13/2006
08:44p
cutildll.dll
73,864
09/13/2006
08:44p
encsvc.exe
172,032
09/13/2006
07:04p
icacdd.sys
9,696
09/13/2006
08:44p
icammdrv.dll
54,272
09/13/2006
07:04p
icareduc.sys
18,400
09/13/2006
08:44p
iexplore.exe
40,960
09/13/2006
07:04p
ImaGrpSs.dll
131,208
09/13/2006
08:44p
ImaMfRpc_Client.dll
43,008
09/13/2006
07:04p
ImaObjectPermissions.dll
94,208
09/13/2006
07:04p
ImaRaSs.dll
143,496
09/13/2006
08:44p
imareduc.dll
12,936
09/13/2006
08:44p
ImaRuntimeSs.dll
319,624
09/13/2006
08:44p
ImaSrvSs.dll
344,200
09/13/2006
08:44p
IsolationMgr.jar
145,784
09/01/2006
09:36a
istlsys.exe
7,168
09/13/2006
07:04p
LMSAdmin.jar
127,310
09/01/2006
09:36a
LMSMonitor.jar
41,831
09/01/2006
09:36a
LmsSal.dll
90,112
09/13/2006
07:04p
LmsSS.dll
225,416
09/13/2006
08:44p
MetaFramePubAppMgr.jar
369,181
09/01/2006
09:36a
MfAppSs.dll
422,024
09/13/2006
08:44p
mfcom.exe
348,160
09/13/2006
07:04p
mfcomsrv.dll
733,184
09/13/2006
07:04p
MFEventUI.dll
15,360
09/13/2006
07:04p
MfObjectPermissions.dll
47,104
09/13/2006
07:04p
MfPrintSs.dll
397,448
09/13/2006
08:44p
mfreg.exe
356,352
09/13/2006
07:04p
MfRpcSs.dll
237,704
09/13/2006
08:44p
MfSrvSal.dll
245,760
09/13/2006
07:04p
MfSrvSs.dll
716,936
09/13/2006
08:44p
pdcomp.sys
19,936
09/13/2006
08:44p
pdcrypt1.sys
18,912
09/13/2006
08:44p
pdcrypt2.sys
183,000
09/13/2006
08:36p
pdframe.sys
18,784
09/13/2006
08:44p
pdreli.sys
23,648
09/13/2006
08:44p
pdrframe.sys
16,608
09/13/2006
08:44p
PS400RegBackup.vbs
11,077
09/14/2006
06:40p
PS400_DuplicateFiles_Restore_HRP2.vbs
3,396
09/14/2006
06:40p
seamls20.dll
69,632
09/13/2006
07:04p
ServerMgrNew.jar
366,125
09/01/2006
09:36a
SettingsMgr.jar
36,184
09/01/2006
09:36a
SpeedScreenSession.dll
29,696
09/13/2006
07:04p
twnmux.dll
20,480
09/13/2006
07:04p
vdtw30.dll
493,192
09/13/2006
08:44p
wdica.sys
235,232
09/13/2006
08:44p
wfapi.dll
22,016
09/13/2006
07:04p
wfshell.exe
77,824
09/13/2006
07:04p
wpnbr.dll
143,360
09/13/2006
07:04p
wsxica.dll
975,120
09/13/2006
08:44p
wsxicaUI.dll
16,384
09/13/2006
07:04p

Copyright © 2006 Citrix Systems, Inc. All rights reserved.
Citrix, MetaFrame, and MetaFrame XP are registered trademarks, and Citrix Presentation Server is a trademark of Citrix Systems, Inc. in the United States and other countries.
All other trademarks and registered trademarks are the property of their respective owners


Search
Knowledge Center
XenApp
XenApp Plugins (Clients)
XenServer
XenDesktop
NetScaler Application Delivery
Access Gateway
EdgeSight
Provisioning Server
WANScaler
Password Manager
Does it work with Citrix? Verify it - introducing the new Citrix Ready Community Verified