Modify the Agent so that it can be deployed silently via GPO
*NOTE If you do not have the agent .msi installer
file, please see Related Articles.
Creating the Group Policy
Initiate Installation on the PC
Troubleshooting
References
Related Articles
Modify the Agent so that it can be deployed silently via GPO
Embed Connection Parameters for your KBOX
5.4 Agent
Same as 5.3 agent. See below.
5.3 Agent
The 5.3 Agent is very easy to configure for custom kbox host names. For these steps we will assume that your kbox is called kboxhostname.company.com
- In a file manager browse to \\kboxhostname\clientdrop\agent_provisioning\windows_platform This is the writeable fileshare. If necessary see documentation on how to enable this share
- You can also just copy the msi file to your existing AD network share that is used for distribution of software packages using a GPO
- Rename the ampagent-5.x.xxxxx-x86.msi to include your host name. e.g. ampagent-5.3.44367-x86_hostname.company.com.msi
- Continue with the rest of the GPO steps
5.1 Agent
By default the agent will install assuming your kbox is called kbox and that you are using port 80 and no SSL at all. Even if this is true it is recommended that you follow these steps to customize the msi to meeet your needs.
This is possible by modifying the installer(KInstallerSetupSilent.msi) with Microsoft ORCA to include your server IP/Web Server Name in the install parameters.
- Make sure you have File Sharing enabled in the security settings on your KBOX and copy the MSI file of the share at:\\kboxhostname\client\agent_provisioning\windows_platform
- Make sure the MSI file is not set to read-only
- Open KInstallerSetupSilent.msi up with ORCA.
- Scroll down in the left collumn and select 'Registry'
- Now change the 'Value' field on the right from '[KINSTALLER_ARGS]' to something like: -server=kboxhostname -display_mode=silent -ssl_enabled=0 -amp_ssl=0
(replace this IP with IP or Web Server Name of your server, set ssl options according to your kbox server settings)
- Save the MSI and exit out of ORCA.
Modify MSI so it can run via GPO
5.4
1.
Download the .vbs script
from here: setlang.vbs
2.
Next you can create a Batch
file or run the below from a command like :
cscript setlang.vbs C:\pathtoampagent\ampagent-5.4.1000-x86_HOSTNAMEOFK1000.msi
1033
1033 is the locale number letting the MSI know to
go to En-US.
3.
After running the command,
the .vbs script will modify the .msi file and is ready to be used in Software
Deployment GPO.
NOTE:
If you need to install in other languages/regions the following
available:
1028 zh-TW
1031 de-DE
1033 en-US
1034 es-ES
1036 fr-FR
1040 it-IT
1041 ja-JP
1046 pt-BR
2052 zh-CN
The msi is not setup to deploy via GPO. This can be easily modified with
This custom MSI can now be executed to intstall the KBOX agent preconfigured to point to your server.
This describes how to use Group Policy to distribute the KBOX Agent to client computers using the "Assigning Software" method
To publish or assign a computer program, you must create a distribution point on the publishing server:
To create a Group Policy object (GPO) to use to distribute the software package: