Requirement to start one program before another #118
Replies: 1 comment
-
That's a tricky one. The EASIEST way that I can think of is to have the app that needs to be running first be set up as a windows service so it is always running. If that is not an option, then you'd need to either create 2 remote apps (one for each app that needs to be running) OR modify the code behind the "main" app so it can start up all other required apps first. RemoteAppTool, nor the Microsoft solution, has no ability to "start" one app prior to starting another. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a helpful way to run one program on the remote PC before starting another?
While the remote app works well, some need a pre-requisite app to be started first, which can only be done by a full RDP session to the PC before closing that and then using the remote app.
Beta Was this translation helpful? Give feedback.
All reactions