Can't update Store Beta (Black) 10041

Discussion in 'Windows 10' started by xpduyson, Mar 25, 2015.

  1. xpduyson

    xpduyson MDL Junior Member

    Sep 12, 2011
    83
    46
    0
    Anyone have this problem, the error code is 0x8007003 and 0x80073CF3. I tried windows update troubleshooter, delete SoftwareDistribution folder and restart wuauserv service. :confused:
    Screenshot (475).png Screenshot (466).png
     
  2. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    570
    1,273
    30
    Check AppXDeployment-Server/Operational eventlog for the exact cause, and also ensure that all VC++ libraries are correctly installed. Then restart bits, wuauserv, AppXSvc, WSService and ClipSvc services and try again
     
  3. xpduyson

    xpduyson MDL Junior Member

    Sep 12, 2011
    83
    46
    0
    #3 xpduyson, Mar 25, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  4. xpduyson

    xpduyson MDL Junior Member

    Sep 12, 2011
    83
    46
    0
    but the strangest thing is Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe, Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe and Microsoft.VCLibs.120.00_12.0.21005.1_arm__8wekyb3d8bbwe were present on my computer :confused:

    Untitled.png
     
  5. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    570
    1,273
    30
  6. xpduyson

    xpduyson MDL Junior Member

    Sep 12, 2011
    83
    46
    0
    #6 xpduyson, Mar 25, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Just checked Get-AppxPackage
    I can only found x86 and x64 package, I can't find the ARM package in

    Code:
    Name              : Microsoft.VCLibs.120.00
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X64
    ResourceId        :
    Version           : 12.0.21005.1
    PackageFullName   : Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.120.00_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False
    
    Name              : Microsoft.VCLibs.120.00
    Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture      : X86
    ResourceId        :
    Version           : 12.0.21005.1
    PackageFullName   : Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe
    InstallLocation   : C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe
    IsFramework       : True
    PackageFamilyName : Microsoft.VCLibs.120.00_8wekyb3d8bbwe
    PublisherId       : 8wekyb3d8bbwe
    IsResourcePackage : False
    IsBundle          : False
    IsDevelopmentMode : False

    Update:
    None of these packaged were found when I try Get-AppxProvisionedPackage -Online
    Update 2: tried Remove-AppxPackage Microsoft.VCLibs.120.00_12.0.21005.1_arm__8wekyb3d8bbwe, it work perfectly :thumbsup::thumbsup::thumbsup:
    Screenshot (478).jpg