oliAH wrote:
Setting the isolation mode for directories and registry to "merged" will only authorize the program to write to the native computer.
I think you are wrong here.
Full completely isolates the virtual application from the host.
Writecopy enables the virtual application to READ from the host, but not write. Changes are written to the sandbox
Merged enables both read and write from/to the host.
With both Writecopy and Merged, the "native" registry should be visible, I don't understand why they are not.
Furthermore, I already have the following lines in my configuration:
VirtualizeExternalOutOfProcessCOM=0
ChildProcessEnvironmentExceptions=EXCEL.EXE,WINWORD.EXE,OUTLOOK.EXE,POWERPNT.EXE
OptionalAppLinks=\\SERVER\SHARE\AddIns\*\*.dat
LoadDotNetFromSystem=Win7
Those are the only customizations done.
Thanks for the suggestion,
Marc