4.6

Table Of Contents
ThinApp User’s Guide
36 VMware, Inc.
BuildAfterCapture
SpecifywhethertheThinAppConvertershouldbuildtheThinAppProjectsintopackagesfollowingcapture.
Thedefaultvalueistrue.
DetectIdle
SpecifywhetherThinAppConvertershouldtrytodetectifanapplicationinstallerisstalled,forexamplewhen
theapplicationiswaitingforuserinputontheguestvirtualmachinebecauseincorrect
silentinstallation
switcheswerespecified.
Thedefaultvalueistrue.ThinAppConvertermightnotbeabletodetectallsituationsinwhichtheinstaller
isidle.
InstallerTimeout
SpecifyhowlongThinAppConvertershouldwaitforanapplicationinstallertofinishbeforeitquits.
Bydefault,thevalueis7200seconds.
AppSettings:AppName
Thisoptionalsectionprovidesparametersthatyoucanusetoaddsettingsthatarespecifictoanapplication.
AppNameistheactualnameofthesubdirectorythatcontainstheapplicationinstaller.Theseparameterscan
beaddedtoeachAppSettingssection.Inmostcircumstances,youwillnotneedtoconfigurethissection.
InstallationCommand
SpecifyhowThinAppConvertershouldstarttheapplicationinstaller.Ifthereisnovalue,ThinAppConverter
attemptstoselectoneinstallationcommandusingthelogicdescribedin“ThinAppConverterLogicfor
DetectingtheApplicationInstallationProcesses”onpage 34.
PackageIniOverrideFile
ThePackage.inioverridefilethatisappliedtoasingleapplicationinstaller.When
thisparameterhasavalue,
theglobaloverridefileisprocessedfirst,followedbythisapplicationspecificoverridefile.
Thefilepathisrelativetotheapplicationinstallersubdirectory.Usingtheexampleatthebottomofthissection,
ifyouspecifyPackageIniOverrideFile=override.ini,ThinAppConverterwilltrytofindthefile
under
\\AppInstallerServer\AppInstaller\Adobe.Youcanprovideamoreexplicitvaluebyusingpredefined
variables.Formoreinformation,see“PredefinedEnvironmentVariablesonpage 37.
ProjectPostProcessingCommand
Specifytheprojectpostprocessingcommandforthespecificapplication.
Whenthisparameterhasavalue,theglobaloverridefileisprocessedfirst,followedbythis
applicationspecificpost
processingcommand.
Example
Followingisanexampleofhowtoapplyanapplicationspecificoverrideduringpostprocessing.
[AppSettings:Adobe]
InstallationCommand=AdbeRdr920_en_US.exe /sAll
PackageIniOverrideFile=override.ini
[AppSettings:TextPad]
InstallationCommand=silent_install.bat
ProjectPostProcessingCommand=%AppInstallerDir%\addscript.bat