Forum Discussion
michalkala123
Mar 13, 2019Copper Contributor
Replace EXE/MSI app with MSIX
Hi, very excited about MSIX, I am doing some initial testing and packaging and I wonder...since MSIX stores user data into it's own private appdata, can I somehow deploy MSIX to machine that has the ...
Tim Mangan
Mar 26, 2019MVP
michalkala123 The ability to have settings and data changes made by the application redirected to somewhere outside of the user's AppData/Local folder is critical for several scenarios, including non-persistent VDI, semi-persistent RDS, hot-desking, and even physical device refresh.
As Bogdan indicated, his companies approach might do what you want in the package today. You can also probably handle it today using an external product like UEV, or other "User Environment Management" products that have their own form of redirection.
But (hopefully) help is also on the way for solving this within the package via the PSF. I proposed a change last fall to allow the PSF to direct the location of redirected settings and data.
I started with a couple of other simpler PSF projects that were recently included in the PSF (and another free "helper" project called PsfTooling that is independently released by me in the Store). Now that those are done, I have begun working on the redirection location changes, and have working code for PSF and PsfTooling. It needs a bit more work on edge cases before submission, but hopefully will get submitted into the PSF sometime before too long.