[Isolation]

AdminStudio 2021 | 21.0 | ThinApp Assistant

The [Isolation] options specify the isolation options to use for folders and registry keys when building the ThinApp application.

[Isolation] Section of package.ini

Option

Description

DirectoryIsolationMode

This option specifies the default isolation options to use for folders when building this project.

DirectoryIsolationMode=WriteCopy|Merged

This option has the following possible values:

WriteCopy—System elements are visible, modifications to both virtual and system elements are made in the sandbox, new elements are created in the sandbox, and if a system element and a virtual element are at the same location, the application sees the virtual element.
Merged—System elements are visible, modifications to virtual elements are made in the sandbox, modifications to system elements are made on the system, new elements are created on the system, and if a system element and a virtual element are at the same location, the application sees the virtual element.

RegistryIsolationMode

This option specifies the default isolation options to use for registry keys when building this project.

RegistryIsolationMode=WriteCopy|Merged

This option has the following possible values:

WriteCopy—System elements are visible, modifications to both virtual and system elements are made in the sandbox, new elements are created in the sandbox, and if a system element and a virtual element are at the same location, the application sees the virtual element.
Merged—System elements are visible, modifications to virtual elements are made in the sandbox, modifications to system elements are made on the system, new elements are created on the system, and if a system element and a virtual element are at the same location, the application sees the virtual element.