4.6

Table Of Contents
ThinApp User’s Guide
68 VMware, Inc.
Wow64
TheWow64parametersimulatesa32bitenvironmentfor32bitapplicationsthatcannotrunona64bit
Windowsoperatingsystem.
Ifa32bitapplicationtriestohandleitsown64bitregistryredirection,youcanactivatethisparameterbefore
buildingaproject.ThinAppcommentsouttheinitialsetting
topreventWindowsonWindows64bit
(WOW64)emulation.
Examples
YoucanuncommenttheWow64parametertosimulatea32bitenvironmentfor32bitapplicationsona64bit
operatingsystem.Forexample,avirtualized32bitOracleapplicationmightnotworkona64bitoperating
system.
[BuildOptions]
Wow64=0
QualityReportingEnabled
TheQualityReportingEnabledparameterspecifieswhetherVMwarecancollectanonymousdataona
packagetoimproveThinAppapplicationsupport.VMwarecollectsapplicationinformationsuchasthe
versionandnumberofapplicationfailures.
Ifyouagreetoanonymousdatacollectionduringthecaptureprocess,theQualityReportingEnabled
parameteruploadsdataeverytendays.
Examples
YoucanmodifytheQualityReportingEnabledparametertoturnoffThinAppdatacollection.
[BuildOptions]
QualityReportingEnabled=0
Configuring Isolation
Youcan modifyThinAppparameterstodeterminethereadandwriteaccesstothefilesystemandregistrykeys.
DirectoryIsolationMode
TheDirectoryIsolationModeparameterspecifiesthelevelofreadandwriteaccessfordirectoriestothe
physicalfilesystem.
ThecaptureprocesssetstheinitialvalueoftheDirectoryIsolationModeparameterinthePackage.inifile.
Thisparametercontrolsthedefaultisolationmodeforthefilescreatedbythevirtualapplicationexceptwhen
you
specifyadifferentisolationmodeinthe##Attributes.inifileforanindividualdirectory.
Any unspecifieddirectories,suchasC:\myfolder,inherittheisolationmodefromthePackage.inifile.
ThinAppprovidesonlytheMergedandWriteCopyisolationmodeoptionsinthecaptureprocess.Youcanuse
theFullisolationmodeoutsidethewizard
tosecurethevirtualenvironment.
WithMergedisolationmode,applicationscanreadandmodifyelementsonthephysicalfilesystemoutside
ofthevirtualpackage.SomeapplicationsrelyonreadingDLLsandregistryinformationinthelocalsystem
image.TheadvantageofusingMergedmodeisthatdocumentsthatuserssave
appearonthephysicalsystem
inthelocationthatusersexpect,insteadofinthesandbox.Thedisadvantageisthatthismodemightclutter
thesystemimage.Anexampleofthecluttermightbefirstexecutionmarkersbysharewareapplications
writtentorandomcomputerlocationsaspartofthelicensingprocess.
WithWriteCopyisolationmode,ThinAppcaninterceptwriteoperationsandredirectthemtothesandbox.
YoucanuseWriteCopyisolationmodeforlegacyoruntrustedapplications.Althoughthismodemightmake
itdifficulttofinduserdatafilesthatresideinthesandboxinsteadofthephysicalsystem,thismodeis
useful
forlockeddowndesktopswhereyouwanttopreventusersfromaffectingthelocalfilesystem.