locked
Error while deploying package using powershell RRS feed

  • Question

  • Hi,

    While I am trying to deploy my apps package on test machine using powershell, I get following error:

    Deployment failed with HRESULT: 0x80073CF9

    Windows cannot install package xxxxxxxxx because package Microsoft.VCLibs.120.00 was

    provided but not used. This could be because package xxxxxxxxxxxxxx does not depend on

    Microsoft.VCLibs.120.00. Only the packages that package xxxxxxxxxxxxx depends on can be

    installed.

    Can you please help me in resolving this error?

    Regards,

    Shashikant

    Thursday, March 27, 2014 8:41 AM

All replies

  • You'll need to provide more information about your package if you need help beyond what it says in the error message.

    Start with what type of app this is (C#? C++? etc.) and how you are referencing Microsoft.VCLibs. Do you have any native DLLs (e.g. SQLite)? etc.

    --Rob

    Thursday, April 3, 2014 7:55 PM
    Moderator
  • Did you uninstall the debug version of your app? It cant install if the debugged version is still installed.
    Sunday, April 6, 2014 6:26 PM
  • Hi

    I get same problem. How to fix it ?

    Monday, June 1, 2015 4:13 PM