From b135789152b625638be1c51e3c131084685d2c67 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 19 Nov 2015 22:24:32 +0100 Subject: [PATCH] change install way --- CLIENT_DATA/setup32.ins | 2 +- builder-product.cfg | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 4b953c4..5ab26a5 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -76,7 +76,7 @@ else endif [Winbatch_install] -"$InstallExe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NOCANDY /D="$InstallDir$" +"$InstallExe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NOCANDY /Dir="$InstallDir$" [Files_install] ; copy the ini file to the InstallDir diff --git a/builder-product.cfg b/builder-product.cfg index 51ecddf..0619414 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -30,3 +30,24 @@ ICON_DL_INDEX=0 OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="unins000.exe" + +OPSI_INI_SECTION[1]="Setup" +OPSI_INI_OPTION[1]="Group" +OPSI_INI_VALUE[1]="WinSCP" + +OPSI_INI_SECTION[2]="Setup" +OPSI_INI_OPTION[2]="NoIcons" +OPSI_INI_VALUE[2]="0" + +OPSI_INI_SECTION[3]="Setup" +OPSI_INI_OPTION[3]="SetupType" +OPSI_INI_VALUE[3]="full" + +OPSI_INI_SECTION[4]="Setup" +OPSI_INI_OPTION[4]="Components" +OPSI_INI_VALUE[4]="main,shellext,pageant,puttygen,transl,transl\\eng,transl\\de" + +OPSI_INI_SECTION[5]="Setup" +OPSI_INI_OPTION[5]="Tasks" +OPSI_INI_VALUE[5]="desktopicon,desktopicon\\common,sendtohook,urlhandler" +