Hi I've sequenced several Outlook addins, 5 of them and added them all to one connection group. This is required since I run Outlook 2010 which is locally installed using the RunVirtual registry key. However, several of these addons need exclusions on the
local filesystem, like Appdata\<addonname>. This works when the addin is launched outside of the connection group.
Now when I launch them from the connection group the exclusion is ignored and the data saves to:
%APPDATA%\Microsoft\App-V\<Connection Group GUID>\Appdata\Package Name
So now my excluded data is in the VFS again. So to make a long story short is it possible to add exclusions to the connection group?
Thanks!