Contents
Table of Contents |
---|
Anchor | ||||
---|---|---|---|---|
|
Prepared By | Reviewed By | Date | Document Version |
Harsh Verma | Artem Kalaitan | 4-July-2022 | V 2 |
Anchor | ||||
---|---|---|---|---|
|
This document discusses the different methods to install the GV Agent file on a single machine and across multiple machines. edited
Anchor | ||||
---|---|---|---|---|
|
Pre-requisites
The MSI file of the agent.
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
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.
...
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 machinet. Here is the download link: https://www.microsoft.com/en-us/download/details.aspx?id=48217
Press “finish”. The agent is installed now
Anchor | ||||
---|---|---|---|---|
|
Pre-requisites
The MSI file of the agent.
...
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
...
Open SCCM and navigate to the Home tab and click on Applications. Then you need to create an application for the software to deploy
Create User Collection” to add a user group. In this progress, you need to set all the rules for deployment. From the Create User Collection Wizard browse and select the target distribution group. Here BPO users have been set as an example. Hit the “Next” button to finish the setting.
From the Deployment Settings, set the Action to install and the Purpose to Available. Click to check the box named “Require administrator approval if users request this application.” This will make the software available to the end user but will need administrator permission to install it. To finish the task, click on “Next”. The software in now deployed to the end user. Click on close to exit the program. You can check the details of deployment on the deployment completion page.
Anchor | ||||
---|---|---|---|---|
|
The agent can be installed with the similar approach mentioned above but requires a configuration file as an addition along with the MSI file.
Pre-requisites
GV generic agent
...
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
End of Document