Start a conversation

Attempting to Remediate Scanned Computers Requiring the kb4078130 Update Install Error: 'The environment is incorrect (10)'

Overview

This article provides the solution for when attempting to remediate scanned computers requiring the KB4078130 update, the following error is appears:

KB4078130 Install Error: The environment is incorrect (10)

 

Root Cause

This is a known issue with the specific Microsoft update not properly deployed on the agent machine.

 

Resolution

The patch can be manually pushed to workstations using the “Deploy Custom Software” option in Languard.

The steps below explain the process of deploying this update.

    1. Download the update from the Microsoft Update Catalog.
    2. After the download is complete, navigate to the location of the downloaded file.
    3. Right-click the file and choose Rename.
    4. Rename the file to KB4078130.exein order to maintain consistency with the steps below.
    5. Create a new text document by going to any explorer folder and right-clicking in the empty space then go to New > Text Document.

      image-1__1_.png
    6. Name the Text file KB4078130.bat. Click Yes when asked if you are sure.

      image-2__1_.png
    7. Right-click the file and choose Edit.
    8. Type the text below inside the batch file text editor, then click File > Save.
      @echo off 
      "KB4078130.exe"
      if %ERRORLEVEL%==20 set ERRORLEVEL=0
      Exit %ERRORLEVEL%
    9. Open GFI Languard and go to the Remediate > Deploy Custom Software.
    10. Click the Add button on the right then select the update file downloaded in step 1.
    11. Check the Auxiliary file option then click Add.

    12. Click the Add button on the right-hand side of the deployment screen again. Browse to the batch file created in steps 2-5. (Note: You will have to select All files (*.*) from the file type drop-down menu as shown below.)image-7.png
    13. After both files have been added, click on Deploy at the bottom, and the deployment process will begin.

Confirmation

Reattempt and confirm the remediation job.

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments