Contents
Table of Contents |
---|
Anchor | ||||
---|---|---|---|---|
|
This document discusses the different methods to install the GV Agent file on a single machine and across multiple machines. Based on the requirement you can install the flavors for the agent. For Eg to apply for Seclore protection you need to install the seclore flavor agent, remaining all the steps are the same as mentioned below.
Anchor | ||||
---|---|---|---|---|
|
Pre-requisites
The MSI file of the agent.
installerConfig.json file (optional)
Windows 10 machine
Admin access to install the agent
...
Download the MSI file to the Windows machine
Make sure all the office applications are not open to ensure the clean installation of the agent
Place the “installerConfig.json” file given by GV in the same place where the agent is present on the machine.
Edit the InstallerConfig file and edit the files based on the document below as per requirement:
Double click on the agent to proceed with the installation
Check the box to accept the terms in the License Agreement and click Install.
Click “Yes” to allow the app to change your device.
The installer will check if the Microsoft visual studio tools 2010 is installed and if not then the user will be prompted with the below dialog box to install it. Check the box and click on the button “install”
Press “finish”. The agent is installed now
Info |
---|
Note: In case the machine doesn't have access to the internet then either the Microsoft website should be whitelisted or the executable file of the Visual Studio need to be brought inside to that machine. Here is the download link: https://www.microsoft.com/en-us/download/details.aspx?id=48217 |
Anchor | ||||
---|---|---|---|---|
|
Pre-requisites
The MSI file of the agent + installerConfig.json file.
...
Steps
Open PowerShell as an Administrator and run the following command to install the Agent
Start-Process -Wait -ArgumentList "/qn" -PassThru -FilePath 'C:\Users\adm\Downloads\{path_to_msi}.msi' |
Where the “FilePath” argument contains the path of the file that needs to be installed.
Anchor | ||||
---|---|---|---|---|
|
Pre-requisites
The MSI file of the agent.
...
Don't forget to start updating the group policy object. To do this, open a command prompt on the domain controller and enter “gpupdate / force”
Once the update runs through you can go to one of your clients and restart the machine. Remember that for the software to be installed on a computer, you will need to do a hard reboot.
...
Anchor | ||||
---|---|---|---|---|
|
Pre-requisites
SCCM Server
Access to the SCCM Server
GV Agent MSI file
...
The arguments can be passed directly to the msiexec command, e.g: msiexec /i "path_to_msi.msi" LAUNCHAGENT=0
CONFIGFILE - determines configuration used during the deployment, see more: Config values - instead of using installerConfig.json (Agent - installerConfig.json) to provide the config, it’s possible to inject them via CLI arguments (starting from version 4.0.0 of the agent):
SERVERADDRESS
SERVERUSESSL
LANGUAGE
VISUALSTYLE
KEYCLOAKCLIENTID
KEYCLOAKAUTHTYPE
KEYCLOAKUSERNAME
KEYCLOAKUSERPASSWORD
KEYCLOAKCLIENTSECRET
KEYCLOAKCERTIFICATECONTENT
KEYCLOAKKEYCONTENT
The arguments can be passed directly to the msiexec command, e.g: msiexec /i "path_to_msi.msi" CONFIGFILE=C:\Users\Administrator\Desktop\installerConfig.json" SERVERADDRESS="{server_address}" SERVERUSESSL="True" LANGUAGE="en" VISUALSTYLE="1" KEYCLOAKCLIENTID="agent_v2" KEYCLOAKAUTHTYPE="1" KEYCLOAKUSERNAME="agent" KEYCLOAKUSERPASSWORD="{pwd}" KEYCLOAKCLIENTSECRET="{secret}"
GVClient.Tools.SetupHelper
can help generate the proper command:
...
Anchor | ||||
---|---|---|---|---|
|
MSI file installation through GPO:
https://community.spiceworks.com/how_to/160869-how-to-install-exe-with-group-policy
MSI file installation through SCCM: https://pdf.wondershare.com/business/how-to-deploy-software-with-sccm.html