You can define the paths for the VMware Dynamic Environment Manager profile archives share, profile archive backups, and FlexEngine logs in Immidio Flex+ Helpdesk Support Tool.xml by using the basic XML format.

<config>
  <profileArchivePath>
    \\sldfs01\DemUsers$\[UserFolder]\Archives
  </profileArchivePath>
  <profileArchiveBackupPath>
    \\sldfs01\DemUsers$\[UserFolder]\Backups
  </profileArchiveBackupPath>
  <logFilePath>
    \\sldfs01\DemUsers$\[UserFolder]\Logs\FlexEngine.log
  </logFilePath>
</config>	
  • [UserFolder]. A mandatory file path element.
  • profileArchivePath. A mandatory element that specifies the folder where the profile archives are located.
  • profileArchiveBackupPath. An optional element that specifies the folder where the profile archives backups are located.
  • logFilePath. An optional element that specifies the full path, including the file name, of the FlexEngine log file.
Note: Each path must contain [UserFolder].