-
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
[Docs]: Win11(Build22621) has supported AppSilo #38
Comments
I think this may be a good way to solve #15 created by @JasonWei512 . We really hope AppSilo better, and older system can use it or have a perfect workaround. |
Hey @AndromedaMelody we require 10.0.25229.0 as the minimum build for AppSilos. We're still looking into solutions for older version of windows, but using previewsecurity:TrustLevel="appSilo" can lead to system instability during updates so we strongly recommend not using it. If the DPI scaling issue exists on 10.0.25229.0 min build packages, can you file another issue for that? |
Thanks for your reply. Look forward to the solutions and a detailed document.
OK, I have submitted a new issue. |
@AndromedaMelody can you link how you used
|
Links
win32-app-isolation/docs/packaging/msix-packaging-tool.md
Line 72 in 3e53df6
Description
There is a error in the document. I tried to use AppSilo in Win11 (Build22621), I find 22621 has supported AppSilo.
TrustLevel="appSilo"
can work in 22621, I perfer useTrustLevel="appSilo"
instead ofRuntimeBehavior="appSilo"
.I think the document should introduce more detailed. For example: tell developers that
previewsecurity:TrustLevel="appSilo"
andpreviewsecurity2:RuntimeBehavior="appSilo"
?Test
Windows Version: 10.0.22631.1830
SDK Version: 10.0.22621.755
Application: NanaZip Nightly
Simple Manifest 1:
NanaZip get the list of folder/file in volume root successfully. But
isolatedWin32-promptForAccess
can't work completely, NanaZip can't get access the file in volume root.Simple Manifest 2:
NanaZip get the list of folder/file in volume root successfully and access the file in volume root successfully.
Test Open File Dialog (not WinRT File Picker):
Open File Dialog works property, but it doesn't support DPI Scaling (PerMonitorV2).
The text was updated successfully, but these errors were encountered: