move to new buildsystem

This commit is contained in:
Mario Fetka
2012-01-28 23:17:50 +01:00
parent 2cb3f570f4
commit 8ff967574b
4 changed files with 98 additions and 3 deletions

View File

@@ -28,6 +28,9 @@ set $INST_architecture$ = GetProductProperty("install_architecture","system spec
Set $LogDir$ = "%SystemDrive%\tmp"
; Token BUILDER_VARIABLES will be replaced by opsi-builder.sh
@@BUILDER_VARIABLES@@
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
@@ -96,7 +99,7 @@ endif
; You can use $LicenseKey$ var to pass a license key to the installer
;
; === Nullsoft Scriptable Install System ================================================================
"%ScriptPath%\X86FILE" /S /D="$InstallDir32$"
"Install32Exe" /S /D="$InstallDir32$"
"%ScriptPath%\associate.cmd"
[Files_install_32]
@@ -110,7 +113,7 @@ endif
;
; === MSI package =======================================================================================
; You may use the parameter PIDKEY=$Licensekey$
msiexec /i "%ScriptPath%\AMD64FILE" INSTALLDIR="$InstallDir64$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
msiexec /i "Install64Msi" INSTALLDIR="$InstallDir64$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
"%ScriptPath%\associate.cmd"
[Files_install_64]