5.1
Table Of Contents
- ThinApp Package.ini Parameters Reference Guide
- Contents
- About This Guide
- Configuring Package Parameters
- Package.ini File Structure
- Package.ini or ##Attributes.ini Files That Override Package.ini Settings
- Configuring the ThinApp Runtime
- Configuring Isolation
- Configuring File and Protocol Associations
- Configuring Build Output
- Configuring Permissions
- Configuring Objects and DLL Files
- ExternalCOMObjects Parameter
- ExternalDLLs Parameter
- ForcedVirtualLoadPaths Parameter
- IsolatedMemoryObjects Parameter
- IsolatedSynchronizationObjects Parameter
- NotificationDLLs Parameter
- NotificationDLLSignature Parameter
- ObjectTypes Parameter
- SandboxCOMObjects Parameter
- VirtualizeExternalOutOfProcessCOM Parameter
- Configuring File Storage
- Configuring Processes and Services
- Configuring Sizes
- Configuring Logging
- Configuring Versions
- Configuring Locales
- Configuring Individual Applications
- Configuring Dependent Applications Using the Application Utility
- Configuring Application Updates with the Application Sync Utility
- Configuring MSI Files
- Configuring Sandbox Storage and Inventory Names
- Other Configuration Parameters
- DisableCutPaste Parameter
- LoadDotNetFromSystem Parameter
- PermittedComputers Parameter
- Services Parameter
- StatusbarDisplayName Parameter
- DisableTransactionRegistry Parameter
- PreventDLLInjection
- ProcessExternalNameBehavior Parameter
- PreventDllInjectionExceptions Parameter
- LargeAddressAware Parameter
- PermittedComputers Parameter
- PermittedComputersAccessDeniedMsg Parameter
- PermittedComputersOfflineAccess Parameter
- IgnoreDDEMessages Parameter
- Locating the ThinApp Sandbox
- Controlling the Sandbox Location
- Sandbox Structure
- Creating ThinApp Snapshots and Projects from the Command Line
- Index
Package.ini File Structure 3
The structure of the Package.ini file includes sections that apply to all applications or individual
applications.
Most parameters must appear under a specific section heading. The Package.ini file contains the following
headings:
[BuildOptions]
The [BuildOptions] section of the Package.ini file applies to all applications.
Individual applications inherit these parameters unless application-specific
entries override the settings. For example, the [Adobe Reader 8.exe] section
of the Package.ini file for an Adobe Reader application might have settings
that override the larger [BuildOptions] parameters. The application-specific
parameters show the application entry points that you create during the
build process.
[<application>.exe]
[FileList]
The [FileList] parameters act as [BuildOptions] parameters. They are
grouped separately from other [BuildOptions] parameters for backward
compatibility reasons. You can add the [FileList] heading manually to the
file when you add the ExcludePattern parameter.
[Compression]
The [Compression] parameters act as [BuildOptions] parameters. They are
grouped separately from other [BuildOptions] parameters for backward
compatibility reasons.
[Isolation]
The [Isolation] parameters act as [BuildOptions] parameters, They are
grouped separately from other [BuildOptions] parameters for backward
compatibility reasons.
VMware, Inc. 11










