Share via

Trying to download Elgato Software

Cameron Bowers 20 Reputation points
2026-03-14T18:11:18.4966667+00:00

I keep getting this error whenever I try to download the Elgato software. It always something it seems with windows being awesome! App installation failed with error message: Common::Deployment::MsixvcStagingSession::GetManifestReader in MsixvcStagingSession failed with error 0x80070570. (0x80070570) I tried all the health checks for RAM, Drive, and security. Nothing was causing the issues because of those. Please help if possible! Thanks. (Im also on Windows 11 if this helps at all.)

Windows for home | Windows 11 | Apps

Answer accepted by question author
  1. Lychee-Ng 17,125 Reputation points Microsoft External Staff Moderator
    2026-03-16T10:28:16.6266667+00:00

    Hi Cameron Bowers,

    I’m sorry to hear that you’re facing troubles downloading the Elgato application. The error 0x80070570 usually means the file or directory is corrupted, likely a Windows app deployment failure. Here’s what you can try:

    1 - If you’re trying to download it from the Microsoft Store

    • Go to the official Elgato’s website instead
    • Choose the product > Download its installer
    • Right‑click the .exe > Run as administrator.

    2 - Reset Windows App Installer & Store components

    • Press Win + R > type wsreset.exe > press Enter
    • Reboot PC after it completes > try the download again.

    3 - Check Windows system image integrity

    • Open Command Prompt / PowerShell as Administrator
      • Run: DISM /Online /Cleanup-Image /RestoreHealth
      • Run: sfc /scannow
    • After they complete, restart and retry the install.

    4 - Reinstallation repair (keeping files and apps)

    Disclaimer: Both Windows reinstallation and in-place upgrade will refresh your Windows files and operating system without removing files or applications. That being said, we always recommend that if you have important data, you should back it up first before making large system changes.

    If the issue persists, please let me know whether you’re downloading via Microsoft Store or Elgato’s site, and which Elgato product it is?


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-14T18:11:31.96+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Error 0x80070570 during MSIX/APPX-style app installation typically indicates corrupted or unreadable installation files or underlying Windows component issues.

    Try the following steps in order:

    1. Verify the installer source
    • Re-download the Elgato installer from its official source.
    • If installing via Microsoft Store or an .appinstaller/MSIX package from the web, ensure the server is correctly serving files (correct MIME type and Content-Length header). Incorrect HTTP headers can cause MSIX install failures and errors similar to other App Installer issues.
    • If possible, download the app package file locally and install from disk rather than directly from a URL.
    1. Test installation via PowerShell (for MSIX/APPX) If Elgato provides an MSIX/APPX or .appinstaller file:
    2. Download the app package file to a local folder.
    3. Open PowerShell as Administrator.
    4. Run:
      • Add-AppxPackage <path-to-app-package>
      • Or, if using an .appinstaller file: Add-AppxPackage -Appinstaller <path-to-appinstaller>

    If this fails, it confirms a deployment/App Installer issue rather than just the Elgato UI.

    1. Check App Installer logs
    • Open Event ViewerApplication and Services LogsMicrosoftWindowsAppxDeployment-Server and review recent errors for more detail on why the package fails.
    • Additional diagnostic logs are in:
      • %LocalAppData%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
    1. Repair Windows component corruption Error 0x80070570 can be caused by damaged system files used by the deployment stack.

    Run DISM to repair the Windows image:

    1. Open Command Prompt as Administrator.
    2. Run:
      • DISM.exe /Online /Cleanup-image /Restorehealth
    3. Let it complete, then reboot.

    If there are still issues, also run a disk check to repair drive errors:

    1. Open Command Prompt as Administrator.
    2. Run:
      • chkdsk /f C:
    3. Approve running at next restart, then reboot so it can scan and repair.
    4. Try a clean boot and reinstall
    • Perform a clean boot of Windows to minimize interference from third-party software, then attempt the Elgato install again. (See “How to perform a clean boot in Windows” in the referenced article.)
    1. If system corruption persists If multiple app installs fail or Windows Update is also problematic, an in-place repair of Windows 11 using the ISO (keeping files and apps) may be required, as used in similar cases of corrupted update/installation components.

    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.