From eca996c7b32203a91a2a4c1432ba2677ee550416 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 21 Feb 2014 12:25:49 +0100 Subject: [PATCH] let the script set the product id --- CLIENT_DATA/setup.ins | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins index e23dd3a..97d870b 100644 --- a/CLIENT_DATA/setup.ins +++ b/CLIENT_DATA/setup.ins @@ -17,8 +17,15 @@ DefVar $httpproxy$ Set $LogDir$ = "%SystemDrive%\tmp" -Set $ProductId$ = "activate-win" - +; 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@@ ; ---------------------------------------------------------------- @@ -43,8 +50,8 @@ else comment "Check Status" DosInAnIcon_status_win7 winst /sysnative - if not ( $httpproxy$ = "" ) - comment "enable HTTP proxy, required for auto-activating" + if not ( $httpproxy$ = "" ) + comment "enable HTTP proxy, required for auto-activating" DosInAnIcon_setproxy_win7 winst /sysnative endif