Skip to content

CapaWinUpgrade Installation Screen Error

[JOBERROR] : The installation screen application is not installed, but other components are still installed. Please repair or remove the installation screen

This is reported by the CapaFactory_InstallationScreen_CheckStatus job, typically with a log similar to this:

Checking installation screen process
The installation screen process is not running
Checking installation screen folder
The installation screen folder exists
Checking installation screen executable
The installation screen executable exists
Checking installation screen version
The installation screen version is supported
Checking installation screen service
The installation screen service does not exist
Checking installation screen application
The installation screen application is not installed
[JOBERROR] : The installation screen application is not installed, but other components are still installed. Please repair or remove the installation screen

A common cause is that an old version 1 of the Installation Screen is still present on the machine (leftover folder/service) even though the application itself isn’t installed. Try Solution-2 first in that case, since it’s quicker than importing a cleanup package.

Solution-1: Use a Clean Installation Screen Package

Section titled “Solution-1: Use a Clean Installation Screen Package”

Use of Clean Installation Screen Package: You need to use a cleanup package specifically designed for this error. Follow the instructions to import the Installation Screen CleanUp v1.0 package into CapaInstaller.

  1. Set WinUpgrade to Failed Status: Since the installation is incomplete, set the WinUpgrade package status as “failed” and restart the computer to refresh the system state.

    image-20241011-084127.png

  2. Importing and Running the Cleanup Package:

    • Open CapaInstaller Console.
    • Import the Installation Screen CleanUp v1.0.zip package into the console.
      Installation Screen CleanUp_v1.0.zip
    • Once imported, link the cleanup package to the client machine that experienced the failed WinUpgrade.
    • After linking, restart the agent on the client and wait for the package to be installed. This should help resolve any issues with the installation screen application.
  3. Re-running the WinUpgrade Package: Once the cleanup package runs successfully, proceed with re-running the WinUpgrade package on the client machine. The previous error should no longer occur.

Solution-2: Manually Remove a Leftover Installation Screen v1

Section titled “Solution-2: Manually Remove a Leftover Installation Screen v1”

If an older version 1 Installation Screen is still on the machine, its leftover files, service, or registry entry can trigger this error even though the check reports the application as “not installed.” Remove it manually on the client:

  1. Check installed programs. Open Add/Remove Programs (Programs and Features) and confirm there is no Installation Screen or CapaFactory entry still listed. Uninstall it if there is.

  2. Check for a leftover service. Open services.msc and look for a service with “Capa” and “InstallScreen” in the name. If it exists, remove it from an elevated cmd prompt:

    sc delete "<name of service>"
  3. Delete the leftover install folder. This is the most common cause. Browse to C:\Windows and check for a folder named ciinst. If it exists, delete it.

After completing these steps, re-run the WinUpgrade package on the client.