I created an empty package (no files, no registry keys) to have entry points for the natively installed Office 2010 in order to enable using multiple virtualized plugins using appsync.
I deleted the HKEY*.txt files as all I want is for office to act as if natively installed.
I added:
[Isolation]
DirectoryIsolationMode=Merged
RegistryIsolationMode=Merged
to my package.ini file.
I **assumed** that this would basically run any entry point natively (since there is no customization and I merge everything).
However that is not the case.
Running RegEdit natively and from within the package, I don't see the same thing. Why is that?
Native:
From the package:
As you can see, I don't even have the Components subkey (which is the problem I'm trying to resolve...)