4.6

Table Of Contents
VMware, Inc. 33
Chapter 2 Capturing Applications
IfthePasswordsettingisnotused,thepasswordfortheguestisassumedtobeblank.MostWindowsvirtual
machinesdonotsupportautomationwithemptypasswords,soyoushouldspecifyaguestpassword.
PasswordPrompt
Specifiesthattheuserbepromptedtoenterapassword.
Ifyoudonotwanttostore
thevirtualmachinepasswordintheconfigurationfile,specifythevalueastrue.
Whensettotrue,apromptalwaysappears,evenifapasswordisspecifiedintheconfigurationfile.
Examples
FollowingisanexampleforanESXserverbasedenvironment.Apasswordhasbeenspecifiedand,as
PasswordPrompt
issettofalse,theuserwillnotbepromptedtoenterapassword.
[VirtualMachine1]
VmxPath=[Storage] WinXP_Converter/WinXP_Converter.vmx
UserName=administrator
Password=secret
PasswordPrompt=false
FollowingisanexampleforaVMwareWorkstationbasedvirtualmachine.Onvirtualmachine1,
PasswordPrompthasbeensettotrue.Theuserwillbepromptedforapasswordeventhoughapasswordhas
beenspecifiedintheconfiguration.
[VirtualMachine1]
VmxPath=C:\MyVMs\Windows XP\Windows XP.vmx
UserName=administrator
Password=secret
PasswordPrompt=true
[VirtualMachine2]
VmxPath=C:\MyVMs\Windows 7\Windows 7.vmx
UserName=adminuser@mydomain.com
Password=
PasswordPrompt=true
Settings
TheSettingssectionoftheconfigurationfilecontainstheparametersfortheapplicationinstallationdirectory
andThinAppprojectoutputdirectory,intheformofUNC.Italsocontainsseveralparameterscontrollingthe
conversionprocessbehavior.
ThinAppConverteronlyrequiresreadonlypermissionsforthenetworksharethatcontainstheapplication
installers.
Itrequiresread/writepermissionsforthenetworksharethatcontainstheThinAppprojects.
Ifinputandoutputdirectoriesareonthesamefileserver,youmustusethesameuseraccounttoconnectthem.
InputUncPath
SpecifythenetworkshareUNCpathfortheapplicationinstallers.Forexample:\\fileserver\sharename,
or\\fileserver\sharename\dirname.
InputMountUserName
Specifythe
usernameusedforconnectingtothatnetworkshare.UPNformatcanbeusedwhenyouspecify
adomainuser,forexampleuser@domain.com
InputMountPasswordorInputMountPasswordBase64
Specifythepasswordforconnectingtothenetworkshare.Youhavethefollowingoptionswhenyouspecify
passwords:
Youcanentercleartext.
Youcanspecifyabase64encodedpasswordforthePasswordBase64 parameter.
N
OTEDonotplacethepathinquotationmarks,evenifthepathcontainsaspace.