how to remove full trust capability on my MSIX package added by MSIX packaging tool

Kridakriations 0 Reputation points
2023-04-11T10:39:41.19+00:00

Iam using msix packaging tool to convert my exe application to Msix. The msix packaging tool is always making the capabilities as run full trust how to avoid that because I have to write a explanation for asking full trust during submission on store

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Roy Li - MSFT 32,731 Reputation points Microsoft Vendor
    2023-04-12T05:48:00.5766667+00:00

    Hello, Welcome to Microsoft Q&A!

    how to avoid that

    No, there is no way to avoid that. This capability is designed for packages that contains one or more full-trust apps. An app is full trust means its process runs with an integrity level of medium (see Mandatory Integrity Control). Normal desktop apps are full-trusted apps. If you package desktop apps like .exe or .msi into MSIX package, this capability is required. Then system needs this capability so that it could launch the desktop app.

    More information about full-trust capability here: https://learn.microsoft.com/en-us/windows/uwp/packaging/app-capability-declarations#restricted-capability-list. You could search full-trust inside the page and you could see the full-trust capability.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.