1 | [Package]
|
---|
2 | version: 1
|
---|
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: install_architecture
|
---|
27 | multivalue: False
|
---|
28 | editable: False
|
---|
29 | description: which architecture (32/64 bit) has to be installed
|
---|
30 | values: ["32 only", "64 only", "both", "system specific"]
|
---|
31 | default: ["system specific"]
|
---|
32 |
|
---|
33 | [Changelog]
|
---|
34 | 20120702, 5.2.10-1, Joerg Steffens
|
---|
35 | * initial
|
---|
36 |
|
---|
37 | opsi-template (4.0.1-5) stable; urgency=low
|
---|
38 |
|
---|
39 | * added /nocancel at Inno example
|
---|
40 | * added login.ins for 'user profile management'
|
---|
41 | * moved changelog to control file
|
---|
42 |
|
---|
43 | -- detlef oertel <d.oertel@uib.de> Mon, 02 Jan 2012 16:01:53 +0200
|
---|
44 |
|
---|
45 |
|
---|
46 | opsi-template (4.0.1-4) stable; urgency=low
|
---|
47 |
|
---|
48 | * removed uncommented test for installation success via registry entries
|
---|
49 |
|
---|
50 | -- detlef oertel <d.oertel@uib.de> Thu, 30 Nov 2011 16:01:53 +0200
|
---|
51 |
|
---|
52 |
|
---|
53 | opsi-template (4.0.1-3) stable; urgency=low
|
---|
54 |
|
---|
55 | * changed setup.ins to setup3264.ins (and so on ..)
|
---|
56 | * added /SUPPRESSMSGBOXES at Inno example
|
---|
57 |
|
---|
58 | -- detlef oertel <d.oertel@uib.de> Thu, 06 Oct 2011 16:01:53 +0200
|
---|
59 |
|
---|
60 |
|
---|
61 | opsi-template (4.0.1-2) stable; urgency=low
|
---|
62 |
|
---|
63 | * bugfix: removed '\\' by '\' in showBitMap calls
|
---|
64 |
|
---|
65 | -- detlef oertel <d.oertel@uib.de> Tue, 02 Aug 2011 16:01:53 +0200
|
---|
66 |
|
---|
67 |
|
---|
68 | opsi-template (4.0.1-1) stable; urgency=low
|
---|
69 |
|
---|
70 | * bugfix: delsub.ins: Set $UninstallProgram64$ = $InstallDir64$ + "\uninstall.exe"
|
---|
71 |
|
---|
72 | -- detlef oertel <d.oertel@uib.de> Wed, 18 Jan 2011 16:01:53 +0200
|
---|
73 |
|
---|
74 |
|
---|
75 | opsi-template (4.0-1) stable; urgency=low
|
---|
76 |
|
---|
77 | * requires opsi.winst 4.10.8
|
---|
78 | * default: 32Bit Version
|
---|
79 | * additional: 64Bit Version
|
---|
80 | * additional: 32/64Bit Version
|
---|
81 |
|
---|
82 | -- detlef oertel <d.oertel@uib.de> Wed, 18 Jan 2011 16:01:53 +0200
|
---|
83 |
|
---|
84 |
|
---|
85 | opsi-template (1.0-20) stable; urgency=low
|
---|
86 |
|
---|
87 | * removed EnvVar("temp")
|
---|
88 | * all variable definitions at top
|
---|
89 | * new loglevel
|
---|
90 | * removed $NewExe$
|
---|
91 | * more infos for inno setup
|
---|
92 | * removed number at showBitmap
|
---|
93 | * Initial section removed
|
---|
94 | * example for $installDir$ changed
|
---|
95 |
|
---|
96 | -- detlef oertel <d.oertel@uib.de> Wed, 14 Apr 2010 16:01:53 +0200
|
---|
97 |
|
---|
98 |
|
---|
99 | opsi-template (1.0-19) stable; urgency=low
|
---|
100 |
|
---|
101 | * adding 'Installshield + MSI' to the Winbatch_install section
|
---|
102 | * changing to 'if $LicenseRequired$ = "true"' from 'if not ($LicenseRequired$ = "false")'
|
---|
103 | * changed from <productid>.ins to 'setup.ins'
|
---|
104 |
|
---|
105 | -- detlef oertel <d.oertel@uib.de> Tue, 26 Jan 2010 16:01:53 +0200
|
---|
106 |
|
---|
107 |
|
---|
108 | opsi-template (1.0-18) stable; urgency=low
|
---|
109 | * bug fix in the successful request (comment out)
|
---|
110 |
|
---|
111 | opsi-template (1.0-17) stable; urgency=low
|
---|
112 |
|
---|
113 | * bug fix in delsub.ins : deleting a shortcut from AllUsers desktop
|
---|
114 |
|
---|
115 | -- detlef oertel <d.oertel@uib.de> Mon, 28 Sep 2009 16:01:53 +0200
|
---|
116 |
|
---|
117 | opsi-template (1.0-16) stable; urgency=low
|
---|
118 |
|
---|
119 | * Added some examples for other installers
|
---|
120 | * Some cleanups
|
---|
121 | * More examples in other sections
|
---|
122 |
|
---|
123 | -- Jan Schneider <j.schneider@uib.de> Fri, 18 Sep 2009 13:01:53 +0200
|
---|
124 |
|
---|
125 | opsi-template (1.0-15) stable; urgency=low
|
---|
126 |
|
---|
127 | * bugfix for delopsi-template
|
---|
128 |
|
---|
129 | -- Rupert Roeder <r.roeder@uib.de> Mon, 06 Jun 2009 11:15:00 +0100
|
---|
130 |
|
---|
131 | opsi-template (1.0-14) stable; urgency=low
|
---|
132 |
|
---|
133 | * bugfix for delopsi-template
|
---|
134 |
|
---|
135 | -- Rupert Roeder <r.roeder@uib.de> Tue, 26 May 2009 11:15:00 +0100
|
---|
136 |
|
---|
137 | opsi-template (1.0-13) stable; urgency=low
|
---|
138 |
|
---|
139 | * some corrections
|
---|
140 |
|
---|
141 | -- Rupert Roeder <r.roeder@uib.de> Tue, 26 May 2009 11:15:00 +0100
|
---|
142 |
|
---|
143 | opsi-template (1.0-12) stable; urgency=low
|
---|
144 |
|
---|
145 | * code for license management added
|
---|
146 |
|
---|
147 | -- Rupert Roeder <r.roeder@uib.de> Tue, 19 May 2009 11:15:00 +0100
|
---|
148 |
|
---|
149 | opsi-template (1.0-11) stable; urgency=low
|
---|
150 |
|
---|
151 | * sub_check_exitcode modified
|
---|
152 | * sub_check_exitcode 1641 added
|
---|
153 | * sub_check_exitcode integrated in delsub.ins
|
---|
154 |
|
---|
155 | -- Detlef Oertel <d.oertel@uib.de> Mon, 18 May 2009 14:15:00 +0100
|
---|
156 |
|
---|
157 | opsi-template (1.0-10) stable; urgency=low
|
---|
158 |
|
---|
159 | * modified test on exit code added 3010 success restart required
|
---|
160 | -- bardo wolf
|
---|
161 |
|
---|
162 | opsi-template (1.0-9) stable; urgency=low
|
---|
163 |
|
---|
164 | * renamed from softprod to opsi-template
|
---|
165 | * added test on exit code
|
---|
166 |
|
---|
167 | -- Detlef Oertel <d.oertel@uib.de> Fri, 13 Mar 2009 12:35:32 +0100
|
---|
168 |
|
---|
169 | opsi-template (1.0-8) stable; urgency=low
|
---|
170 |
|
---|
171 | * comment Anweisungen
|
---|
172 | * delsub:
|
---|
173 | Section: Files_uninstall
|
---|
174 | ;something like (don't forget the trailing backslash)
|
---|
175 | ;delete -sf "$InstallDir$\"
|
---|
176 |
|
---|
177 | -- Detlef Oertel <d.oertel@uib.de> Wed, 5 Nov 2008 17:00:00 +0100
|
---|
178 |
|
---|
179 |
|
---|
180 |
|
---|
181 |
|
---|