Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 2.51 KB

File metadata and controls

30 lines (29 loc) · 2.51 KB

RDP_Executable_Application_With_Params

Description:

Use RDP apps like local applications on your computer, in command-line, and to "run with" option.

How it works:

The application replicating herself to create a new application and inserting RDP file content into a variable inside the compiled application. On the execute it's saving RDP file on the drive with parameters and runs it.

Use example:

  1. In RemoteApp Tool, add application like Edge, VLC, or Steam like on the photo below,
    obraz
  2. Click the app and "Create Client Connection..." to save an RDP file.
  3. If you want an icon on the application, extract the icon and save in RDP the directory with the same name, and put app "Resource hacker" with "rh.exe" name like on photos below,,
    obraz obraz
  4. To create an application from the ".rdp" file run command
    AppRunner.exe <path_to_rdp_file> <output_path_for_exe_file>
    obraz
  5. The application will be generated like on the photo below,
    obraz
  6. Usage example on other pc,
    a) Edge application
    obraz
    obraz
    obraz
    b) VLC application
    obraz
    obraz
    obraz

In Windows OS you can run with this app and it will work.

"Z:" drive is used as a shared disk available on the app server.

RDP file can't contains "remoteapplicationcmdline:s:" line.