Integrate WSA (Windows Subsystem For Android)

LTSB

Member
Messages
67
Reaction score
8
The problem is WSABuilds releases aren't provided as a single Appx bundle, which NTLite can cleanly integrate as an Update.

MustardChef makes a copy of a WSA base install's folders, before applying other app files on top of the distribution. The install script uses side-loading to register this new distribution in-place, so it's not intended to be serviced by normal means (updated by WU or Store).

The only way I can imagine making this work is to install Windows first, run the WSA install script, and sysprep/capture the live image.

It's possible to extract the .7z contents to an $OEM$ folder on the ISO, but you don't want that since Windows enables the read-only file attribute on files copied to the target drive.
 
Back
Top