You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability for the app to declare specific folders that the developer want to be virtualized.
Pitch
From Win10 Version1903, MSIX Virtualization only work when the folder is located in %LocalAppData% and %AppData%. However, %ProgramData%, %UserProfile%\AppData\LocalLow, %UserProfile%.$(customFolder) also often are used to store data files. Some source code may be difficult to workaround for AppX/MSIX Package.
Scope="User" specifies files and folders are written to a private per-user, per-app location;
Scope="Machine" specifies files and folders are written to a private shared-user, per-app location;
AddedItems/DeletedItems/ModifiedItems="Redirect" specifies the operation(create, delete or modify) are copied on write to a private per-app location;
AddedItems/DeletedItems/ModifiedItems="Keep" specifies the operation(create, delete or modify) are performed directly without virtualization.
For example:
Hi, @AndromedaMelody. Thank you for sharing your feedback with us. We would like to understand more about your specific use cases and why you believe this feature is essential. Could you please provide us with some detailed scenarios in which this feature would be particularly beneficial to you? We would like to understand this to decide on the feasibility of the feature. Thank you so much for your engagement, we really appreciate it.
Summary
Add the ability for the app to declare specific folders that the developer want to be virtualized.
Pitch
From Win10 Version1903, MSIX Virtualization only work when the folder is located in %LocalAppData% and %AppData%. However, %ProgramData%, %UserProfile%\AppData\LocalLow, %UserProfile%.$(customFolder) also often are used to store data files. Some source code may be difficult to workaround for AppX/MSIX Package.
Form Win10 Version21H1, MSIX Container adds the ability for the app to declare specific folders and registry keys that the developer want to be unvirtualized. But MSIX doesn't support to declare specific folders that the developer want to be virtualized.
Expect:
Basic:
Advance:
Scope="User" specifies files and folders are written to a private per-user, per-app location;
Scope="Machine" specifies files and folders are written to a private shared-user, per-app location;
AddedItems/DeletedItems/ModifiedItems="Redirect" specifies the operation(create, delete or modify) are copied on write to a private per-app location;
AddedItems/DeletedItems/ModifiedItems="Keep" specifies the operation(create, delete or modify) are performed directly without virtualization.
For example:
The text was updated successfully, but these errors were encountered: