4.0.4

Table Of Contents
ThinApp User’s Guide
66 VMware, Inc.
Examples
Thecaptureprocesscanspecifyprotocols,suchasthemailtoprotocol,foraMicrosoftOutlookpackage.
[Microsoft Office Outlook 2007.exe]
Protocols=feed;feeds;mailto;Outlook.URL.mailto;stssync;webcal;webcals
Configuring Build Output
Buildparametersspecifythelocationofthebuildoutputandthefilestoexcludefromthepackage.
OutDir
TheOutDirparameterspecifiesthedirectorythatstoresthebuild.batoutput.Donotchangethevalueof
thisparameter.
Examples
Thedefaultandrequiredvaluespecifiesthebindirectoryoftheproject.
[BuildOptions]
OutDir=bin
ExcludePattern
TheExcludePatternparameterexcludesfilesordirectoriesduringtheapplicationbuildprocess.Youmust
adda[FileList]headingbeforethisparameterentry.
Youcanuseacommatoseparatepatternsinthelist.Wildcards (*)matchnoneofthecharactersoratleastone
ofthecharactersandquestionmarks (?)matchexactly
onecharacter.ThesyntaxissimilartotheDOSdir
command,butyoucanapplywildcardcharacterstodirectorynamesandfilenames.
YoucanspecifytheExcludePatternparameterinthePackage.inifile,wherethepatternexclusionapplies
totheentiredirectorystructure,andthe##Attributes.inifile,whereThinAppaddsthepattern
exclusion
tothecurrentlistofexclusionsbutappliessettingsonlytothespecificdirectoryandsubdirectories.Youcan
createadifferentexclusionlistfordifferentdirectoriesinyourproject.
Examples
Ifyoustorepackagesinaversioncontrolsystemandyouwanttoexcludeversioncontrolinfofromthevirtual
filesystem,youcanexcludeanydirectoriescalled.svnor.cvsandallthesubdirectories.
[FileList]
ExcludePattern=\.svn,\.cvs
Thepatterndoesnotmatchfilenamesordirectoriesthatcontain.svnor.cvsinthemiddleofthestring.
Youcanexcludeanypaththatendswith.bakor.msi.
[FileList]
ExcludePattern=*.bak,*.msi
Configuring Permissions and Security
SecuritytasksinvolveparametersthatdefineuseraccesstopackagesandchangeDataExecutionPrevention
(DEP)protection.
AccessDeniedMsg
TheAccessDeniedMsgparametercontainsanerrormessagetodisplaytouserswhodonothavepermission
torunapackage.ThedefaultsettingisYou are not currently authorized to run this application.
Please contact your Administrator.