Share via

microsoft-services-store-engagement is missing

Anonymous
2024-05-10T22:44:56+00:00

hello

i am trying to install minecraft bedrock edition but it keeps failing.

here i have the error :

PackageRegistrationFailedException: Deployment failed: Windows cannot install package Microsoft.MinecraftUWP_1.20.8101.0_x64__8wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.Services.Store.Engagement" .

i am running windows 10 21H2 IoT Enterprise LTSC 32 gb ram

i tried other methods here in the forum but none worked.

i also tried this :Install-Package Microsoft.Services.Store.Engagement but dint work

if someone can help me thank you!

sorry for my bad english

also i tried inserting a image of the problem but it failed to upload so :/

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Munkhu 2,690 Reputation points Independent Advisor
    2024-05-11T13:07:28+00:00

    Could you please confirm if you're attempting to install the game from the Microsoft Store? If that's the case, I recommend following these steps:

    1. Uninstall Minecraft Bedrock edition.
    2. Enable developer mode by navigating to Settings > Update & Security > For Developers > Developer Mode.
    3. Reinstall Minecraft Bedrock edition from the Microsoft Store.
    4. Once installed, click on 'Launch'. If you encounter the issue again despite completing the prerequisites, please proceed by clicking 'OK'.
    5. Attempt to launch the game again by clicking 'Launch' once more.

    If the issue persists, let's proceed with the following steps:

    1. Navigate to https://store.rg-adguard.net/.
    2. In the "PackageFamilyName" field, input the following package names one by one:
      • Microsoft.Services.Store.Engagement_8wekyb3d8bbwe
      • Microsoft.VCLibs.140.00_8wekyb3d8bbwe
    3. Select the appropriate architecture (x64 or x86) based on your PC's version.
    4. To verify your PC's version:
      • Click on the Start button.
      • Go to Settings > System > About.
      • Under Device specifications > System type, identify if you're running a 32-bit or 64-bit version of Windows.
    5. If the download does not initiate:
      • Right-click on the version compatible with your device.
      • Open the link in a new window.
      • Press F5 to refresh the tab and start the download.
    6. Once downloaded, move the packages to the root of the "C" drive.
    7. Install the packages using PowerShell with administrative privileges by executing the following commands separately for each packages:
      • Add-AppxPackage C:"the name of the package"
      • For example: Add-AppxPackage C:\Microsoft.Services.Store.Engagement_10.0.19011.0_x64__8wekyb3d8bbwe.appx

    Please do let me know if the method I suggested works for you or if you need further assistance.

    10+ people found this answer helpful.
    0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Munkhu 2,690 Reputation points Independent Advisor
    2024-05-12T00:59:17+00:00

    Great, I am glad that worked. If you don't have any more questions, feel free to choose a rating and have a great day!

    0 comments No comments
  2. Anonymous
    2024-05-11T21:41:45+00:00

    hello.

    its me again but from another acc bc i was before in an different one. (and forgot witch one :P)

    i have upgraded to 22H2 but still nothing i tried the method and it finally worked!

    Thanks for all the help!

    -TheFirefox

    0 comments No comments
  3. Anonymous
    2024-05-11T09:44:20+00:00

    hello

    thanks for replying

    here is the log of what happens wen i run the code:

    PS C:\Windows\system32> Install-Package Microsoft.Services.Store.Engagement Install-Package : No match was found for the specified search criteria and package name
    'Microsoft.Services.Store.Engagement'. Try Get-PackageSource to see all available registered package sources.
    At line:1 char:1

    • Install-Package Microsoft.Services.Store.Engagement
    •     + CategoryInfo          : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Ex  
         ception  
          + FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
      
      

    .

    0 comments No comments
  4. Munkhu 2,690 Reputation points Independent Advisor
    2024-05-11T02:45:52+00:00

    Thanks for reaching out! I'm an Independent Advisor and a Microsoft user like you.

    Could you kindly provide the log generated from executing the PowerShell command 'Install-Package Microsoft.Services.Store.Engagement' with administrative privileges?

    0 comments No comments