34 lines
890 B
Plaintext
34 lines
890 B
Plaintext
|
; Copyright (c) uib gmbh (www.uib.de)
|
||
|
; This sourcecode is owned by uib
|
||
|
; and published under the Terms of the General Public License.
|
||
|
; credits: http://www.opsi.org/credits/
|
||
|
|
||
|
[Actions]
|
||
|
requiredWinstVersion >= "4.10.8.6"
|
||
|
|
||
|
DefVar $MsiId$
|
||
|
DefVar $UninstallProgram$
|
||
|
DefVar $LogDir$
|
||
|
DefVar $ProductId$
|
||
|
DefVar $MinimumSpace$
|
||
|
DefVar $InstallDir$
|
||
|
DefVar $ExitCode$
|
||
|
DefVar $LicenseRequired$
|
||
|
DefVar $LicenseKey$
|
||
|
DefVar $LicensePool$
|
||
|
|
||
|
; The token BUILDER_VARIABLES will be replaced by opsi-builder.sh
|
||
|
; and adds the following variables:
|
||
|
; from builder-product.cfg : all variables definded by attribute WINST[index]
|
||
|
; from builder-product.cfg : VENDOR PN VERSION RELEASE PRIORITY ADVICE TYPE
|
||
|
; from opsi-builder.cfg : CREATOR_TAG CREATOR_NAME CREATOR_EMAIL
|
||
|
; auto generated winst-variables
|
||
|
; $IconFile$: path to product picture
|
||
|
;
|
||
|
@@BUILDER_VARIABLES@@
|
||
|
|
||
|
......
|
||
|
|
||
|
|
||
|
|