Windows 10: WPF Published to Microsoft Store - App Update Blocked by Running Windows Service

Discus and support WPF Published to Microsoft Store - App Update Blocked by Running Windows Service in Windows 10 Gaming to solve the problem; I have a WPF application that has been packaged using DesktopBridge into MSIX and submitted to the Microsoft Store. This application has a WPF UI... Discussion in 'Windows 10 Gaming' started by Mark Gong, Apr 2, 2025.

  1. Mark Gong Win User

    WPF Published to Microsoft Store - App Update Blocked by Running Windows Service


    I have a WPF application that has been packaged using DesktopBridge into MSIX and submitted to the Microsoft Store. This application has a WPF UI component, and it also has a windows service component that runs in the background whenever the PC is turned on. The UI component is used for configuring user settings and credentials for the windows service, and the windows service is actually the main component of this app.The problem that I'm running into is that when we publish a newer version to the Microsoft Store, the app fails to update with an error "0x80073D02: The package could not be inst

    :)
     
    Mark Gong, Apr 2, 2025
    #1

  2. Publish WPF App with .Net Core 3.0 on Microsoft Store

    Hi All,

    I am a Windows Application Developer. I want to publish my Application (WPF with .Net Core 3.0) on Microsoft store. I have never done that before so want to know what's the way of doing that. Also how can I regularly update my App on the store.

    Thanks,

    Kashish G.
     
    KashishGoyal, Apr 2, 2025
    #2
  3. Publish a WPF (.NET 8) application to Microsoft Store

    Hello,

    Can I publish a WPF (.NET 8) application to Microsoft Store?

    Or I must use NET Framework?
     
    Ngoc Thanh, Apr 2, 2025
    #3
  4. P4-630 Win User

    WPF Published to Microsoft Store - App Update Blocked by Running Windows Service

    Microsoft is purging a lot of low quality apps from the Windows Store

    "Microsoft is sending emails to some Windows Store developers informing them that their apps have been removed from the Store for violating its quality standards."

    "Neowin reports that app developers have been receiving these emails over the past couple of days:

    In its latest review of the Store, Microsoft is evaluating if the published apps are good enough to be listed in the Windows Store. This includes publicly available apps as well as private beta apps. Additionally, Microsoft is also asking developers to delete any promotional campaigns for their apps to prevent advertising charges. Similarly, app name reservations are also being nullified; which means that if your app is unpublished, there's no guarantee that you'll be able to republish it under the same name.

    Officially, the policies for the Microsoft Store says that apps must have "distinct and informative metadata" and "provide a valuable and quality user experience". There are also some specific standards that must be in the apps, including having a name that is not similar to another app or device, along with offering a description that is accurate about its features and functions.

    There have certainly been many Windows Store users who have complained over the years about the large number of apps published that are clones of other apps or ones that are simply poorly made. Hopefully, this new move by Microsoft will help to curb these issues, at least for now.
    "

    Microsoft is purging a lot of low quality apps from the Windows Store
     
    P4-630, Apr 2, 2025
    #4
Thema:

WPF Published to Microsoft Store - App Update Blocked by Running Windows Service

Loading...
  1. WPF Published to Microsoft Store - App Update Blocked by Running Windows Service - Similar Threads - WPF Published Microsoft

  2. WPF Published to Microsoft Store - App Update Blocked by Running Windows Service

    in Windows 10 Software and Apps
    WPF Published to Microsoft Store - App Update Blocked by Running Windows Service: I have a WPF application that has been packaged using DesktopBridge into MSIX and submitted to the Microsoft Store. This application has a WPF UI component, and it also has a windows service component that runs in the background whenever the PC is turned on. The UI component...
  3. Microsoft Store blocks apps from running

    in Windows 10 Software and Apps
    Microsoft Store blocks apps from running: I recently got a new computer running Windows 11 Pro. I successfully downloaded several external apps from the internet, but when I try to run them the Microsoft Store blocks them with the error message "we couldn't verify and install this because it is not available in the...
  4. Microsoft Store blocks apps from running

    in Windows 10 Gaming
    Microsoft Store blocks apps from running: I recently got a new computer running Windows 11 Pro. I successfully downloaded several external apps from the internet, but when I try to run them the Microsoft Store blocks them with the error message "we couldn't verify and install this because it is not available in the...
  5. Publish a WPF .NET 8 application to Microsoft Store

    in Windows 10 Gaming
    Publish a WPF .NET 8 application to Microsoft Store: Hello,Can I publish a WPF .NET 8 application to Microsoft Store?Or I must use NET Framework? https://answers.microsoft.com/en-us/windows/forum/all/publish-a-wpf-net-8-application-to-microsoft-store/53c39ccd-f0a7-40c3-895b-82faaaf5b195
  6. Publish a WPF .NET 8 application to Microsoft Store

    in Windows 10 Software and Apps
    Publish a WPF .NET 8 application to Microsoft Store: Hello,Can I publish a WPF .NET 8 application to Microsoft Store?Or I must use NET Framework? https://answers.microsoft.com/en-us/windows/forum/all/publish-a-wpf-net-8-application-to-microsoft-store/53c39ccd-f0a7-40c3-895b-82faaaf5b195
  7. Publishing an app with obfuscation on Microsoft Store

    in Windows 10 Gaming
    Publishing an app with obfuscation on Microsoft Store: I would like to know if obfuscation is allowed for .NET applications that need to be published to Microsoft Store.I'd like to protect my source code. From my understanding code virtualization is not allowed, but are simple obfuscation techniques like renaming/control flow...
  8. Publishing an app with obfuscation on Microsoft Store

    in Windows 10 Software and Apps
    Publishing an app with obfuscation on Microsoft Store: I would like to know if obfuscation is allowed for .NET applications that need to be published to Microsoft Store.I'd like to protect my source code. From my understanding code virtualization is not allowed, but are simple obfuscation techniques like renaming/control flow...
  9. Publish WPF App with .Net Core 3.0 on Microsoft Store

    in Microsoft Windows 10 Store
    Publish WPF App with .Net Core 3.0 on Microsoft Store: Hi All, I am a Windows Application Developer. I want to publish my Application WPF with .Net Core 3.0 on Microsoft store. I have never done that before so want to know what's the way of doing that. Also how can I regularly update my App on the store. Thanks, Kashish G....
  10. Publish Windows Service to the Microsoft store

    in Microsoft Windows 10 Store
    Publish Windows Service to the Microsoft store: Hi, I have a Windows Service written in C++ that I would like to publish to the Microsoft Store. How do I go about doing this - do I need to package the service in MSIX format first. My understanding is that MSIX support for Windows Services exists only on Windows 10...