4.7.3

Table Of Contents
ThinApp User’s Guide
30 VMware, Inc.
APackage.inioverridefileisformattedlikeastandardWindowsINIfile.YoucanaddINIparametersand
valuesthatarerelevanttothePackage.inifile.
Thepathisrelativetotheapplicationinstallersnetworkshare.Usingtheexampleforspecifyingthenetwork
sharesfortheapplicationinstallersandThinAppprojects,
ifyouspecify
PackageIniOverrideFile=override.ini,ThinAppConverterwilltrytofindthefileunder
\\AppInstallerServer\AppInstaller.Youcanprovideamoreexplicitvaluebyusingpredefined
variables.Formoreinformation,see“PredefinedEnvironmentVariablesonpage 31.
YoucanspecifyaPackage.inifileforeachapplication.Thisprocessisdescribedaspartof
the
[AppSettings:AppName]section.
ExclusionList
Specifyacomma‐orsemicolonseparatedlistofapplicationdirectoriesthatThinAppwillskipwhensearching
forapplicationinstallers.
Thelistiscaseinsensitive.
YoucanspecifywildcardsforDOSstylefilenames.Forexample,Microsoft*. ?and*aresupported.
Example
Followingisanexampleofanexclusionspecification
usingawildcard.
[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.