Настройка агентов
Вы можете создавать свои собственные инсталляторы для наших клиентских программ или агентов.
Установщик для Windows
What we do with our installer is copy all the required files into a directory and then register it as a Windows
service, and then run a setup program.
For example, when you install NxProxy, we copy its files into 'C:/Program Files (x86)/nxproxy' .
We then run 'bin/instsvc.bat' under the installation directory to register it as a Windows service and run
setup.exe.
We keep the zip packages we use for building Windows installers on our Загрузка Zip-пакета page.
Когда вы удаляете службу Windows, запустите 'bin/unstsvc.bat '.
Изменение имени приложения
Имя приложения находится в 'conf/appname' file. When you change the name inside the file, the new name will appear on the setup
program. We also use the name for creating its Windows service.
файл иконок и стандартные значения настроек
Чтобы изменить файл иконок, замените 'nxd.ico' на свой собственный. Это объединенный файл иконок для 16x16, 32x32 и 48x48 иконок.
Если вы хотите изменить значения настроек по умолчанию, измените 'conf/cfg.default' file. .default files will be copied to .properties files when you run 'setup.exe' the first time.