2012-05-10 16:32:22 +02:00
############################
# Setup product information
############################
VENDOR = "nomachine.com"
PN = "nomachine.nxclient"
2013-03-14 19:17:48 +01:00
NAME = "NoMachine NXClient"
2013-03-14 20:12:04 +01:00
DESRIPTION = "NoMachine technology revolutionizes the way users access their computing resources across the Internet by making remote access to desktops and applications as easy and widespread as Web browsing."
2012-10-15 09:03:02 +02:00
VERSION = "3.5.0.9"
2012-05-10 16:32:22 +02:00
RELEASE = "3"
PRIORITY = "0"
ADVICE = ""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE = "public"
2019-01-04 12:22:56 +01:00
DL_FILE[0] = "NMLogo.png"
DL_SOURCE[0] = "https://www.nomachine.com/NMLogo.png"
2012-05-10 16:32:22 +02:00
2012-10-15 09:03:02 +02:00
DL_FILE[1] = "nxclient-3.5.0-9.exe"
2014-09-30 16:56:58 +02:00
DL_SOURCE[1] = "http://ftp.disconnected-by-peer.at/NX/Windows/nxclient-3.5.0-9.exe"
2012-05-10 16:32:22 +02:00
DL_ARCH[1] = "X86"
DL_WINST_NAME[1] = InstallExe
2013-03-14 19:15:04 +01:00
DL_FILE[2] = "nxfonts-75dpi-3.5.0-1.exe"
2014-09-30 16:56:58 +02:00
DL_SOURCE[2] = "http://ftp.disconnected-by-peer.at/NX/Windows/nxfonts-75dpi-3.5.0-1.exe"
2013-03-14 19:15:04 +01:00
DL_ARCH[2] = "X86"
DL_WINST_NAME[2] = Install75dpiExe
DL_FILE[3] = "nxfonts-100dpi-3.5.0-1.exe"
2014-09-30 16:56:58 +02:00
DL_SOURCE[3] = "http://ftp.disconnected-by-peer.at/NX/Windows/nxfonts-100dpi-3.5.0-1.exe"
2013-03-14 19:15:04 +01:00
DL_ARCH[3] = "X86"
DL_WINST_NAME[3] = Install100dpiExe
DL_FILE[4] = "nxfonts-misc-3.5.0-1.exe"
2014-09-30 16:56:58 +02:00
DL_SOURCE[4] = "http://ftp.disconnected-by-peer.at/NX/Windows/nxfonts-misc-3.5.0-1.exe"
2013-03-14 19:15:04 +01:00
DL_ARCH[4] = "X86"
DL_WINST_NAME[4] = InstallMiscExe
DL_FILE[5] = "nxfonts-others-3.5.0-1.exe"
2014-09-30 16:56:58 +02:00
DL_SOURCE[5] = "http://ftp.disconnected-by-peer.at/NX/Windows/nxfonts-others-3.5.0-1.exe"
2013-03-14 19:15:04 +01:00
DL_ARCH[5] = "X86"
DL_WINST_NAME[5] = InstallOthersExe
2012-05-10 16:32:22 +02:00
# File array index for the image showing while installing the program
ICON_DL_INDEX = 0
2013-03-14 19:15:04 +01:00
OPSI_INI_SECTION[0] = "X86"
OPSI_INI_OPTION[0] = "UninstallProg"
OPSI_INI_VALUE[0] = "unins000.exe"
2013-03-14 20:12:04 +01:00