Create and manage RemoteApps hosted on Windows 7, 8, 10, 11, XP and Server. Generate RDP and MSI files for clients.
Go to file
brianga 859ac87c17 Fix Issue 4
Fix Issue 4
  *  Added in library for signing the generated RDP file
  *  Library requires the certificate to have a friendly name for it to show up in the drop down.  No friendly name, no certificate in dropdown
  *  Library detects the rdpsign.exe version to determine proper arguments (/sha1 or /sha256)
  *  Updated RemoteApp Tool to use new library and sign the RDP file after it is created
  *  Added in logic around the signing to prevent editing after creating the RDP file if signed
  *  Library allows for creating an unsigned backup along with the signed version, added ability to do the same in RemoteApp Tool
  *  Updated RemoteApp tool to use Visual Studio 2019, but allows for support back to some pervious versions
  *  Tested on Windows 10 and Windows Server 2008 R2 and was successful on both
2019-11-12 10:17:19 -06:00
RDP2MSI Initial commit 2019-09-29 22:45:23 +10:00
RDP2MSILib Initial commit 2019-09-29 22:45:23 +10:00
RDPFileLib Initial commit 2019-09-29 22:45:23 +10:00
RDPSign Fix Issue 4 2019-11-12 10:17:19 -06:00
remoteapp-tool Fix Issue 4 2019-11-12 10:17:19 -06:00
remoteapplib Initial commit 2019-09-29 22:45:23 +10:00
.gitignore Initial commit 2019-09-29 22:45:23 +10:00
LICENSE Create LICENSE 2019-09-29 23:04:28 +10:00
README.md Update README.md 2019-10-12 02:35:16 +11:00

README.md

RemoteApp Tool

With Microsoft RemoteApp technology, you can seamlessly use an application that is running on another computer.

RemoteApp Tool is a utility that allows you to create/manage RemoteApps hosted on Windows (7, 8, 10, XP and Server) as well as generate RDP and MSI files for clients.

If you want your RemoteApps to appear in the Start Menu of your clients, or via a web interface, check out RAWeb!

If you have questions, comments or suggestions about RemoteApp Tool, please visit the forum.

Features

  • Create and manage RemoteApps on Windows desktops and servers
  • Generate RDP files
  • Generate MSI installers (requires WiX Toolset)
  • Use a Remote Desktop Gateway
  • Set options such as session timeouts
  • Select icons for your apps
  • File type associations for deployed apps

Requirements

  • Microsoft .Net Framework 4
  • WiX Toolset (If you want to create MSIs. Reboot after installing.)
  • A supported edition of Windows XP, 7, 8, 10, or Server. See the compatibility chart.

Note: If you try to host RemoteApps on an incompatible edition of Windows (eg. Windows 10 Home), the tool will run but RemoteApps will not work. The RDP client will appear to be connecting, then just disappear with no error shown.

Download

Latest Installer

Latest Portable

User guide

How to create a RemoteApp and use it on another computer

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Remarks

The project was made open-source on 29/9/2019.

I started this project in 2011 as an inexperienced developer playing with VB.NET. Over the years I have changed and improved the functionality, but the code remains awful.

I no longer have time to make regular updates, so please take it and improve upon it if you have the time and motivation.

-Kim