4.0.4

Table Of Contents
ThinApp User’s Guide
80 VMware, Inc.
Configuring Locale Information
ThinAppparametersthatdisplaylocaleinformationdonotrequirechanges.
AnsiCodePage
TheAnsiCodePageparameterusesanumericalvaluetospecifythecountrylocalewhereyoucapturedthe
application.ThinAppusesthevaluetotranslatemultibytestrings.
Examples
ThecaptureprocessgeneratestheAnsiCodePagevalue.
[BuildOptions]
AnsiCodePage=1252
LocaleIdentifier
TheLocaleIdentifierparameterdisplaysanumericIDforthelocale.Thevaluelocatesthecorrectlanguage
resourcesfromtheapplication.
Examples
1033isthelocaleIDforanEnglishlanguageapplication.
[BuildOptions]
LocaleIdentifier=1033
LocaleName
TheLocaleNameparameterdisplaysthenameofthelocalewhenyoucaptureanapplicationon
Microsoft Vista.
Examples
ThinAppcangenerateaJapaneselocalename.
[BuildOptions]
LocaleName=ja-JP
Configuring Individual Applications
Parametersspecifictoentrypointsfallunderthe[<application>.exe]sectionsofthePackage.inifile.
For example,theentriesunder[Adobe Reader 8.exe]foranAdobeReaderapplicationaffectareassuchas
commandlineargumentsandapplicationshortcuts.
CommandLine
TheCommandLineparameterspecifiesthecommandlineargumentsthatstartashortcutexecutablefile.While
theSourceparameterspecifiesthepathtotheshortcutexecutablefile,theCommandLineparameterspecifies
thefilewiththerequiredoptionsorparameters.
Theoptionsandparametersfollowthebaseapplicationname.Dependingontheapplication,
use/or-before
theoptionorparameter.Usefoldermacrosforthepathnameconventions.
IftheStartmenushortcutfortheapplicationhascommandlineoptions,ThinAppdeterminesthevalueofthe
CommandLineparameterbasedonthoseoptions.Inraretroubleshootingcases,youmightneedtoalterthis
parameter.