move to new build system

This commit is contained in:
Mario Fetka
2012-01-29 09:10:37 +01:00
parent 4a129b75d9
commit 2c09779a1d
4 changed files with 176 additions and 125 deletions

View File

@@ -28,6 +28,16 @@ set $INST_architecture$ = GetProductProperty("install_architecture","system spec
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 -
; ----------------------------------------------------------------
@@ -96,7 +106,7 @@ endif
; You can use $LicenseKey$ var to pass a license key to the installer
;
; === Nullsoft Scriptable Install System ================================================================
"%ScriptPath%\x86\svcpack\aio-runtimes.exe"
"$Install32Exe$"
[Files_install_32]
; Example of recursively copying some files into the installation directory:
@@ -108,7 +118,7 @@ endif
; You can use $LicenseKey$ var to pass a license key to the installer
;
; === MSI package =======================================================================================
"%ScriptPath%\amd64\aio-runtimes.exe"
"$Install64Exe$"
[Files_install_64]
; Example of recursively copying some files into the installation directory: