Chapter 10: Creating Customized Virtual Applications
Creating ThinApp Applications
924
ADS-0950-UG00
AdminStudio 9.5 User Guide
[MainApp.exe]
The
[MainApp.exe]
section specifies the source executable, the name of the file that contains read-only registry
data to be bound, whether to perform logging, and the icon to use for the executable.
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.
Table 10-47 •
[MainApp.exe] Section of package.ini
Option
Description
Source
This option specifies the
.exe
which will be run to launch the ThinApp application.
Source=%ProgramFiles%\Test\MainApp.exe
This option also specifies the icon that will be used, if an icon is not explicitly
specified using the
Icon
option.
ReadOnlyData
This option specifies the name of the file that contains read-only registry data to be
bound. If the read-only registry also has an associated file-data, the file-data file
should be in the same directory with the appended extension
TestMain.exe.ro.thfd
.
ReadOnlyData=bin\MainApp.exe.ro.tvr
Table 10-46 •
[Isolation] Section of package.ini (cont.)
Option
Description
Summary of Contents for ADMINSTUDIO 9.5
Page 1: ...AdminStudio 9 5 User Guide Version 9 5...
Page 50: ...Contents 50 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 52: ...52 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 156: ...156 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 440: ...440 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1090: ...1090 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1426: ...1426 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1686: ...1686 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1794: ...Chapter 24 AdminStudio Public API Reference 1794 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1842: ...Index 1842 ADS 0950 UG00 AdminStudio 9 5 User Guide...