-
Notifications
You must be signed in to change notification settings - Fork 380
RemoteApp Properties explanation
Name: The name of the RemoteApp as used in the registry key (must be unique).
Full name: The full title of the RemoteApp.
In most cases, Name and Full name can be the same.
App path: The full path to the executable file that will run when this RemoteApp is loaded.
Icon path: The full path to the file containing the icon that will be used for the RemoteApp.
Icon Index: Files can contain multiple icons. They are numbered. The default icon is typically 0.
VPath: (Old versions of RemoteApp Tool only) VPath also specifies the path to the executable, however, it can also contain system variables such as %SYSTEMDRIVE%.
Command line option: Specifies whether the RemoteApp accepts command-line arguments from the client at connection time.
- Disabled: Disable the command line.
- Optional: Use the command line parameters provided by the RDP file/client. Otherwise use any command line specified here.
- Enforced: Only use the command line that is specified here.
Command line parameters: Specifies the command-line parameters used to launch the application (when Optional or Enforced are selected above).
File type associations: Used to choose file types that will be associated with this RemoteApp. Only works when installing RemoteApps via MSI or if using RAWeb.
TSWebAccess: Used by Windows Server RDWeb to determine whether a RemoteApp should be displayed or not.