Windows 10: How to deploy package over powershell error

Discus and support How to deploy package over powershell error in Windows 10 Software and Apps to solve the problem; Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. Deployment Register operation with... Discussion in 'Windows 10 Software and Apps' started by DAFRAYAL, May 7, 2022.

  1. DAFRAYAL Win User

    How to deploy package over powershell error


    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. Deployment Register operation with target volume C: on Package NdemicCreationsLTD.109457519C4DB_2016.212.1837.1767_neutral_~_vzygdntm2jc30 from: AppxBundleManifest.xml failed with error 0x80070057. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. NOTE: For additional information, look for [ActivityId] 88bd24a5-620b-0003-62fd-c0880b62d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID 88bd24a5-620b-0003-62fd-c0

    :)
     
    DAFRAYAL, May 7, 2022
    #1
  2. Brink Win User

    PowerShell v7.1.1 now released

    Source: https://github.com/PowerShell/PowerS...ses/tag/v7.1.1


    How to Install PowerShell 7.1 in Windows 7, Windows 8, and Windows 10
     
    Brink, May 7, 2022
    #2
  3. Kursah Win User
    PowerShell instead of Commandline in Creators Update

    Interestingly enough my personal laptop just got the update...and still has Command Prompt listed, not PowerShell...

    Edit: Not that it matters...I use both regularly. *Toast :toast:
     
    Kursah, May 7, 2022
    #3
  4. Eric Ber Win User

    How to deploy package over powershell error

    Retrieve and Install Sticky Notes via PowerShell

    Hi Matty,

    Reinstalling an application via PowerShell needs an administrator access to continue. If you have administrator access, you can follow the steps below to install Sticky Notes using PowerShell:

    • Open PowerShell with admin rights. To do so, type Windows
      PowerShell in the search box to see PowerShell in results, right-click on PowerShell, and then click
      Run as administrator option.
    • In the PowerShell prompt, type the following command and press the Enter key:

      Get-Appxpackage –Allusers

      Scroll down and locate the entry of the app that you want to reinstall and copy the package name. Since you are looking for the Sticky Notes app, locate the Sticky Notes entry, and then copy the package name of Sticky Notes.
    • Now, you will need to execute the following command to add the app:

      Add-AppxPackage -register "C:\Program Files\WindowsApps\PackageFullName\appxmanifest.xml" -DisableDevelopmentMode

      Replace PackageFullName term in the above command with the copied PackageFullName information from step 2.

    If you do not have an administrator access to your computer, we suggest that you contact your IT admin to be able to install Sticky Notes via PowerShell.

    Should you need further assistance, don't hesitate to get back to us.
     
    Eric Ber, May 7, 2022
    #4
Thema:

How to deploy package over powershell error

Loading...
  1. How to deploy package over powershell error - Similar Threads - deploy package powershell

  2. How to Deploy default printer all over the organization in Intune

    in Windows 10 Gaming
    How to Deploy default printer all over the organization in Intune: Hi, I'm trying to deploy printers for users in organization with Intune. Is it even possible to set the printers for users without doing it manually in settings? I've been using this source: Learn how to configure and publish Microsoft Universal Print for Windows 365 cloud...
  3. Add-AppxPackage : Deployment failed with HRESULT: 0x80073D01, The package deployment...

    in Microsoft Windows 10 Store
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D01, The package deployment...: Add-AppxPackage : Deployment failed with HRESULT: 0x80073D01, The package deployment operation is blocked by policy. https://answers.microsoft.com/en-us/windows/forum/all/add-appxpackage-deployment-failed-with-hresult/677947a3-4cf6-4bd6-837e-41dead58a10d
  4. Add-AppxPackage : Deployment failed with HRESULT: 0x80073D01, The package deployment...

    in Windows 10 Gaming
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D01, The package deployment...: Add-AppxPackage : Deployment failed with HRESULT: 0x80073D01, The package deployment operation is blocked by policy. https://answers.microsoft.com/en-us/windows/forum/all/add-appxpackage-deployment-failed-with-hresult/677947a3-4cf6-4bd6-837e-41dead58a10d
  5. Add-AppxPackage : Deployment failed with HRESULT: 0x80073D01, The package deployment...

    in Windows 10 Software and Apps
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D01, The package deployment...: Add-AppxPackage : Deployment failed with HRESULT: 0x80073D01, The package deployment operation is blocked by policy. https://answers.microsoft.com/en-us/windows/forum/all/add-appxpackage-deployment-failed-with-hresult/677947a3-4cf6-4bd6-837e-41dead58a10d
  6. Windows 11 deployment over LAN

    in Windows 10 Gaming
    Windows 11 deployment over LAN: We've been working on a deployment system exclusively for Win11 that cannot run on our main network. We are attempting to use a LAN network with the following connected through a switch. The LAN has the following:Server with Windows Server 2016Client computerOver the last few...
  7. Windows 11 deployment over LAN

    in Windows 10 Software and Apps
    Windows 11 deployment over LAN: We've been working on a deployment system exclusively for Win11 that cannot run on our main network. We are attempting to use a LAN network with the following connected through a switch. The LAN has the following:Server with Windows Server 2016Client computerOver the last few...
  8. How to deploy package over powershell error

    in Windows 10 Gaming
    How to deploy package over powershell error: Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. Deployment Register operation with target volume C: on Package NdemicCreationsLTD.109457519C4DB_2016.212.1837.1767_neutral_~_vzygdntm2jc30 from:...
  9. Trying to install NuGet package using Powershell and getting this error

    in Windows 10 Drivers and Hardware
    Trying to install NuGet package using Powershell and getting this error: Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -ForceWARNING: Unable to download from URI 'https://onegetcdn.azureedge.net/providers/Microsoft.PackageManagement.NuGetProvider-2.8.5.208.dll' to ''.Install-PackageProvider : Failed to bootstrap provider...
  10. Packaging 1809 for deployment

    in Windows 10 Installation and Upgrade
    Packaging 1809 for deployment: So we have been struggling to get 1809 pushed out to all machines and I fear same issue will happen with 1903. Windows updates does not auto install this on domain joined computers and our automated systems dont play well with the feature updates. Im wondering what other...