Forum Discussion
Deployment Add operation with target volume C: on Package
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?
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.
- pragmarMar 22, 2024Copper Contributor
rethishannathanks for the information... same issue, but the internet was assuring me it was a certificate error. Bundling the installer with makeappx (*.msix > *.msixbundle) thankfully resolved it. It appears msixbundle can upgrade an appxbundle, and msix an appx, but the two categories of installer can't mingle.
- rethishannaMar 25, 2024Copper Contributorpragmar Thanks for the information, we also found the solution issue around 3 months back ...I was updating all the resources with the answers I found...forgot to update here.
Solution was, Convert msix to msixbundle solves the problem.
- Rafal_CzubalaJan 05, 2024Copper Contributor
rethishanna we have the same exact issue. We can work around it by building an installer that backs up the LocalState, then uninstalls XamarinForms app, and installs MAUI app. We are sideloading on Windows only though so this is not going via the MS Store.
Did you find any resolution to error 0x80073CF3?