openvpn.manager/builder-product.cfg

29 lines
813 B
INI
Raw Normal View History

2014-03-07 10:59:14 +01:00
############################
# 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"
2014-03-07 12:01:29 +01:00
VERSION="0.0.3.8"
2014-03-07 10:59: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]="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"
2014-03-07 12:01:29 +01:00
DL_SOURCE[1]="http://openvpn.jowisoftware.de/downloads/openvpnmanager_${VERSION}_setup.exe"
2014-03-07 10:59:14 +01:00
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"