ICA Client Build List
At one point some colleagues and I were searching for a list of ICA clients and their corresponding builds. We were unable to find a comprehensive list from Citrix so we put one together from those we had on hand. I also scoured the net looking for any trace of a build and tried to match the version.
I created a script to pull the information and match a build to a client. The script went through a number of changes (this is a modified version of my original script) from the first where I stuck all of the builds/versions in a Select..Case statement but that go too unruly. The next is what is currently sitting in a thread (the new forums have destroyed the old formatting though) where I stuck the builds/versions into arrays to try and make it a bit cleaner.
What is the point of all this you ask? Well I have placed all of the client info into an XML file and am currently working on a much more up to date script to dynamically load this file and pull back the information. Resource Manager does report the full version (for versions above 8.0 I think) but not everyone has Resource Manager or they may have older clients hanging out there that they can't identify.
The XML file can be found here:
ICAClients.xml (5.4 KiB, 1,824 hits)
I should have the updated script completed very soon but the XML file may be beneficial to someone now.
Please let me know if any of the info in the file is incorrect or if you know of a build I missed.