4.0.4

Table Of Contents
VMware, Inc. 79
Appendix A Configuring Package Parameters
Examples
YoucandirectThinApptostorelogfilesinc:\ThinappLogs.
[BuildOptions]
LogPath=C:\ThinappLogs
UnlikemostpathsinThinApp,thelogpathcannotcontainmacrossuchas%AppData%or%Temp%.
Configuring Versions
ThinAppparametersprovideinformationabouttheversionsofapplicationexecutablefilesandThinApp.
CapturedUsingVersion
TheCapturedUsingVersionparameterindicatestheversionoftheSetupCapturewizardusedduringthe
applicationcaptureprocess.
Examples
Youdonotneedtoadjustthisparameter.
[BuildOptions]
CapturedUsingVersion=4.0.0-2200
StripVersionInfo
TheStripVersionInfoparameterremovesallversioninformationfromthesourceexecutablefilewhen
ThinAppbuildstheapplication.
VersioninformationforexecutablefilesisinWindowsproperties.Propertiesinformationincludesthe
copyright,trademark,andversionnumber.By default,ThinAppcopiesallversioninformationfromthe
sourceexecutablefile.TheStripVersionInfoparameterstripsversion
informationfromthecaptured
application.
Examples
Youcangenerateatargetapplicationwithoutversioninformation.
[app.exe]
Source=%ProgramFilesDir%\myapp\app.exe
StripVersionInfo=1
Version.XXXX
TheVersion.XXXXparameteroverridesexecutablefileversionstringsoraddsnewversionstrings.
ThinAppcopiesversionresourcesfromtheoriginalexecutablefile.Youcanoverridetheversionresource
stringsandaddnewoneswithaVersion.<string_name>=<string_value>setting.
Examples
YoucansetMy New Product Nameastheversionproductnamevalue.
[<app>.exe]
Version.ProductName=My New Product Name
Version.Description=This Product is great!