-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Ability to declare the ComServer extension without the runFullTrust rescap #42
Comments
After declaring |
Added, thanks! |
Hi, @ahmed605. Thank you for your feedback. I appreciate your concerns regarding the runFullTrust capability, and I'd like to provide further clarification on the points you raised:
We do understand your concerns and the confusion caused by this capability so we are looking into it to determine its feasibility. We will keep you posted. Thanks again for the constructive feedback, we strongly appreciate it. |
Summary
Add the ability to declare the
ComServer
extension withoutrunFullTrust
rescapPitch
Currently it's required to declare the
runFullTrust
rescap in order to use theComServer
extension, it would be great if MSIX allowed creating global containerized (AC and/or AppSilo) COM servers that do not require therunFullTrust
rescap, this will unlock many things like the ability to create 3rd party Windows Widgets without having that rescapThere are multiple reasons why an app dev wouldn't want to declare the
runFullTrust
rescap, examples include:runFullTrust
, any prompt about privileges won‘t show, and it‘s permitted by default, despite the app being UWP, partial trust app or running in AppSilo. (thanks @AndromedaMelody)runFullTrust
without declaringMicrosoft.deployFullTrustOnHost_8wekyb3d8bbwe
SCC. So this feature also will help UWP developers. (thanks @AndromedaMelody)The text was updated successfully, but these errors were encountered: