5.3 Agent Switches
Hey Everybody,
Does anyone know the command line switches for the new 5.3 agent?
It looks like the only thing in the client share is the MSI.
Thanks!
Does anyone know the command line switches for the new 5.3 agent?
It looks like the only thing in the client share is the MSI.
Thanks!
0 Comments
[ + ] Show comments
Answers (6)
Answer Summary:
Set server name --------------------- set KACE_SERVER=k1000name (Must be followed by an msiexec call to install.) Example: set KACE_SERVER=kbox msiexec /i ampagent-5.2.12345-x86 Set properties ------------------- PROPERTY=value (Must use ALL CAPS.) Example: msiexec /qn /i ampagent-5.3.32941-x86.msi HOST=k1000.kace.com Auto set host name -------------------------- rename agent_installer.msi_hostname.msi (Renames the install file to the name of the server name, which automatically sets the host name.) Example: msiexec /qn /i ampagent-5.3.32941-x86_k1000.kace.com.msi
Set server name --------------------- set KACE_SERVER=k1000name (Must be followed by an msiexec call to install.) Example: set KACE_SERVER=kbox msiexec /i ampagent-5.2.12345-x86 Set properties ------------------- PROPERTY=value (Must use ALL CAPS.) Example: msiexec /qn /i ampagent-5.3.32941-x86.msi HOST=k1000.kace.com Auto set host name -------------------------- rename agent_installer.msi_hostname.msi (Renames the install file to the name of the server name, which automatically sets the host name.) Example: msiexec /qn /i ampagent-5.3.32941-x86_k1000.kace.com.msi
Please log in to answer
Posted by:
warmep
13 years ago
Set server name
---------------------
set KACE_SERVER=k1000name (Must be followed by an msiexec call to install.)
Example:
set KACE_SERVER=kbox
msiexec /i ampagent-5.2.12345-x86
Set properties
-------------------
PROPERTY=value (Must use ALL CAPS.)
Example:
msiexec /qn /i ampagent-5.3.32941-x86.msi HOST=k1000.kace.com
Auto set host name
--------------------------
rename agent_installer.msi_hostname.msi (Renames the install file to the name of the server name, which automatically sets the host name.)
Example:
msiexec /qn /i ampagent-5.3.32941-x86_k1000.kace.com.msi
---------------------
set KACE_SERVER=k1000name (Must be followed by an msiexec call to install.)
Example:
set KACE_SERVER=kbox
msiexec /i ampagent-5.2.12345-x86
Set properties
-------------------
PROPERTY=value (Must use ALL CAPS.)
Example:
msiexec /qn /i ampagent-5.3.32941-x86.msi HOST=k1000.kace.com
Auto set host name
--------------------------
rename agent_installer.msi_hostname.msi (Renames the install file to the name of the server name, which automatically sets the host name.)
Example:
msiexec /qn /i ampagent-5.3.32941-x86_k1000.kace.com.msi
Posted by:
airwolf
13 years ago
Posted by:
dchristian
13 years ago
Posted by:
dchristian
13 years ago
Posted by:
rmeyer
13 years ago
ORIGINAL: warmep
rename agent_installer.msi_hostname.msi (Renames the install file to the name of the server name, which automatically sets the host name.)
Example:
msiexec /qn /i ampagent-5.3.32941-x86_k1000.kace.com.msi
That is sneaky, I haven't seen that done before with an MSI, is that a property in the msi file that automaticly get info after the "_" ?
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.