Share via

Error 0x80070570 while installing APPX file

Anonymous
2021-12-02T13:39:38+00:00

I tried running the APPX file and after I clicked "Reinstall" button it showed this (shown in picture). I had tried running Windows Memory Diagnostic since people are saying that it helps. However it doesn't resolve my problem at all. So, is there any possible solution for me to resolve this error? Thanks

Windows for home | Windows 10 | Gaming

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Lester Bernard Reyes 82,025 Reputation points Independent Advisor
2021-12-02T15:41:06+00:00

I see thanks, If none will work from the above solution, I suggest doing an in-place upgrade wherein it will upgrade the device to the latest version and repair all issues without deleting any files.

Note: Before doing this make sure to create a restore point: https://support.microsoft.com/en-hk/help/402753...

  1. go to this link: https://www.microsoft.com/en-us/software-downlo...
  2. Select the Download tool, and select Run. You need to be an administrator to run this tool.
  3. On the License terms page, if you accept the license terms, select Accept.
  4. On the What do you want to do? page, select Upgrade this PC now and then select Next.
  5. After downloading and installing, it should fix the issue.

Reference: https://www.microsoft.com/en-us/software-downlo...

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

6 additional answers

Sort by: Most helpful
  1. Lester Bernard Reyes 82,025 Reputation points Independent Advisor
    2021-12-02T14:22:39+00:00

    Hi and thanks for reaching out. My name is Bernard a Windows fan like you. I'll be happy to help you out today.

    Actually, I have the same problem and by following the steps below fixed my issue, I know some of these steps are already done, you have just skipped it if you think it will have the same result.

    Method 1. Repair Windows Store and app:

    1. Go to settings> Update and Security> troubleshoot > Additional troubleshooter> Then click Windows Store apps
    2. Temporarily Disable the Anti-virus (If you have a third party anti-virus)
    3. Run Powershell
    4. On Powershell(admin), copy and paste the command below:

    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Method 2. repair Windows Store and update components

    Open Powershell with Admin or CMD with Admin (Press Windows key + X then click Windows Powershell(Admin))

    Copy each line of command to Powershell then press enter (one line at a time)

    net stop bits

    net stop wuauserv

    net stop appidsvc

    net stop cryptsvc

    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"

    rmdir %systemroot%\SoftwareDistribution /S /Q

    rmdir %systemroot%\system32\catroot2 /S /Q

    regsvr32.exe /s atl.dll

    regsvr32.exe /s urlmon.dll

    regsvr32.exe /s mshtml.dll

    netsh winsock reset

    netsh winsock reset proxy

    net start bits

    net start wuauserv

    net start appidsvc

    net start cryptsvc

    -Once done restart the device and check.

    Let me know how does it go and I hope that helps.

    Bernard

    Independent Advisor

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-12-03T14:43:32+00:00

    Glad that it works! Although it takes a long time (3-5 hours) for me, it's still worth to wait. Thanks Bernard for the solution and Jameson for the advice! I appreciate it :)

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-12-02T18:07:40+00:00

    Also make sure to backup any personal files incase that doesn't work because you might to completely REINSTALL windows from a Bootable USB media.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-12-02T14:49:51+00:00

    Hi and thanks for reaching out. My name is Bernard a Windows fan like you. I'll be happy to help you out today.

    Actually, I have the same problem and by following the steps below fixed my issue, I know some of these steps are already done, you have just skipped it if you think it will have the same result.

    Method 1. Repair Windows Store and app:

    1. Go to settings> Update and Security> troubleshoot > Additional troubleshooter> Then click Windows Store apps
    2. Temporarily Disable the Anti-virus (If you have a third party anti-virus)
    3. Run Powershell
    4. On Powershell(admin), copy and paste the command below:

    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Method 2. repair Windows Store and update components

    Open Powershell with Admin or CMD with Admin (Press Windows key + X then click Windows Powershell(Admin))
    Copy each line of command to Powershell then press enter (one line at a time)

    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
    rmdir %systemroot%\SoftwareDistribution /S /Q
    rmdir %systemroot%\system32\catroot2 /S /Q
    regsvr32.exe /s atl.dll
    regsvr32.exe /s urlmon.dll
    regsvr32.exe /s mshtml.dll
    netsh winsock reset
    netsh winsock reset proxy
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc

    -Once done restart the device and check.

    Let me know how does it go and I hope that helps.

    Bernard
    Independent Advisor

    I tried Method 2 first using CMD (Run As Admin), did all the commands, restarted my PC. After that, I tried running the file, didn't work. I tried Method 1 afterwards using Powershell (Run As Admin) copied the command and pasted, there are some errors while running like there are red area and some green area but it's still running, After it processed the command, I tried restarting and ran the file again but it didn't work as well.

    Was this answer helpful?

    0 comments No comments