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
Answers (5)
Answer Summary:
msiexec.exe /qn /i ampagent-5.4.5315-x86.msi HOST=name_of_K1000
msiexec.exe /qn /i ampagent-5.4.5315-x86.msi HOST=name_of_K1000
Please log in to answer
Posted by:
WhitzEnd
11 years ago
Posted by:
SMal.tmcc
11 years ago
Posted by:
Timi
11 years ago
Posted by:
jdornan
11 years ago
Posted by:
StockTrader
11 years ago
Hello,
in my opinion the best way is the following:
- Take the agent MSI installer from the CLIENT share of your K1000 [ \\k1000\client\agent_provisioning\windows_platform ]
- copy it somewhere
- 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!) - 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
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 11 years ago