4.6

Table Of Contents
ThinApp User’s Guide
86 VMware, Inc.
Examples
YoucansettheDisableTracingparametertopreventthegenerationof.tracefilesinLogMonitor.
[BuildOptions]
DisableTracing=1
LogPath
TheLogPathparametersetsthelocationtostore.tracefilesduringloggingactivity.
Thedefaultlocationisthesamedirectorythatstorestheapplicationexecutablefile.Youmightchangethe
defaultlocationtofindadirectorywithmorespaceortoredirectthelogsfromaUSBdevicetotheclient
computer.UnlikemostpathsinThinApp,thelogpathcannotcontainmacrossuchas%AppData%or%Temp%.
Examples
YoucansettheLogPathparametertostorelogfilesinC:\ThinappLogs.
[BuildOptions]
LogPath=C:\ThinappLogs
Configuring Versions
ThinAppparametersprovideinformationabouttheversionsofapplicationexecutablefilesandThinApp.
CapturedUsingVersion
TheCapturedUsingVersionparameterdisplaystheversionofThinAppforthecaptureprocessand
determinesthefilesystemmacrosthatThinAppmustexpand.
DonotmodifyordeletethisparameterfromthePackage.inifile.ThinAppusesthisparameterforbackward
compatibilityandtechnicalsupport.
Examples
TheCapturedUsingVersionparametermightdisplayThinAppversion4.0.02200.
[BuildOptions]
CapturedUsingVersion=4.0.0-2200
StripVersionInfo
TheStripVersionInfoparameterdetermineswhethertoremoveallversioninformationfromthesource
executablefilewhenThinAppbuildstheapplication.ThesourceexecutablefileisthefilelistedintheSource
parameter.
VersioninformationforexecutablefilesappearsinWindowsproperties.Propertiesinformationincludesthe
copyright,trademark,andversionnumber.The
StripVersionInfoparametercanremovetheVer sion tabof
Windowsproperties.
ThinAppsetsaninitialvalueoftheStripVersionInfoparameterthatcopiesallversioninformationfrom
thesourceexecutablefile.
Examples
Inrarecases,youcanmodifytheStripVersionInfoparametertogenerateanapplicationwithoutversion
information.Forexample,youmightwanttocircumventversiondetectionscansthatcompareversions
againstadatabaseofoutdatedsoftware.
[app.exe]
Source=%ProgramFilesDir%\myapp\app.exe
StripVersionInfo=1