Personalización de agentes
Puede crear sus propios instaladores para nuestros programas cliente o agentes.
Instalador 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 Descarga de paquetes Zip page.
Cuando desinstale un servicio de Windows, ejecute 'bin/unstsvc.bat '.
Cambiar el nombre de la aplicación
El nombre de la aplicacion esta en '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.
Archivo de iconos y valores de configuración por defecto
Para cambiar el fichero de iconos, sustituya 'nxd.ico' por el suyo propio. Es un fichero de iconos fusionado para iconos de 16x16 y 32x32 y 48x48.
Si desea cambiar los valores de configuracion por defecto, modifique 'conf/cfg.default' file. .default files will be copied to .properties files when you run 'setup.exe' the first time.