Updating Agent PostInstall Task
I need to update my post install task for installing the KBOX agent. The new 5.3 agent is native MSI, rather than exe as previous version.
The old command line is KInstallerSetup.exe -server=kbox.mycompany.local -ssl_enabled=0 -amp_ssl=0 -display_mode=silent -clone_prep=true
What is the new command line syntax needed for the MSI?
The old command line is KInstallerSetup.exe -server=kbox.mycompany.local -ssl_enabled=0 -amp_ssl=0 -display_mode=silent -clone_prep=true
What is the new command line syntax needed for the MSI?
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
warmep
13 years ago
Posted by:
mturba
13 years ago
Posted by:
mlathrop
13 years ago
Posted by:
warmep
13 years ago
Cloneprep is listed in this FAQ:
http://www.kace.com/support/kb/index.php?action=artikel&cat=2&id=565&artlang=en
mlathrop, it depends on how they directed you to install the agent. You really wouldn't need any command line switches if you renamed the file with the host name in it (i.e. msiexec /qn /i ampagent-5.3.XXXXX-x86_K1000Name.msi), and you would only need cloneprep if you were about to install the agent, then capture the an image of the system. We generally recommend installing the agent after the OS deployment as a post installation task or via provisioning.
http://www.kace.com/support/kb/index.php?action=artikel&cat=2&id=565&artlang=en
mlathrop, it depends on how they directed you to install the agent. You really wouldn't need any command line switches if you renamed the file with the host name in it (i.e. msiexec /qn /i ampagent-5.3.XXXXX-x86_K1000Name.msi), and you would only need cloneprep if you were about to install the agent, then capture the an image of the system. We generally recommend installing the agent after the OS deployment as a post installation task or via provisioning.
Posted by:
mlathrop
13 years ago
Another new twist.
This is a postinstall task to apply after a scripted OS install. We only do scripted OS installs.
This is a postinstall task to apply after a scripted OS install. We only do scripted OS installs.
ORIGINAL: warmep
Cloneprep is listed in this FAQ:
http://www.kace.com/support/kb/index.php?action=artikel&cat=2&id=565&artlang=en
mlathrop, it depends on how they directed you to install the agent. You really wouldn't need any command line switches if you renamed the file with the host name in it (i.e. msiexec /qn /i ampagent-5.3.XXXXX-x86_K1000Name.msi), and you would only need cloneprep if you were about to install the agent, then capture the an image of the system. We generally recommend installing the agent after the OS deployment as a post installation task or via provisioning.
Posted by:
warmep
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.