Re: citrix issues


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Brian Levantine on December 14, 2005 at 08:07:28:

In Reply to: Re: citrix issues posted by Marc Shevick on December 14, 2005 at 06:45:58:

Hi Marc. The steps are as follows:

Comet first attempts to read data from D&S\...COSW.INI file. If that fails then it will try to read data from the \COSW.INI folder. If that succeeds then it will continue to use it. If it fails then it will create the D&S version and use that. The path to the folder is the key to everything. I use the GetWindowsDirectory() function to get the path. In the past, it appeared as though Citrix had "hooked" this function to return the D&S\Windows path. If this isn't enabled then GetWindowsDirectory() will trtuen the actual system folder (typically c:\windows) which would cause all users to be sharing the same COSW.INI file.

As for permissions, I don't specify any because I'm using the Windows API function GetPrivateProfileString and WritePrivateProfileString which the OS uses to maintain a .INI file.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]