4.5

Table Of Contents
VMware, Inc. 75
Chapter 5 Configuring Package Parameters
Examples
Ifyouareworkingwithlargebuildsandperformanceisnotapriority,youcanmodifythe
MSICompressionTypeparametertopreventMSIfilecompression.
[Compression]
MSICompressionType=none
OptimizeFor
TheOptimizeForparametercontrolswhethertocompressexecutablefilesortoreducememoryconsumption
andpagefileusageontheharddrivetoimprovestartupperformance.Youcanusethisparameterwiththe
CompressionTypeparametertocustomizethepackagesize,memoryallocation,andapplicationstartuptime.
VMwarerecommendsleavingthedefault
settingoftheOptimizeForparameterandtheCompressionType
parametertoimprovestartupperformanceandmemoryconsumption.Youcanchangetheparametersto
favorsmallerpackagesizeswhendisksizeisthepriorityconcern.ThinAppcompressesexecutablefilesonly
whenyousettheOptimizeForparametertoDiskandtheCompressionTypeparameteris
Fast.Executable
filesstoredincompressedformatinsideapackagecanadverselyaffectperformanceandmemory
consumption.WhenThinApploadsexecutablefilesfromcompressedformat,ThinAppcannotsharethefile
memoryacrosssimilarsuitesofapplicationsorwithotherusersinamultiuserenvironmentsuchasTerminal
Server.
Whenyou
wanttocompressallthepackagefilesexceptforPortableExecutablefiles,youcanleavethedefault
OptimizeForparameterandonlysettheCompressionTypeparameterisFast.Whenyouwanttocompress
onlyMSIfiles,usetheMSICompressionTypeparameter.
Examples
VMwarerecommendsthedefaultconfigurationoftheOptimizeForparameterandtheCompressionType
parametertomaximizeperformance.ThinAppstoresalldatainuncompressedformat.
[Compression]
CompressionType=None
[BuildOptions]
OptimizeFor=Memory
VMwarerecommendsthisconfigurationwhendiskspaceismoderatelyimportant.Thinappstoresexecutable
filesinuncompressedformatbutcompressesalltheotherdata.
[Compression]
CompressionType=Fast
[BuildOptions]
OptimizeFor=Memory
VMwarerecommendsthisconfigurationwhendiskspaceisthetoppriority.ThinAppcompressesallfiles.
[Compression]
CompressionType=Fast
[BuildOptions]
OptimizeFor=Disk
Configuring Logging
YoucanmodifyThinAppparameterstopreventloggingactivityorcustomizethelocationofthelogfiles.
DisableTracing
TheDisableTracingparameterprevents.tracefilegenerationwhenyourunLogMonitorforsecurityand
resourcepurposes.