2017-02-07

UE-V Template - Videolan Media Player (VLC)

You can now find this template in my GIThub repository


<?xml version="1.0"?>
<SettingsLocationTemplate xmlns="http://schemas.microsoft.com/UserExperienceVirtualization/2013A/SettingsLocationTemplate">
 <Name>VLC media player</Name>
 <ID>VideoLAN-VLC_Media_Player</ID>
 <Version>1</Version>
 <Author>
  <Name>David Djerf</Name>
 </Author>
 <Processes>
  <Process>
   <Filename>vlc.exe</Filename>
  </Process>
 </Processes>
 <Settings>
  <Registry>
   <Path Recursive="true">SOFTWARE\VideoLAN</Path>
  </Registry>
  <File>
   <Root>
    <EnvironmentVariable>APPDATA</EnvironmentVariable>
   </Root>
   <Path Recursive="true">vlc</Path>
  </File>
 </Settings>
</SettingsLocationTemplate>