Questions tagged [xenapp]

XenApp virtualizes any Microsoft Windows application to make it available as software-as-a-service and give opportunity of central administration. Product of Citrix Systems, Inc..

Official website: Citrix XenApp

Previous names: Citrix WinFrame Server, Citrix Metaframe, Citrix Presentation Server

XenApp is build to give you opportunity to use a machine as computer terminal/ thin client and get access to applications made available by your (company) server.

Citrix XenApp is available for more than 30 operating systems. It means that end-user's device only needs to be able to present and process the user interface of each application. The whole application runs on a server. It is designed to deliver up to date company's software to every (old, new, different os) device as software-as-a-service.

98 questions
9
votes
1 answer

Passing parameter from Client CMD through ICA file to launch published Citrix App

I'm trying to send a simple string parameter from C# web app code using CMD line call to ICA file to Citrix XenApp Server to launch a specific published application (Macro Scheduler macro compiled into exe), NOT the whole citrix desktop. I have a…
Beckyjoon
  • 251
  • 1
  • 3
  • 12
6
votes
5 answers

Java - Desktop.getDesktop().browse(URI) is supported, but does not open document (a citrix problem?)

(I am not sure if this is the correct place to ask this question. Please move to suitable site) I have a problem that is shown in below code. It does not work on machine (windows 2008) that has CITRIX Xen App 6-. There is no error, just that browser…
Jayan
  • 18,003
  • 15
  • 89
  • 143
6
votes
1 answer

Building a Test Citrix Environment

Our customers occasionally ask whether our software would run in a "Citrix environment". Which Citrix products make a typical Citrix environment? How in general does one build a typical Citrix environment for test purposes?
Ra.
  • 2,499
  • 3
  • 28
  • 41
5
votes
1 answer

Deploying Outlook addin to a Citrix XenApp installation

I created an Outlook addin. It does nothing special, just adds a menu with one menu item. I followed the installer creation tutorial from…
Altealice
  • 3,572
  • 3
  • 21
  • 41
4
votes
2 answers

Is it possible to embed a Citrix XenApp in a webpage and pass it parameters dynamically?

So, I know nothing about the Citrix applications, so maybe I can be pointed in the right direction or even be given examples. I need to be able to run an desktop application (which is installed on servers), but have it embedded in a web application…
Phobis
  • 7,524
  • 10
  • 47
  • 76
3
votes
0 answers

Microsoft.Web.WebView2 / .NET Framework 4.8 WinForms application + Published application run-time error (REGDB_E_CLASSNOTREG)

We are using XenApp: 7.6. We have a .NET full framework 4.8 WinForms application as a published application within Citrix Receiver. This published application is hosted on a Windows Server 2008 R2 SP1 (64 bit) machine. Our application uses…
RyanH
  • 31
  • 3
3
votes
1 answer

Continue powershell script execution even if a reboot is encountered

All, I am trying to write a script that updates a program on a remote machine, however the upgrade requires one or maybe two reboots. When i run the powershell script, it triggers the upgrade and the machine is rebooted once, post reboot the upgrade…
3
votes
1 answer

C# How do I log off a Citrix XenApp User Session?

Since there is absolutely zero documentation by Citrix on their SDK, I am documenting this here. Using C#, how do I programmatically log a user session off?
Nathan McKaskle
  • 2,926
  • 12
  • 55
  • 93
3
votes
4 answers

How to detect if a site visitor is browsing the site through Citrix XenApp?

Our client has this little LAN with reception terminals where they stream Chrome web browser through Citrix XenApp. Why? I don't know. And it’s weird, but this tandem seems to spoil the data they submit on our sites forms. Some things that…
Oleg Dubas
  • 2,320
  • 1
  • 10
  • 24
2
votes
0 answers

Citrix : What is the difference between outputmodes

In Citrix there are four available outputModes: OutputModeNormal OutputModeWindowless OutputModeRenderless OutputModeNonHeadless When using Simulation API I don't see any difference between OutputModeNormal and OutputModeWindowless. From…
Yution Lio
  • 224
  • 2
  • 14
2
votes
1 answer

Citrix 7.6 Broker SDK C#/Powershell

Has anyone worked with the Citrix 7.6 BrokerSession SDK? I can't figure out how to execute a command like this for example: GetBrokerSessionCommand getCmd = new GetBrokerSessionCommand(); getCmd.AdminAddress = "citrixServer:80"; var result =…
user2782999
  • 385
  • 1
  • 7
  • 23
2
votes
1 answer

Is there a robust way to handle timezones when .NET applications are used with XenApp?

I ran into a problem related to .NET timezone IDs in combination with XenApp, which can be reduced to the following snippet throwing a TimeZoneNotFoundException (i.e. the call to TimeZoneInfo.FindSystemTimeZoneById): var tzLocal =…
Chaquotay
  • 2,212
  • 1
  • 17
  • 22
2
votes
3 answers

What methods exist to retrieve the time zone setting in Java for XenApp?

Our Java application uses TimeZone tz = TimeZone.getDefault() Are there any other methods of obtaining the machine's time zone setting? Background Using TimeZone.getDefault() has worked very well for us for quite some time, in all the environments…
David Sykes
  • 7,131
  • 4
  • 36
  • 39
1
vote
0 answers

What's the best way to use Visual Studio 2010 and TFS with Xenapp

Management wants us to start using Visual Studio through Xenapp when we are working remotely. I can't find any good documents about how teams are using this. The biggest issue seems to be managing workspaces. Most development can be done without…
shookdiesel
  • 277
  • 1
  • 10
1
vote
1 answer

How do I detect if XenApp Client is installed on user machine?

We are upgrading from Citrix Metaframe to XenApp, and I need to know if there's a way to programmatically detect if the XenApp Web Plugin v11.0 is already installed on a client machine when it contacts our webserver for login -- this was previously…
Cyberherbalist
  • 12,061
  • 17
  • 83
  • 121
1
2 3 4 5 6 7