Share via

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

Kridakriations 0 Reputation points
Apr 11, 2023, 10:39 AM

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: Oldest
  1. Roy Li - MSFT 34,101 Reputation points Microsoft External Staff
    Apr 12, 2023, 5:48 AM

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.