4.0.4

Table Of Contents
VMware, Inc. 65
Appendix A Configuring Package Parameters
RegistryIsolationMode
TheRegistryIsolationModeparametercontrolsthedefaultisolationmodeforregistrykeysinthepackage.
Thissettingappliestotheregistrykeysthatdonothaveexplicitsettings.
Formoreinformationaboutthedefinitionsofisolationmodes,see“SpecifyFileSystemAccess”onpage 18.
RegistryisolationmodesonlyexistinthePackage.ini
file.YoucannotconfigurethissettingintheSetup
Capturewizard.
Examples
YoucanusetheRegistryIsolationModeparametertoensurethattheapplicationcanreadkeysfromthe
hostcomputerbutnotwritetothehostcomputer.Ifyoudonotspecifytheregistryisolationmodeinthe
Package.inifile,thedefaultvalueisWriteCopy.
[Isolation]
RegistryIsolationMode=WriteCopy
YoucanusetheRegistryIsolationModeparametertoensurethattheapplicationcanwritetoanykeyon
thecomputer,exceptwherethepackagespecifiesotherwise.
[Isolation]
RegistryIsolationMode=Merged
Configuring File and Protocol Associations
Fileandprotocolparametersassociatefileextensionswithapplicationsandspecifyprotocolsthatarevisible
tothephysicalenvironment.
FileTypes
TheFileTypesparameterlistsfileextensionsthatthethinreg.exeutilityassociateswithanexecutablefile.
Thecaptureprocessgeneratesdefaultvaluesthatyoucannotaddto.Youcanremoveextensionsthatyoudo
notwanttoassociatewiththevirtualpackage.Donotuseseparatorsbetweenthefileextensionsinthe
list.
Examples
ThedefaultvalueforaMicrosoftWord2007packageis.doc.docx.IfyouvirtualizeMicrosoft Office2007and
haveMicrosoftOffice2003installedinthephysicalenvironment,youcan removethe.docextensionfromthe
FileTypeslistandleavethe.docxextensiontoensurethatMicrosoft Word2003opens.docfilesand
Microsoft
Word2007opens.docxfiles.
[Microsoft Office Word 2007.exe]
FileTypes=.docx
Thecaptureprocesscancreatefiletypeassociationsfor.docand.dotextensionsandlinkthemto
Microsoft Word.
[Microsoft Office Word 2003.exe]
ReadOnlyData=bin\Package.ro.tvr
Source=%ProgramFilesDir%\Microsoft Office\OFFICE11\WINWORD.EXE
FileTypes=.doc.dot
Protocols
TheProtocolsparameterspecifiestheprotocols,suchasHTTP,thatarevisibletoapplicationsinthephysical
environment.ThisparameterissimilartotheFileTypesparameterbutdealswithapplicationsthathandle
protocolsratherthanfiletypes.Thecaptureprocessgeneratesdefaultvaluesthatyoucannotaddto.Youcan
remove
entriesforbrowersorotherapplications.