Personnalisation des agents
Vous pouvez créer vos propres installateurs pour nos programmes clients ou agents.
Installateur 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 Téléchargement du paquet zip page.
Lorsque vous désinstallez un service Windows, exécutez 'bin/unstsvc.bat '.
Modification du nom de l'application
Le nom de l'application est 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.
Fichier d'icônes et valeurs de configuration par défaut
Pour changer le fichier d'icônes, remplacez 'nxd.ico' par votre propre fichier. Il s'agit d'un fichier d'icônes fusionné pour les icônes 16x16, 32x32 et 48x48.
Si vous voulez changer les valeurs de configuration par défaut, modifiez 'conf/cfg.default' file. .default files will be copied to .properties files when you run 'setup.exe' the first time.