move to new buildsystem and bump

This commit is contained in:
Mario Fetka
2012-02-15 12:18:48 +01:00
parent c34c70c625
commit 9fd2d3b9ee
6 changed files with 94 additions and 2 deletions

View File

@@ -19,6 +19,16 @@ DefVar $LicensePool$
Set $LogDir$ = "%SystemDrive%\tmp"
; 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@@
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
@@ -106,7 +116,8 @@ endif
[Files_install]
; Example of recursively copying some files into the installation directory:
;
copy -s "%ScriptPath%\X86XMLFILE\*.exe" "$InstallDir$"
copy -s "$InstallExe$" "$InstallDir$"
[Registry_install]
; Example of setting some values of an registry key: