5.1

Table Of Contents
Chapter 2 Capturing Applications
VMware, Inc. 33
InstallerTimeout
Specify how long ThinApp Converter should wait for an application installer to finish before it quits.
By default, the value is 7200 seconds.
AppSettings:AppName
This optional section provides parameters that you can use to add settings that are specific to an application.
AppName is the actual name of the subdirectory that contains the application installer. These parameters can
be added to each AppSettings section. In most circumstances, you will not need to configure this section.
InstallationCommand
Specify how ThinApp Converter should start the application installer. If there is no value, ThinApp Converter
attempts to select one installation command using the logic described in “ThinApp Converter Logic for
Detecting the Application Installation Processes” on page 31.
PackageIniOverrideFile
The Package.ini override file that is applied to a single application installer. When this parameter has a value,
the global override file is processed first, followed by this application-specific override file.
The file path is relative to the application installer subdirectory. Using the example at the bottom of this section,
if you specify PackageIniOverrideFile=override.ini, ThinApp Converter will try to find the file under
\\AppInstallerServer\AppInstaller\Adobe. You can provide a more explicit value by using predefined
variables. For more information, see “Predefined Environment Variables” on page 33.
ProjectPostProcessingCommand
Specify the project post processing command for the specific application.
When this parameter has a value, the global override file is processed first, followed by this
application-specific post processing command.
Example
Following is an example of how to apply an application-specific override during post processing.
[AppSettings:Adobe]
InstallationCommand=AdbeRdr920_en_US.exe /sAll
PackageIniOverrideFile=override.ini
[AppSettings:TextPad]
InstallationCommand=silent_install.bat
ProjectPostProcessingCommand=%AppInstallerDir%\addscript.bat
Predefined Environment Variables
The values for PackageIniOverrideFile (global and per application), ProjectPostProcessingCommand
(global and per application), and InstallationCommand can contain environment variables. ThinApp
Converter expands the value before using it.
ThinApp Converter adds these variables as predefined environment variables:
%AppInstallersRootDir% - The UNC path of the application installers that is specified in
InputUncPath in the [Settings] section.
%AppInstallerDir% - The subdirectory under %AppInstallersRootDir% for the relevant application.
%ThinAppProjectsRootDir% - The UNC path for the generated ThinApp projects that is specified in
OutputUncPath in the [Settings] section.
%ThinAppProjectDir% - The subdirectory under %ThinAppProjectsRootDir% for the relevant
application.