source: opsi/products/bacula/OPSI/control@ 1023

Last change on this file since 1023 was 1023, checked in by joergs, on Jul 4, 2012 at 6:53:50 PM

bugfixes, uninstall, properties, bacula-fd.conf

File size: 5.6 KB
RevLine 
[1022]1[Package]
[1023]2version: 2
[1022]3depends:
4incremental: False
5
6[Product]
7type: localboot
8id: bacula
9name: Bacula file daemon
10description: backup software
11advice:
12version: 5.2.10
13priority: 0
14licenseRequired: False
15productClasses:
16setupScript: setup3264.ins
17uninstallScript: uninstall3264.ins
18updateScript:
19alwaysScript:
20onceScript:
21customScript:
22userLoginScript:
23
24[ProductProperty]
25type: unicode
[1023]26name: filedaemon_name
27multivalue: False
28editable: True
29description: filedaemon bacula name. Leave empty HOSTNAME-fd
30default: [""]
31
32[ProductProperty]
33type: unicode
34name: filedaemon_full_password
35multivalue: False
36editable: True
37description: password used by director to connect to this filedaemon
38default: ["filedaemon_full_password"]
39
40[ProductProperty]
41type: unicode
42name: filedaemon_monitor_password
43multivalue: False
44editable: True
45description: password used by monitoring (eg. tray-monitor) to connect to this filedaemon
46default: ["filedaemon_monitor_password"]
47
48[ProductProperty]
49type: unicode
50name: director_name
51multivalue: False
52editable: True
53description: access to Bacula director for bconsole and bat
54default: ["bacula-dir"]
55
56[ProductProperty]
57type: unicode
58name: director_address
59multivalue: False
60editable: True
61description: access to Bacula director for bconsole and bat
62default: ["bacula-dir.example.com"]
63
64[ProductProperty]
65type: unicode
66name: director_password
67multivalue: False
68editable: True
69description: access to Bacula director for bconsole and bat
70default: ["director_password"]
71
72[ProductProperty]
73type: unicode
[1022]74name: install_architecture
75multivalue: False
76editable: False
77description: which architecture (32/64 bit) has to be installed
78values: ["32 only", "64 only", "both", "system specific"]
79default: ["system specific"]
80
[1023]81
[1022]82[Changelog]
[1023]8320120704, 5.2.10-2, Joerg Steffens
84 * uninstall
85 * properties
86 * generate bacula-fd.conf
87
[1022]8820120702, 5.2.10-1, Joerg Steffens
89 * initial
90
91opsi-template (4.0.1-5) stable; urgency=low
92
93 * added /nocancel at Inno example
94 * added login.ins for 'user profile management'
95 * moved changelog to control file
96
97 -- detlef oertel <d.oertel@uib.de> Mon, 02 Jan 2012 16:01:53 +0200
98
99
100opsi-template (4.0.1-4) stable; urgency=low
101
102 * removed uncommented test for installation success via registry entries
103
104 -- detlef oertel <d.oertel@uib.de> Thu, 30 Nov 2011 16:01:53 +0200
105
106
107opsi-template (4.0.1-3) stable; urgency=low
108
109 * changed setup.ins to setup3264.ins (and so on ..)
110 * added /SUPPRESSMSGBOXES at Inno example
111
112 -- detlef oertel <d.oertel@uib.de> Thu, 06 Oct 2011 16:01:53 +0200
113
114
115opsi-template (4.0.1-2) stable; urgency=low
116
117 * bugfix: removed '\\' by '\' in showBitMap calls
118
119 -- detlef oertel <d.oertel@uib.de> Tue, 02 Aug 2011 16:01:53 +0200
120
121
122opsi-template (4.0.1-1) stable; urgency=low
123
124 * bugfix: delsub.ins: Set $UninstallProgram64$ = $InstallDir64$ + "\uninstall.exe"
125
126 -- detlef oertel <d.oertel@uib.de> Wed, 18 Jan 2011 16:01:53 +0200
127
128
129opsi-template (4.0-1) stable; urgency=low
130
131 * requires opsi.winst 4.10.8
132 * default: 32Bit Version
133 * additional: 64Bit Version
134 * additional: 32/64Bit Version
135
136 -- detlef oertel <d.oertel@uib.de> Wed, 18 Jan 2011 16:01:53 +0200
137
138
139opsi-template (1.0-20) stable; urgency=low
140
141 * removed EnvVar("temp")
142 * all variable definitions at top
143 * new loglevel
144 * removed $NewExe$
145 * more infos for inno setup
146 * removed number at showBitmap
147 * Initial section removed
148 * example for $installDir$ changed
149
150 -- detlef oertel <d.oertel@uib.de> Wed, 14 Apr 2010 16:01:53 +0200
151
152
153opsi-template (1.0-19) stable; urgency=low
154
155 * adding 'Installshield + MSI' to the Winbatch_install section
156 * changing to 'if $LicenseRequired$ = "true"' from 'if not ($LicenseRequired$ = "false")'
157 * changed from <productid>.ins to 'setup.ins'
158
159 -- detlef oertel <d.oertel@uib.de> Tue, 26 Jan 2010 16:01:53 +0200
160
161
162opsi-template (1.0-18) stable; urgency=low
163 * bug fix in the successful request (comment out)
164
165opsi-template (1.0-17) stable; urgency=low
166
167 * bug fix in delsub.ins : deleting a shortcut from AllUsers desktop
168
169 -- detlef oertel <d.oertel@uib.de> Mon, 28 Sep 2009 16:01:53 +0200
170
171opsi-template (1.0-16) stable; urgency=low
172
173 * Added some examples for other installers
174 * Some cleanups
175 * More examples in other sections
176
177 -- Jan Schneider <j.schneider@uib.de> Fri, 18 Sep 2009 13:01:53 +0200
178
179opsi-template (1.0-15) stable; urgency=low
180
181 * bugfix for delopsi-template
182
183 -- Rupert Roeder <r.roeder@uib.de> Mon, 06 Jun 2009 11:15:00 +0100
184
185opsi-template (1.0-14) stable; urgency=low
186
187 * bugfix for delopsi-template
188
189 -- Rupert Roeder <r.roeder@uib.de> Tue, 26 May 2009 11:15:00 +0100
190
191opsi-template (1.0-13) stable; urgency=low
192
193 * some corrections
194
195 -- Rupert Roeder <r.roeder@uib.de> Tue, 26 May 2009 11:15:00 +0100
196
197opsi-template (1.0-12) stable; urgency=low
198
199 * code for license management added
200
201 -- Rupert Roeder <r.roeder@uib.de> Tue, 19 May 2009 11:15:00 +0100
202
203opsi-template (1.0-11) stable; urgency=low
204
205 * sub_check_exitcode modified
206 * sub_check_exitcode 1641 added
207 * sub_check_exitcode integrated in delsub.ins
208
209 -- Detlef Oertel <d.oertel@uib.de> Mon, 18 May 2009 14:15:00 +0100
210
211opsi-template (1.0-10) stable; urgency=low
212
213 * modified test on exit code added 3010 success restart required
214 -- bardo wolf
215
216opsi-template (1.0-9) stable; urgency=low
217
218 * renamed from softprod to opsi-template
219 * added test on exit code
220
221 -- Detlef Oertel <d.oertel@uib.de> Fri, 13 Mar 2009 12:35:32 +0100
222
223opsi-template (1.0-8) stable; urgency=low
224
225 * comment Anweisungen
226 * delsub:
227 Section: Files_uninstall
228 ;something like (don't forget the trailing backslash)
229 ;delete -sf "$InstallDir$\"
230
231 -- Detlef Oertel <d.oertel@uib.de> Wed, 5 Nov 2008 17:00:00 +0100
232
233
234
235
Note: See TracBrowser for help on using the repository browser.