4.6.1

Table Of Contents
ThinApp User’s Guide
88 VMware, Inc.
Examples
WhentheregionallanguageoftheoperatingsystemisU.S.English,thecaptureprocesssetsthe
LocaleIdentifierparameterto1033.
[BuildOptions]
LocaleIdentifier=1033
LocaleName
TheLocaleNameparameterdisplaysthenameofthelocalewhenyoucaptureanapplicationon
Microsoft Vista.
Examples
TheLocaleNameparametercandisplayaJapaneselocalename.
[BuildOptions]
LocaleName=ja-JP
Configuring Individual Applications
YoucanmodifyThinAppparameterstoconfigurespecificapplications.
Parametersspecifictoentrypointsfallunderthe[<application>.exe]sectionsofthePackage.inifile.
For example,theentriesunder[Adobe Reader 8.exe]foranAdobeReaderapplicationmightaffect
commandlineargumentsandapplicationshortcuts.
CommandLine
TheCommandLineparameterspecifiesthecommandlineargumentsthatstartashortcutexecutablefile.While
theSourceparameterspecifiesthepathtotheshortcutexecutablefile,theCommandLineparameterspecifies
thefilewiththerequiredoptionsorparameterstostartit.
IftheStartmenushortcutfortheapplicationhascommandlineopti
ons,thecaptureprocesssetstheinitial
valueoftheCommandLineparameterbasedonthoseoptions.Inraretroubleshootingcaseswithtechnical
support,youmightalterthisparameter.
Theoptionsandparametersfollowthebaseapplicationname.Dependingontheapplication,use/or-before
theoptionorparameter.Usefoldermac
rosforthepathnameconventions.
Examples
YoucanmodifytheCommandLineparameterwithanentrybasedonthe
ʺC:\Program Files\Mozilla Firefox\firefox.exe" -safe-modeStartmenushortcut.
CommandLine="C:\Program Files\Mozilla Firefox\firefox.exe" -safe-mode
Commandlineargumentscanusethe/<option> <parameter>format.
[<app>.exe]
Source=%ProgramFilesDir%\<base_app>\<app>.exe
Shortcut=<primary_data_container>.exe
CommandLine="%ProgramFilesDir%\<base_app>\<app>.exe" /<option> <parameter>
Disabled
TheDisabledparameterdetermineswhethertheapplicationbuildtargetisonlyaplaceholderandprev ents
ThinAppfromgeneratingtheexecutablefileinthe/bindirectory.
ThinAppenablesentrypointswhentheapplicationinstallerhasshortcutsonthedesktopandintheStart
menu.Whenyoudonotselectanentrypointth
atappearsintheSetupCapturewizard,ThinAppsetsaninitial
valueoftheDisabledparameterthatpreventsthegenerationofthatapplicationexecutablefileduringthe
buildprocess.