4.6.1

Table Of Contents
ThinApp User’s Guide
34 VMware, Inc.
ForESXServerorvCenterServer,youcanidentifythevirtualmachineconfigurationfilepathusingthe
vSphereClient.
Identify the virtual machine configuration path using the vSphere Client
1RightclickthevirtualmachineandselectEditSettings.
2ClicktheOptionstab,andcopythestringfromtheVirtualMachineConfigurationFilefield.
3Usethisstringasthevirtualmachineconfigurationf
ilepath.
ForWorkstation,specifytheentirefilepathonthehostonwhichtheVMXconfigurationfileresides.For
example,C:\MyVMs\Windows XP\WindowsXP.vmx.Donotplacethepathinquotationmarks,evenifthepath
containsaspace.
UserName
Avalidusernameforthevirtualmachineguestoperatingsystem.Theusermus
thaveadministrator
privilegesforthevirtualmachineguestoperatingsystem.
YoucanuseUPNformatwhenyouspecifyausername.Forexample,user@domain.com.
PasswordorPasswordBase64
Avalidpasswordforthevirtualmachineguestoperatingsystem.Youhavethefollowingoptionswhenyou
specifypasswords:
Youcanentercleartext.
Youcanspecifyabase64encodedpasswordforthePasswordBase64parameter.
Specifyinganencodedpassworddoesnotincreasesecuritystrength.YoumustprotecttheactualINIfile.
IfthePasswordsettingisnotused,thepasswordfortheguestisassumedtobeblank.MostWindowsvirtual
machinesdonotsupportautomationwithemptypass
words,soyoushouldspecifyaguestpassword.
PasswordPrompt
Specifiesthattheuserbepromptedtoenterapassword.
Ifyoudonotwanttostorethevirtualmachinepasswordintheconfigurationfile,specifythevalueastrue.
Whensettotrue,apromptalwaysappears,evenifapasswordisspecifiedintheconfigurationfile.
Examples
FollowingisanexampleforanESXserverbasedenvironment.Apasswordhasbeenspecifiedand,as
PasswordPromptissettofalse,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=
PasswordPrompt=true
[VirtualMachine2]
VmxPath=C:\MyVMs\Windows 7\Windows 7.vmx
UserName=adminuser@mydomain.com
Password=
PasswordPrompt=true
NOTEDonotplacethepathinquotationmarks,evenifthepathcontainsaspace.