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
Disabled Parameter
The Disabled parameter determines whether the application build target is only a placeholder, in which case
it prevents ThinApp from generating the executable file in the /bindirectory.
ThinApp enables entry points when the application installer has shortcuts on the desktop and in the Start
menu. When you do not select an entry point that appears in the Setup Capture wizard, ThinApp sets an
initial value of the Disabled parameter that prevents the generation of that application executable file during
the build process.
Example: Modifying Disabled parameter to generate entry points
If you do not select the cmd.exe, regedit.exe, or iexplore.exe troubleshooting entry points during the
capture process, and you subsequently need to debug the environment, you can modify the Disabled
parameter to generate these entry points.
[app.exe]
Source=%ProgramFilesDir%\<my_app>\<app>.exe
Disabled=0
ReadOnlyData Parameter
The ReadOnlyData parameter specifies the name of the read-only virtual registry file created during the
application build and designates the primary data container for an application.
NOTE Do not modify this parameter. The Package.ini file displays this parameter in case you want to find
the primary data container.
When the primary data container is less than 200MB, ThinApp stores the container within an entry point
executable file. When the primary data container is more than 200MB, ThinApp stores the container as
a .dat file that cannot serve as an entry point for the application.
Example: Setting a ReadOnlyData Parameter values
ThinApp sets the required value of the ReadOnlyData that specifies Package.ro.tvr as the name of the virtual
registry file.
ReadOnlyData=bin\Package.ro.tvr
Shortcut Parameter
The Shortcutparameter points a shortcut executable file to the primary data container that contains the
virtual file system and virtual registry. You can distinguish a primary data container from other entry points
in the Package.ini file because the primary data container contains the ReadOnlyDataentry and the other
entry points contain the Shortcut entry.
To ensure that the application can start, the shortcut executable file must reside in the directory that stores
the primary data container file. For information about the primary data container, see “ReadOnlyData
Parameter,” on page 58
NOTE Do not modify the value of the Shortcut parameter. ThinApp detects the primary data container
during the capture process.
ThinApp Package.ini Parameters Reference Guide
58 VMware, Inc.










