Hi ASG Support,
I've found a few posts about this topic but no official ASG KB article. Also the .exe is not documented. So I do that for you
For us is this a really important topic and I think for other companies too.
What I found or what is miss (red):
Install - ASGRD2016Patch3_Setup.exe
/S - Silent Install
/NODESKTOPICON
/h - Help (/help /?) - Unfortunately not available
Uninstall
Personal Settings
C:\Users\%username%\AppData\Roaming\ASG-RemoteDesktop\9.0
profile.xml - just personal settings
Environment Settings
C:\Users\All Users\ASG-RemoteDesktop\9.0
Registry
Software
Version="2016"
Patch="Patch 3"
Uninstall
Or where can I find the version of the installed ASG? We need this for our application management/ inventory.
Thank you
Best regards
I've found a few posts about this topic but no official ASG KB article. Also the .exe is not documented. So I do that for you

For us is this a really important topic and I think for other companies too.
What I found or what is miss (red):
Install - ASGRD2016Patch3_Setup.exe
/S - Silent Install
/NODESKTOPICON
/h - Help (/help /?) - Unfortunately not available
Uninstall
Code:
"C:\Program Files (x86)\ASG-Remote Desktop 2016\Uninstall.exe" /S
Personal Settings
C:\Users\%username%\AppData\Roaming\ASG-RemoteDesktop\9.0
profile.xml - just personal settings
Environment Settings
C:\Users\All Users\ASG-RemoteDesktop\9.0
Code:
<?xml version="1.0"?>
<ArrayOfEnvironmentData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<EnvironmentData>
<EnvironmentType>Database</EnvironmentType>
<EnvironmentProtection>WindowsAccount</EnvironmentProtection>
<ConnectionString>Data Source=SERVERNAME/INSTANCE;Initial Catalog=DB;Integrated Security=True</ConnectionString>
<AllUsersEnvironment>true</AllUsersEnvironment>
<EnvironmentName>NAME</EnvironmentName>
</EnvironmentData>
</ArrayOfEnvironmentData>
Registry
Software
Code:
HKEY_CURRENT_USER\SOFTWARE\ASG\RemoteDesktop2016
InstallDir="C:\\Program Files (x86)\\ASG-Remote Desktop 2016"
Installer Language="1033"
Version="2016"
Patch="Patch 3"
Uninstall
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
"DisplayName"="ASG Remote Desktop"
"Publisher"="ASG"
"UninstallString"="C:\Program Files (x86)\ASG-Remote Desktop 2016\Uninstall.exe /S"
"DisplayVersion"="2016.3"
Or where can I find the version of the installed ASG? We need this for our application management/ inventory.
Thank you
Best regards