5.0

Table Of Contents
ThinApp User’s Guide
30 VMware, Inc.
Example
Followingisanexampleofanexclusionspecificationusingawildcard.
[Settings]
ExclusionList=App?.old;FireFox1.0
ProjectPostProcessingCommand
Specifythefilepathtotheprojectpostprocessingcommand.
Thefilepathisrelativetotheapplicationinstallersnetworkshare.Usingtheexampleforspecifyingthe
networksharesfortheapplicationinstallersandThinAppprojects,ifyouspecify
ProjectPostProcessingCommand=addscript.bat,ThinAppConverterwilltrytofindthefileunder
\\AppInstallerServer\AppInstaller
.Youcanprovideamoreexplicitvaluebyusingpredefined
variables.Formoreinformation,see“PredefinedEnvironmentVariablesonpage 31.
StopOnError
SpecifywhetherThinAppConvertershouldstopconvertinganapplicationifitencountersanerror,or
continuewiththeotherapplications.Thedefaultvalueisfalse.
BuildAfterCapture
SpecifywhethertheThinAppConverter
shouldbuildtheThinAppProjectsintopackagesfollowingcapture.
Thedefaultvalueistrue.
DetectIdle
SpecifywhetherThinAppConvertershouldtrytodetectifanapplicationinstallerisstalled,forexamplewhen
theapplicationiswaitingforuserinputontheguestvirtualmachinebecauseincorrectsilentinstallation
switcheswerespecified.
The
defaultvalueistrue.ThinAppConvertermightnotbeabletodetectallsituationsinwhichtheinstaller
isidle.
InstallerTimeout
SpecifyhowlongThinAppConvertershouldwaitforanapplicationinstallertofinishbeforeitquits.
Bydefault,thevalueis7200seconds.
AppSettings:AppName
Thisoptionalsectionprovidesparametersthatyoucanusetoaddsettingsthatarespecifictoanapplication.
AppNameistheactualnameofthesubdirectorythatcontainstheapplicationinstaller.Theseparameterscan
beaddedtoeachAppSettingssection.Inmostcircumstances,youwillnotneedtoconfigurethissection.
InstallationCommand
SpecifyhowThinAppConvertershouldstarttheapplicationinstaller.Ifthereisnovalue,ThinAppConverter
attemptstoselectoneinstallationcommandusingthelogicdescribedin“ThinAppConverterLogicfor
DetectingtheApplicationInstallationProcesses”onpage 29.
PackageIniOverrideFile
ThePackage.inioverridefilethatisappliedtoasingleapplicationinstaller.When
thisparameterhasavalue,
theglobaloverridefileisprocessedfirst,followedbythisapplicationspecificoverridefile.
Thefilepathisrelativetotheapplicationinstallersubdirectory.Usingtheexampleatthebottomofthissection,
ifyouspecifyPackageIniOverrideFile=override.ini,ThinAppConverterwilltrytofindthefile
under
\\AppInstallerServer\AppInstaller\Adobe.Youcanprovideamoreexplicitvaluebyusingpredefined
variables.Formoreinformation,see“PredefinedEnvironmentVariablesonpage 31.
ProjectPostProcessingCommand
Specifytheprojectpostprocessingcommandforthespecificapplication.