What does this error mean in k1000
I have a script to uninstall 7-zip. Most of the 800 machines uninstalled successfully.
But some come back with this failed log. About 150 failed.
Any ideas why ?
3 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Still no show on some machines - akmagnum 7 years ago
<kbots xmlns="http://kace.com/Kbots.xsd">
<kbot>
<config name=" Babylon uninst 8 inst good 10" type="policy" id="223" version="1490692784" description="">
<dependencies>
<dependency name="/packages/kbots/223/kace3238.bat" checksum="ba52b75f30017b076ce851500ce9d713" />
</dependencies>
<execute disconnected="false" logged_off="true">
</execute>
</config>
<compliance>
<verify on_failure="break" attempts="1">
<launch_program path="$(KACE_DEPENDENCY_DIR)" program="kace3238.bat" wait="true" parms="" />
<on_verify_success>
<install software_id="19849" name="Babylon" install_cmd="msiexec /i BabylonClient10.msi /qn" download_location="http://abvhq.local/packages/19849/BabylonClient10.msi" checksum="89fcf08034a983e94d30fb71077c31ed" flags="" />
</on_verify_success>
<on_verify_failure>
<on_remediation_success>
</on_remediation_success>
<on_remediation_failure>
</on_remediation_failure>
</on_verify_failure>
</verify>
</compliance>
</kbot>
</kbots> - akmagnum 7 years ago