RegistryIsolationMode
Previous  Top  Next

RegistryIsolationMode - Controls default isolation mode for registry keys in package

RegistryIsolationMode controls the default isolation mode for the package. This setting will apply to any registry keys that do not have an explicitly specified setting.

Examples

WriteCopy isolation allows the application to read keys from the host PC but not write to it (default) 
[Isolation]  
RegistryIsolationMode=WriteCopy  
 
Merged isolation allows the application to write to any key on the PC, except where the package specifies otherwise 
[Isolation]  
RegistryIsolationMode=Merged