1<Boot>
2	<!--
3	LocalMode runs EiskaltDC++ in local mode, where all defaults are relative to the ConfigPath set below.
4	This is useful when running EiskaltDC++ off a USB stick or if you want to keep all in a single folder.
5	The default is to run in LocalMode, but upon the user's choice the installer can install a
6	dcppboot.xml file that overrides the default.
7	When LocalMode is disabled, ConfigPath is ignored.
8	Set to 1 to enable, 0 to disable
9	-->
10	<LocalMode>0</LocalMode>
11	<!--
12	ConfigPath specifies where settings, queue and other runtime data should be saved.
13	Relative paths are relative to the EiskaltDC++ executable.
14	You may use the following variables, which are interpreted on a per-user basis:
15
16	%[APPDATA] - Application data, typically c:\documents and settings\<username>\Application Data\
17	%[PERSONAL] - My documents
18
19	All % variables from strftime with the current time:
20	http://msdn.microsoft.com/library/en-us/vclib/html/_crt_strftime.2c_.wcsftime.asp
21	-->
22	<ConfigPath></ConfigPath>
23</Boot>
24