/build/static/layout/Breadcrumb_cap_w.png

Installing the 1000 agent

I adding a post installation task for the 5.4 1000 agent and I followed the instructions on the forum. I am gusssing I am going off in the FQDN section of the script. The following is the cpmmand line that I have in the task now. Any help would be great.

 

msiexec /i ampagent-ampagent-5.4.5315-x86_ampagent-5.4.5315-x86.msi /qn

 


1 Comment   [ + ] Show comment
  • I Have tried using this one and keep getting an error.

    msiexec.exe /qn /i ampagent-5.4.5315-x86.msi HOST=name_of_K1000

    Error:the installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid windows installer package.

    It work if i try to install it manually with the installer but not in the command line. - Gowin4 10 years ago

Answers (5)

Answer Summary:
msiexec.exe /qn /i ampagent-5.4.5315-x86.msi HOST=name_of_K1000
Posted by: WhitzEnd 11 years ago
7th Degree Black Belt
2

Give this one a try:  It talks a about GPO deployment but the agent would be modified in the same way for deployment through a K2000 post installation task.

 

http://www.kace.com/support/resources/kb/article/installing-the-kace-k1000-agent-through-windows-group-policy#5_4

Posted by: SMal.tmcc 11 years ago
Red Belt
1

This is the line from my k2000 post scripts to install the client

start /wait msiexec /qn /i "\\10.16.19.27\client\agent_provisioning\windows_platform\ampagent-5.4.5315-x86.msi" HOST=kbox.tmcc.edu

Posted by: Timi 11 years ago
7th Degree Black Belt
0

Try this command

msiexec.exe /qn /i ampagent-5.4.5315-x86.msi HOST=name_of_K1000

Posted by: jdornan 11 years ago
Red Belt
0

http://blog.kace.com/2012/05/24/options-for-deploying-the-k1000-agent/

this blog has a few great tips on deploying agents

Posted by: StockTrader 11 years ago
Red Belt
0

Hello,

 

in my opinion the best way is the following:

  1. Take the agent MSI installer from the CLIENT share of your K1000 [ \\k1000\client\agent_provisioning\windows_platform ]
  2. copy it somewhere
  3. rename it appending the name of your K1000 in this way: ampagent-5.3.53177-x86_k1000.kace.local.msi where k1000.kace.local in this example is the FQDN of your K1000. Remember the _ (underscore)!!
    So to recap is FILENAME + _ + FQDN of your K1000 + .msi (no spaces anywhere!)
  4. Create a new Postinstallation task of Agent Installation type where you will upload the MSI and that will use this command:
    msiexec /i ampagent-5.3.53177-x86_k1000.kace.local.msi /quiet

 

Kind regards,

StockTrader

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ