Kace Agent install as Post Install task.
I am installing the KACE agent as a post install task to a WIM Image, and it says it fails with an unknown error. If I hit the resume tasks option it finishes the image and after it reboots the KACE Agent is installed and working. Any ideas why it says it failed if it is actually working?
1 Comment
[ + ] Show comment
-
Is this version 3.6x? If so the start/wait might be an issue. It changed with version 3.6 - bflood2000 10 years ago
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
10 years ago
what command are you using to install it. This my post command.
start /wait msiexec /qn /i "\\kbox\client\agent_provisioning\windows_platform\ampagent-6.0.1079-x86.msi" HOST=kbox.tmcc.edu
start /wait msiexec /qn /i "\\kbox\client\agent_provisioning\windows_platform\ampagent-6.0.1079-x86.msi" HOST=kbox.tmcc.edu
Comments:
-
I am using
msiexec /i ampagent-5.5.30275-x86.msi HOST=IP address /qn
This has always worked on scripted installs. This is our first shot at using WIMs. Does it make a difference? - WGM_Jeff 10 years ago-
All I use are wims. Is that the only command in your post task?
Was the agent ever installed on your master prior to sysprep? - SMal.tmcc 10 years ago-
Agent was never installed on the master, I have a user cleanup batch file that deletes a tempuser and enables the administrator account, and a rename computer script running as post install as well. - WGM_Jeff 10 years ago
-
my only thought is to try with the dns name vs the ip for the host= switch - SMal.tmcc 10 years ago