5.1

Table Of Contents
ThinApp User’s Guide
32 VMware, Inc.
PackageIniOverrideFile
Specify the file path to the global Package.ini override file.
This optional parameter enables you to specify a global override file for Package.ini that is generated for
each ThinApp project. The values in the override file are merged into Package.ini in the ThinApp project
that is generated for each application.
Global overrides are useful when you have a global policy setting, for example, PermittedGroup in
Package.ini.
A Package.ini override file is formatted like a standard Windows INI file. You can add INI parameters and
values that are relevant to the Package.ini file.
The path is relative to the application installers network share. Using the example for specifying the network
shares for the application installers and ThinApp projects, if you specify
PackageIniOverrideFile=override.ini, ThinApp Converter will try to find the file under
\\AppInstallerServer\AppInstaller. You can provide a more explicit value by using predefined
variables. For more information, see “Predefined Environment Variables” on page 33.
You can specify a Package.ini file for each application. This process is described as part of the
[AppSettings:AppName] section.
ExclusionList
Specify a comma- or semicolon-separated list of application directories that ThinApp will skip when searching
for application installers.
The list is case insensitive.
You can specify wildcards for DOS-style file names. For example, Microsoft*. ? and * are supported.
Example
Following is an example of an exclusion specification using a wildcard.
[Settings]
ExclusionList=App?.old;FireFox1.0
ProjectPostProcessingCommand
Specify the file path to the project post processing command.
The file path is relative to the application installers network share. Using the example for specifying the
network shares for the application installers and ThinApp projects, if you specify
ProjectPostProcessingCommand=addscript.bat, ThinApp Converter will try to find the file under
\\AppInstallerServer\AppInstaller. You can provide a more explicit value by using predefined
variables. For more information, see “Predefined Environment Variables” on page 33.
StopOnError
Specify whether ThinApp Converter should stop converting an application if it encounters an error, or
continue with the other applications. The default value is false.
BuildAfterCapture
Specify whether the ThinApp Converter should build the ThinApp Projects into packages following capture.
The default value is true.
DetectIdle
Specify whether ThinApp Converter should try to detect if an application installer is stalled, for example when
the application is waiting for user input on the guest virtual machine because incorrect silent installation
switches were specified.
The default value is true. ThinApp Converter might not be able to detect all situations in which the installer
is idle.