microsoft / win32-app-isolation

Tools and documentation for Win32 app isolation
MIT License
1.26k stars 33 forks source link

[Docs]: Clarify runtime and development targets for Win32 App Isolation #29

Closed riverar closed 1 year ago

riverar commented 1 year ago

Links

No response

Description

It should be made clear which versions and SKUs of Windows support Win32 App Isolation (e.g., retail 22621, beta X, dev Y, canary Z) and which capabilities are supported where. Also consider which targets are needed for development (the tooling in this repository) if it doesn't match the first list.

ddsilva-msft commented 1 year ago

Hey @riverar we have the versions covered in the windows-release-notes.md file, but we'll clarify the supported SKUs too. We'll look into the supported OS versions for the tools as well.

riverar commented 1 year ago

Is that checked into this repository somewhere?

riverar commented 1 year ago

I saw https://github.com/microsoft/win32-app-isolation/blob/main/relnotes/windows-release-notes.md but it doesn't seem accurate or complete. Win32 App Isolation is documented as shipping in 22621 right? But the documentation only indicates it's available via Canary builds of Windows.

ddsilva-msft commented 1 year ago

The Public Preview called out in the blog is only available through Windows Insiders via the Canary channel. The release notes are accurate about the supported builds.

riverar commented 1 year ago

Got it, thanks!

tiangao-ms commented 1 year ago

Close as clarified.