dropbox.client/builder-product.cfg

40 lines
1.2 KiB
INI
Raw Normal View History

2014-11-16 15:47:14 +01:00
VENDOR="dropbox.com"
PN="dropbox.client"
NAME="DropBox Client"
DESCRIPTION="Dropbox online snyc tool"
2019-09-19 12:48:53 +02:00
VERSION="81.4.195"
2014-11-16 15:47:14 +01:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="Dropbox-icon.png"
DL_SOURCE[0]="http://icons.iconarchive.com/icons/uiconstock/socialmedia/512/Dropbox-icon.png"
2015-11-13 09:47:28 +01:00
DL_FILE[1]="Dropbox-${VERSION}-Offline-Installer.exe"
2019-05-02 15:39:26 +02:00
DL_SOURCE[1]="https://www.dropbox.com/download?full=1&plat=win"
#DL_SOURCE[1]="https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20${VERSION}%20Offline%20Installer.exe"
2014-11-16 15:47:14 +01:00
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Exe
2015-11-13 09:47:28 +01:00
DL_FILE[2]="Dropbox-${VERSION}-Offline-Installer.exe"
2019-05-02 15:39:26 +02:00
DL_SOURCE[2]="https://www.dropbox.com/download?full=1&plat=win"
#DL_SOURCE[2]="https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20${VERSION}%20Offline%20Installer.exe"
2014-11-16 15:47:14 +01:00
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Exe
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg32"
OPSI_INI_VALUE[0]="DropboxUninstaller.exe"
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="UninstallProg64"
OPSI_INI_VALUE[1]="DropboxUninstaller.exe"