change install way

This commit is contained in:
Mario Fetka 2015-11-19 22:24:32 +01:00
parent d5c182b208
commit b135789152
2 changed files with 22 additions and 1 deletions

View File

@ -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

View File

@ -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"