$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
About Virtualization, VDI, SBC, Application Compatibility and anything else I feel like
While browsing through my old projects folder I found a little commandline tool that I wrote about a year ago. I needed to detect a certain published application on a Citrix environment in the loginscript.
The tool detect the current Citrix published applicationname or if you are running Terminal Server aka Remote Desktop Services the Initial Program name and stores this in an environment variable (APPNAME).
There are no parameters and there are no special dependancies (such as MFCom).
CtxPubApp (2574 downloads)
3 Responses for "Detecting a Citrix Published Application"
I’d be very interested in knowing what you used to detect this within your program, rather than just having an EXE file.
Would it be possible for you to post on this?
Hi Simon, sure I will write a blog about the source if I find some time this week.
Do you know medevac ?
Also very cool management tool from citrix.
you can specify a xml server, contact it and enumerate applications
Leave a reply