Jump to content


xc3ss1v3

Clients not showing as installed

Recommended Posts

Hi,

 

it was due to the problem with DCHP option from VMware workstation, where I got for the first part of deployment an IP address from VMware workstation DHCP, and then after restart I got DHCP address from my DC which is correct. That is why my client didn't want to install.

Thanks anyway

Share this post


Link to post
Share on other sites

 

 

Hi Guys,

 

I was having the same issue as below from CCMSetup.log

-----*****-----

Installing file 'C:\WINDOWS\ccmsetup\vcredist_x86.exe' with options '/q /norestart /c:"msiexec /i vc_red.msi /qn REBOOT=ReallySuppress" /msioptions "REBOOT=ReallySuppress"'.

File 'C:\WINDOWS\ccmsetup\vcredist_x86.exe' returned failure exit code 1603. Fail the installation.

InstallFromManifest failed 0x80070643

Params to send FSP message '5.0.7958.1000 Deployment Error 0x80070643. Pre-req: vcredist_x86.exe'

State message with TopicType 800 and TopicId {915EE94C-6625-42F7-99BE-DA6D39550C23} has been sent to the FSP

Deleted file C:\WINDOWS\ccmsetup\ccmsetup.xml

CcmSetup failed with error code 0x80070643

-----*****-----

 

Solution:

 

1. Used following script to fix WMI.

 

@echo off

winmgmt /resetrepository

sc config winmgmt start= disabled

net stop winmgmt /y

%systemdrive%

cd %windir%\system32\wbem

For /f %%s in ('dir /b *.dll') do regsvr32 /s %%s

wmiprvse /regserver

winmgmt /regserver

net start winmgmt

for /f %%s in ('dir /b *.mof *.mfl') do mofcomp %%s

exit

 

2. Also used CCMClean.exe to clean any left overs or un-necessary links and files.

3. Installed SCCM Client again and it installed smoothly.

 

Thanks

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.