############################ # Setup product information ############################ VENDOR="dokan-dev.net" PN="dokan.userfs" NAME="Dokan library" DESCRIPTION="Dokan Library is similar to FUSE(Linux user mode file system) but works on Windows." VERSION="0.7.4" RELEASE="3" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="yin_yang-linux_windows.jpg" DL_SOURCE[0]="http://www.linux-wizard.net/wp-content/uploads/2011/07/yin_yang-linux_windows.jpg" DL_FILE[1]="DokanInstall_${VERSION}.exe" DL_SOURCE[1]="https://github.com/dokan-dev/dokany/releases/download/v${VERSION}/DokanInstall_${VERSION}.exe" DL_ARCH[1]="ALL" 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]="UninstallProg32" OPSI_INI_VALUE[0]="DokanUninstall.exe" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="UninstallProg64" OPSI_INI_VALUE[1]="DokanUninstall.exe"