Questions tagged [remoteapp]

RemoteApp is a special mode of Remote Desktop Services, available in Windows Server 2008 R2 and later, where remote session configuration is integrated into the client operating system.

The UI for the RemoteApp is rendered in a window over the local desktop, and is managed like any other window for local applications. The end result of this is that remote applications behave largely like local applications.

108 questions
0
votes
1 answer

Guacamole RDP Remote App within a black box

When I connect to a RemoteApp using the following code: @Override protected GuacamoleTunnel createTunnel(Session session, EndpointConfig config) throws GuacamoleException { // Create our configuration GuacamoleConfiguration guacConfig = new…
Patrick
  • 329
  • 2
  • 6
  • 12
0
votes
1 answer

Error while running RemoteDesktop commandlets in powershell from C#

I have tried executing RemoteDesktop commandlets in powershell using C#. The following is my program : static void Main(string[] args) { using (var powershell = PowerShell.Create()) { …
Mashiro
  • 7
  • 3
0
votes
0 answers

Flash taskbar icon in RemoteApp application

I have an application written in c# where I was able to get it to flash the taskbar icon using FlashWindowEx. However, this application also gets used as a RemoteApp using RDP. When in RemoteApp mode the taskbar does not flash. I found an article…
doclove
  • 143
  • 1
  • 14
0
votes
0 answers

Why can't I drag Remote App windows that can be merged?

We are currently in the process of migrating from Azure RemoteApp to another RemoteApp deployment as the current version goes end of life soon. An issue has been raised in UAT whereby Windows cannot be dragged across the screen for more than a split…
bb321
  • 1
  • 1
0
votes
1 answer

Send event across Windows Remote Desktop session back to local computer

I have a program running on my company's remote terminal services box (Windows Server 2012 R2 - Azure environment) that the call-center operators of the software use RemoteApp to access. The effect I'm trying to achieve is for the call-center…
Gary2112
  • 1
  • 2
  • 1
0
votes
2 answers

Help creating a remoteapp installer(msi) in VS2008

Hi guys I have coded an application that need to support remote install, can anyone guide me on how to create the msi? Thanks
0
votes
1 answer

RemoteAPP runs cmd.exe with every Published APP

Have Windows 2012 Server and very very strange problem because my client (noobie admin) did something with configuration in RemoteAPP and ask now for support because he is not familiar much witch RemoteAPP. So.. At 1st month Published RemoteAPP…
Curl User
  • 75
  • 1
  • 3
  • 10
0
votes
1 answer

How to install a clickonce application on rd session host server

I am trying to install a visual basic Windows Forms Application on a Terminal Services (RD Web) server. I put the server in install mode with change user /install, but I still could not get my application to run properly. I thought it should show up…
DLee
  • 1
  • 1
0
votes
1 answer

What is the best way of maintaining availability of my SQL database for Azure RemoteApp users?

My system has a number of users accessing a RemoteApp collection. The primary application they use is talking to an SQL database. Having a reliable connection to the database is critical in providing value to the users. The SQL database resides on a…
bb321
  • 1
  • 1
0
votes
1 answer

Can't find RemoteApp image after creating on Azure

I've created a RemoteApp image in Azure, and run sysprep (which shutdown my VM as it is supposed to). However, how do I get to the image now? I assume it is somewhere on Azure, but where?
Keith
  • 1
0
votes
1 answer

audit log in azure using powershell for remoteapp

I am trying to get logs in azure using following commands Get-AzureRmLog This command gets logs for past one hour I have done some operation of remote app collections. Above command has filter of ResourceProvider to get logs Have tried…
hari
  • 21
  • 1
  • 3
0
votes
1 answer

Azure RemoteApp additional files

I've just created my first remote app. I choosed my own application .exe file from my desktop and it has been published. Then i connect by Azure connect program and saw my app icon there, unfortunately there was some error when wanted to lunch it. I…
user5651777
0
votes
2 answers

sdk for creating a remote app in azure

I have a Azure account. I am able to create RemoteApp in azure using PowerShell. I need to know whether there are SDKs available for implementing remoteapp functionality. Kindly brief enough. Thanks in advance.
hari
  • 21
  • 1
  • 3
0
votes
1 answer

azure remote app does not run properly Using access runtime

I set up remoteapp properly but the result is that the app only half works Front end is access runtime 2002 front end sql express back end some records do open but most of the time I get the error-'could not delete from specified table' The app…
0
votes
0 answers

PathFileExists returns false when executing application through RemoteApp

My executable built in C++/WinAPI will check for a file placed in the same folder and I use PathFileExists for that. When I run it on a normal computer it finds the file but when I publish the executable on RemoteApp and I run it from Web Access the…
ali
  • 10,569
  • 20
  • 77
  • 128