/build/static/layout/Breadcrumb_cap_w.png

Ignore error on specific postinstall only

We have an image deployment with a problematic postinstall - Kasperksy Endpoint.   The install completes successfully (software is fully functional), but Kace throws up a failed task error message, which breaks the automation.  Is there way to have kace specifically skip/ignore errors on specific tasks?  I know you can set the image to continue on errors, but I'd like to keep the prompting for other, real errors that may occur.

1 Comment   [ + ] Show comment
  • If KACE can't ignore the exit code, then you could wrap your installer in a script to ignore the code:

    objShell.Run "<MyInstaller>"
    If Err.Number = <error code to ignore> Then
    Err.Number=0
    End if

    My VBScripting skills are a bit rusty, but the principal is there - intercept the bad error code and reset it to 0. Only do it for your known error code, that way any other errors are still trapped and reported correctly. - dunnpy 9 years ago

Answers (1)

Posted by: SMal.tmcc 9 years ago
Red Belt
0
You can add a runonce command as the last step of your deployment to call the install on the next reboot.  When the box reboots after kace cleanup the runonce will execute and install. 

I like to use a batch file for this type of call so it can do the install, break autologin and reboot the box after the install
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ