Forum Discussion

Amit Kumar's avatar
Amit Kumar
Copper Contributor
Jan 22, 2021

Deployment Add operation with target volume C: on Package

HI All,

 

I signed one msix package and when i tried to double click and install i am getting this error -

 

AppX Deployment operation failed for package <Package name> with error 0x800B010C. The specific error text for this failure is: Deployment Add operation with target volume C: on Package <package name> from: (<package name>) failed with error 0x800B010C. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues.

 

Deployment Add operation with target volume C: on Package <package name> from: (package name) failed with error 0x800B010C. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues.

 

Is anyone seen this error before and what could have caused this ? i am trying to install on Win 10 1809.

jvintzel can you advise plz ?

6 Replies

  • Hi Amit Kumar,

     

    Looking at the error message you have shared, it appears to be in-relation to the certificate used to sign your Windows App (*.msix). The certificate may not be trusted by the device, the certificate may have expired, or it and/or its parent certificate have been revoked (see the Certificate Revocation List).

     

    Please check the status of your code signing certificate used to sign the Windows App.

     

    Thank you,

    Roy MacLachlan

    • joostreedijkcom's avatar
      joostreedijkcom
      Copper Contributor

      Roy_MacLachlan 

       

      I am having the same issue here. Bought the HEVC codec from MS and boom:

       

      App installation failed with error message: Deployment Add operation with target volume C: on Package Microsoft.HEVCVideoExtensions_1.0.50362.0_x86__8wekyb3d8bbwe from: (Microsoft.HEVCVideoExtensions_1.0.50362.appx) failed with error 0x80073CF3. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. (0x80073cf3)

       

      Please incorporate this codec in windows?

      • rethishanna's avatar
        rethishanna
        Copper Contributor

        joostreedijkcom I also got the same error. 

         

        Initially we had our app build on xamarin with appxbundle extension. then we build same app in MAUI now the extension is .msix. Both uses the same name and certifcate. when i try to update xamarin version app with MAUI. I also got the same error .0x80073CF3. 

         

         

        App installation failed with error message: Deployment Add operation with target volume C: on Package **********    from:  (******.msix)  failed with error 0x80073CF3. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. (0x80073cf3)

         

         

         

         

        Please share if any one have any solutions.

Resources