4.7.3
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
- Locating the ThinApp Sandbox
- Controlling the Sandbox Location
- Sandbox Structure
- Creating ThinApp Snapshots and Projects from the Command Line
- Index
Configuring Versions 14
ThinApp parameters provide information about the versions of application executable files and ThinApp
packages.
This chapter includes the following topics:
n
“CapturedUsingVersion Parameter,” on page 53
n
“StripVersionInfo Parameter,” on page 53
n
“Version.XXXX Parameter,” on page 54
CapturedUsingVersion Parameter
The CapturedUsingVersion parameter displays the version of ThinApp for the capture process and determines
the file system macros that ThinApp must expand.
Do not modify or delete this parameter from the Package.ini file. ThinApp uses this parameter for backward
compatibility and technical support.
Example: Displaying the ThinApp Version Number With Which an Application
Was Captured
The CapturedUsingVersion parameter might display ThinApp version 4.0.0-2200.
[BuildOptions]
CapturedUsingVersion=4.0.0-2200
StripVersionInfo Parameter
The StripVersionInfo parameter determines whether to remove all version information from the source
executable file when ThinApp builds the application.
The source executable file is the file listed in the Source parameter. The version information for executable files
appears in Windows properties. Properties information includes the copyright, trademark, and version
number. The StripVersionInfo parameter can remove the Version tab of Windows properties.
ThinApp sets an initial value of the StripVersionInfo parameter that copies all version information from the
source executable file.
VMware, Inc.
53










