Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9186633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:34:38+00:00 2026-06-17T19:34:38+00:00

I keep hitting this problem when I try to debug my Windows 8 apps

  • 0

I keep hitting this problem when I try to debug my Windows 8 apps and there is a copy already installed on another user account:

DEP0700 : Registration of the app failed. Another user has already installed a packaged version of this app. An unpackaged version cannot replace this. The conflicting package is {{{PackageName}}} and it was published by CN={{{Certificate Stuff}}}. (0x80073cf9)

Sometimes I can just log in or ask someone else to log in to the machine and uninstall the app. Alternatively I can change the application name/id, but one is not always possible and the other is risky (I don’t want to check in the changed application id to source control).

There must be some way to uninstall it. Maybe a PowerShell script?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:34:40+00:00Added an answer on June 17, 2026 at 7:34 pm

    My process above still works, but it simply gets around a race condition issue, where Windows Update (yes, oddly enough) is in charge of wiping out “staged packages.”

    According to Microsoft, the “other fix” – and I still consider this issue to be a bug – is:

    Cause of the problem:

    Windows Update (WU) downloads newer versions of packages you have and
    “stages” them as Local System, so that when you go to the store to
    update the apps, the update process is as quick as possible. WU will
    eventually clean up the staged packages that were never installed.

    What are some consequences of having “Staged” packages?

    1. Staged packages prevent you from installing that particular package in development mode

    2. Staged packages eat up some disk space, but due to hardlinking, the effect of this is mitigated. If a file is identical between multiple
      versions of a package, appx deployment hardlinks the files instead of
      maintaining two separate copies of the same file.

    How do I find the “Staged” packages?

    1. In an administrator powershell prompt, the command:

      get-appxpackage -all

    will display all packages on the machine. For a staged package, the
    PackageUserInformation will show {S-1-5-18 [Unknown user]: Staged}
    2. Using powershell filtering, to get the list of all staged packagefullnames, you could do:

    get-appxpackage -all |% {if ($_.packageuserinformation.installstate -eq "Staged"){$_.packagefullname}}
    

    How do I get rid of the “Staged” packages?

    1. Download psexec from sysinternals tools, written by Mark Russinovich

    2. To get rid of all of them, run in a regular admin/elevated command prompt (not powershell):

    psexec -s powershell -c "get-appxpackage | remove-appxpackage"

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Glade-3 for my GUI design, but I keep hitting this problem. I
I keep hitting an error when trying to use django-debug-toolbar and django-cms together. MpttMeta
Noob question here. I'm following this example/tutorial to try and isolate a problem I
Migrating a project from ASP.NET 1.1 to ASP.NET 2.0 and I keep hitting this
Been investigating for a while now and keep hitting a brick wall. I am
I've been trying to create a dynamically named JSON property but I keep hitting
(Keep in mind this is on OSX Snow Leopard) I don't know how to
Keep getting this error after inserting a subdatasheet into a query and trying to
Keep going around circles, but I am still unclear about this. Have a feeling
I keep getting this error ever so often when I launch the debugger to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.