Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

NEW "MSI: Setup was unable to compile the file AppSynclet_TSDT.mof The error code is 80041002" ..

Laxmikant

New Member
Messages
4
Reaction score
0
Points
1
Getting this errorwhile trying to install SCCM client "
"MSI: Setup was unable to compile the file AppSynclet_TSDT.mof
The error code is 80041002"

Troebleshooting steps done so far.

uninstalled SCCM client
Rebooted
Re-installed but its ending with above error.

Requesting your help to address this issue at the earliest.
 
Getting this errorwhile trying to install SCCM client "
"MSI: Setup was unable to compile the file AppSynclet_TSDT.mof
The error code is 80041002"

Troebleshooting steps done so far.

uninstalled SCCM client
Rebooted
Re-installed but its ending with above error.

Requesting your help to address this issue at the earliest.
80041002 = Not found
Does the file existing, where it was installed?
Is your AV getting in the way?
 
The file does't exist and tried client installation by removing AV as wel.. but still the issue is same
would you try this command on an elevated command prompt

browse to C:\Program Files\Microsoft Policy Platform
run this command
mofcomp ExtendedStatus.mof
 
would you try this command on an elevated command prompt

browse to C:\Program Files\Microsoft Policy Platform
run this command
mofcomp ExtendedStatus.mof
This has done but still the error is same.however its pointing to AppSynclet_TSDT.mof file
 
try these steps (not mine but seems to solve the issue for someone with the same problem)

  1. ccmsetup.exe /uninstall
  2. repair wmi using script below
@echo off
REM WMI Repair
Title WMI Repair script running on the client machines
%windir%\system32\wbem\winmgmt /clearadap
%windir%\system32\wbem\winmgmt /kill
%windir%\system32\wbem\winmgmt /unregserver
%windir%\system32\wbem\winmgmt /regserver
%windir%\system32\wbem\winmgmt /resyncperf
net stop winmgmt /y
REM if exist %windir%\system32\wbem\repository.old rmdir /s /q %windir%\system32\wbem\repository.old
REM ren %windir%\system32\wbem\repository repository.old
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
for /f %%s in ('dir /b /s %windir%\system32\wbem\*.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b /s %windir%\system32\wbem\*.mof') do mofcomp %%s
for /f %%s in ('dir /b %windir%\system32\wbem\*.mfl') do mofcomp %%s
net start winmgmt
%windir%\system32\wbem\wmiprvse /regserver

  1. RD /s /q "C:\Windows\ccmsetup"
  2. RD /s /q "C:\Windows\CCM"
  3. RD /s /q "C:\Windows\system32\CCM"
  4. DEL /q "C:\windows\smscfg.ini
  5. REG DELETE HKLM\software\Microsoft\ccm /f
  6. REG DELETE HKLM\software\Microsoft\CCMSETUP /f
  7. REG DELETE HKLM\software\Microsoft\SMS\
  8. REG DELETE HKLM\software\Microsoft\Systemcertificates\SMS\Certificates /f
  9. ccmsetup.exe SMSSITECODE=PS1 SMSMP=SGCM01.Corp.eskonr.com (replace your command line properties)
 
try these steps (not mine but seems to solve the issue for someone with the same problem)

  1. ccmsetup.exe /uninstall
  2. repair wmi using script below
@echo off
REM WMI Repair
Title WMI Repair script running on the client machines
%windir%\system32\wbem\winmgmt /clearadap
%windir%\system32\wbem\winmgmt /kill
%windir%\system32\wbem\winmgmt /unregserver
%windir%\system32\wbem\winmgmt /regserver
%windir%\system32\wbem\winmgmt /resyncperf
net stop winmgmt /y
REM if exist %windir%\system32\wbem\repository.old rmdir /s /q %windir%\system32\wbem\repository.old
REM ren %windir%\system32\wbem\repository repository.old
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
for /f %%s in ('dir /b /s %windir%\system32\wbem\*.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b /s %windir%\system32\wbem\*.mof') do mofcomp %%s
for /f %%s in ('dir /b %windir%\system32\wbem\*.mfl') do mofcomp %%s
net start winmgmt
%windir%\system32\wbem\wmiprvse /regserver

  1. RD /s /q "C:\Windows\ccmsetup"
  2. RD /s /q "C:\Windows\CCM"
  3. RD /s /q "C:\Windows\system32\CCM"
  4. DEL /q "C:\windows\smscfg.ini
  5. REG DELETE HKLM\software\Microsoft\ccm /f
  6. REG DELETE HKLM\software\Microsoft\CCMSETUP /f
  7. REG DELETE HKLM\software\Microsoft\SMS\
  8. REG DELETE HKLM\software\Microsoft\Systemcertificates\SMS\Certificates /f
  9. ccmsetup.exe SMSSITECODE=PS1 SMSMP=SGCM01.Corp.eskonr.com (replace your command line properties)
Thanks for sharing the details.. Have tried it but still the error is same.
 

Forum statistics

Threads
7,142
Messages
27,883
Members
18,172
Latest member
tsunkanl
Back
Top