An issue I’ve been dealing with lately is we have some in-house applications baked into an AppV package. We are encountering some issues with them and they require updating almost on a daily basis. Since you can’t update/copy .exe’s via a preconfig script or by breaking into the environment (CoW restrictions) they need to be baked into the environment.
One of the new features of AppV 5 vs. 4.6 is that it can mount the files as actual files in the filesystem as opposed to a single binary. This exposure of the AppV 5 packages allows for manipulation of the files *after* they are deployed, but you need to make some modifications to the mounted files.
1) Navigate to the folder you want to change, right click on it and take ownership of it. Make sure you replace permissions on all items within the folder.


