Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ASG 2016 Silent Install/ Uninstall
#1
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 Smile
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
Reply
#2
The installer has only command line option /S - and this is documented in the help file.

The version info is not in a registry key - but as you can see is the registry hive "ASGRemoteDesktop2016" - so you have the main version number. The complete version number you can see in details of the installer itself or the exe files...
Regards/Gruss
Oliver
Reply




Users browsing this thread: 1 Guest(s)