1;
2; Note: certain text in this file is overwritten by the code in
3;   InstallType.nsh
4;
5
6[Settings]
7NumFields=6
8
9[Field 1]
10Type=Label
11Text=This is a new installation.  Please choose the installation type.
12Left=0
13Right=300
14Top=0
15Bottom=28
16
17[Field 2]
18Type=GroupBox
19Text=Installation Type
20Left=0
21Right=300
22Top=32
23Bottom=136
24
25[Field 3]
26Type=RadioButton
27Text=Automatic
28State=1
29Left=6
30Right=52
31Top=44
32Bottom=54
33
34[Field 4]
35Type=RadioButton
36Text=Custom (not recommended)
37Left=6
38Right=252
39Top=90
40Bottom=100
41
42[Field 5]
43Type=Label
44Text=The software will be installed in the default directory "Program Files\\Bacula".  The configuration files will be generated using defaults applicable to most installations.
45Left=17
46Right=295
47Top=58
48Bottom=86
49
50[Field 6]
51Type=Label
52Text=You have more options, but you will have to manually edit your bacula-fd.conf file before Bacula will work.
53Left=17
54Right=295
55Top=104
56Bottom=132
57