Hang on welcome screen.
Hi,
Writing a script to push software install. Installation is hanging here
Thanks
I am sure It's a easy fix but still learning, can anyone help?
<?xml version="1.0" encoding="utf-8" ?>
<kbots xmlns="http://kace.com/Kbots.xsd">
<kbot>
<config name="Install - CostOS Workstation" type="policy" id="292" version="1640116742" description="">
<dependencies>
<dependency name="/packages/kbots/292/CostOS_Workstation_x64_8.1.157.exe" checksum="00e2a20efe738fd53953fc3c6f487569" />
</dependencies>
<execute disconnected="false" logged_off="false">
</execute>
</config>
<compliance>
<verify on_failure="continue" attempts="1">
<always_fail />
<on_verify_success>
</on_verify_success>
<on_verify_failure>
<launch_program path="$(KACE_DEPENDENCY_DIR)" program="CostOS_Workstation_x64_8.1.157.exe" wait="false" visible="true" parms="" />
<on_remediation_success>
</on_remediation_success>
<on_remediation_failure>
</on_remediation_failure>
</on_verify_failure>
</verify>
</compliance>
</kbot>
</kbots>
Answers (1)
Since you just pushing the installation wizard it does wait for interaction.
Depending on the Software an install with INSTALLER.exe /S should help.
Why do you use scripting and not a managed install?
You should contact the vendor. Their KB is currently unavaiable, which is sad because they seem there you should find the correct parameters.