29 lines
830 B
INI
29 lines
830 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="jochenwierum.github.com"
|
|
PN="openvpn.manager"
|
|
NAME="OpenVPN Manager"
|
|
DESCRIPTION="OpenVPN Manager is a GUI for the OpenVPN Management Interface to control OpenVPN"
|
|
VERSION="0.0.3.6"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="network-ip-vps.jpg"
|
|
DL_SOURCE[0]="http://www.host-stage.net/images/vps/network-ip-vps.jpg"
|
|
|
|
DL_FILE[1]="openvpnmanager_${VERSION}_setup.exe"
|
|
DL_SOURCE[1]="https://github.com/downloads/jochenwierum/openvpn-manager/openvpnmanager_${VERSION}_setup.exe"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=InstallExe
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="UninstallProg"
|
|
OPSI_INI_VALUE[0]="uninst.exe"
|
|
|