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
Configuring Locales 16
You can use ThinApp parameters to verify locale information.
This chapter includes the following topics:
n
“AnsiCodePage Parameter,” on page 55
n
“LocaleIdentifier Parameter,” on page 55
n
“LocaleName Parameter,” on page 56
AnsiCodePage Parameter
The AnsiCodePage parameter displays a numerical value that represents the language of the operating
system on which you capture the application. ThinApp uses the value to manage multibyte strings.
This parameter does not perform language translation.
Example: Verifying AnsiCodePage parameter
When the operating systems of the deployed and captured computers have different languages, you can
check the AnsiCodePage parameter to know the operating system language of the computer on which you
capture the application.
[BuildOptions]
AnsiCodePage=1252
LocaleIdentifier Parameter
The LocaleIdentifier parameter displays a numeric ID for the locale that affects layout and formatting. The
value locates the correct language resources from the application.
ThinApp runs packages according to the regional and language settings of the capture system rather than
the settings of the system that runs packages. If you capture an application that requires a locale format,
such as a date format, on a system that does not have the required format, you can comment out this
parameter to ensure that the application can run on a system that has the supported format.
Example: Setting a LocaleIdentifier Parameter
When the regional language of the operating system is U.S. English, the capture process sets the
LocaleIdentifier parameter to 1033.
[BuildOptions]
LocaleIdentifier=1033
VMware, Inc.
55










