If you are using to manage your client devices fleet, you already know that you can package and deploy custom Windows applications (aka Win32 apps).
When deploying this type of application, you have to define the supported Windows architecture (x86 or x64) and version.
Well, good news as there has been few changes to configure this requirements:
- You can now define the ARM64 architecture. While apps with x64 architecture set as requirement were deploying on ARM devices, now you can limit deployment to x64 or ARM64 only
- The UI to set the required architecture has been revamped, allowing to either choose at once all supported architecture or specific one(s)
If you already had Win32 applications requiring the x64 architecture, they have been automatically update to include the new ARM64 support.