############################ # Setup product information ############################ VENDOR="winscp.net" PN="winscp.winscp" NAME="WinSCP" DESCRIPTION="WinSCP ist ein grafischer Open Source SFTP und FTP Client fuer Windows, der auch das alte SCP-Protokoll unterstuetzt." VERSION="5.17.1" RELEASE="1" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="og_logo_240x240.jpg" DL_SOURCE[0]="http://winscp.net/eng/images/og_logo_240x240.jpg" DL_FILE[1]="WinSCP-${VERSION}-Setup.exe" #DL_SOURCE[1]="https://winscp.net/download/WinSCP-${VERSION}-Setup.exe" DL_SOURCE[1]="https://sourceforge.net/projects/winscp/files/WinSCP/${VERSION}/WinSCP-${VERSION}-Setup.exe" DL_ARCH[1]="X86" DL_WINST_NAME[1]=InstallExe # File array index for the image showing while installing the program 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"