Forum Discussion
Remote desktop services
MSIX is only https://docs.microsoft.com/en-us/windows/msix/supported-platforms on Windows Server 2019 and later as the fully managed deployment stack for Servers.
MSIX app attach is a newer feature for Windows Virtual Desktop and will be supported for Windows Server 2022.
There is an option to leverage https://docs.microsoft.com/en-us/windows/msix/msix-core/msixcore for these down-level OSes. MSIX Core allows the ability deploy an MSIX on earlier OSes, but works more like an MSI.
John Vintzel (https://twitter.com/jvintzel)
PM Lead, MSIX
- JacobeganFeb 28, 2023Copper Contributor
jvintzel did you get a solution for your project? I’m trying to figure out how to use MSIX/ app attach on a server 2022 RDS host but not able to find any documentation.
- Aniket_BanerjeeMar 09, 2023Former Employee
Jacobegan
Did you try https://learn.microsoft.com/en-us/windows/msix/msix-core/msixcore? Also, did you mean Win Server 2012 instead of 2022?- JacobeganMar 09, 2023Copper Contributor
Aniket_Banerjee 2022, I was able to figure it out using scripts to attach, register, etc.