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