Forum Discussion
Shashank450
Jun 09, 2020Copper Contributor
MSIX AppAttach vs App-v Streaming?
Does MSIX AppAttach offers similar features like App-v streaming? What is it all about w.r.t streaming?
Tanaka_Jimha
Jun 15, 2020Former Employee
Hi Shashank450,
Whereas in App-V streaming the entire preconfigured block size is downloaded at a time, for MSIX app attach, the bits required for a package are accessed as needed e.g. when the application is initially staged and registered (made available to a user) in MSIX app attach, just the AppxManifest.xml required to do the registration for a user is used, however in App-V the entire first block would be streamed regardless of whether it is used or not.
Have a look at this talk for more info - https://youtu.be/WeiUUp1nFuQ?t=212
Cheers,
Tanaka