SCCM Client Installation Error 80041001

While upgrading workstations from SMS client to SCCM client, you may come across this error which also indicate WMI errors in the CCMSETUP.LOG file :

"MSI: Warning 25001. Setup failed due to unexpected circumstance. The error code is 80041001"

Solution:

  1. Uninstall the SCCM client by running "%WinDir%\System32\ccmsetup\ccmsetup.exe /uninstall"
  2. Click on Start --> Run --> Type "services.msc" --> <enter>
  3. Stop the "Windows Management Instrumentation" service
  4. Open Windows Explorer and go to "%WinDir%\System32\Webem\Repository"
  5. Rename the Repository folder to "OLDRepository"
  6. Go back to Services.msc and start the "Windows Management Instrumentation" service
  7. Install the SCCM client by either pushing the client or manually installing the client from the command line on the workstation.
  8. View the "%WinDir%\System32\ccmsetup\ccmsetup.log" file to make sure the client installs as requested.
  9. Verify the "%WinDir%\System32\Webem\Repository" folder was created.

No comments:

Post a Comment