NxFilter Tutorial

  • EN English
  • DE Deutsch
  • ES Español
  • FR Français
  • IT Italiano
  • JP 日本語
  • BR Português
  • RU Русский
  • TR Türkçe
Customizing-Agenten
Sie können Ihre eigenen Installationsprogramme für unsere Client-Programme oder Agenten erstellen.


Windows-Installationsprogramm
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-Paket-Download page.

Wenn Sie einen Windows-Dienst deinstallieren, führen Sie 'bin/unstsvc.bat '.


Ändern des Anwendungsnamens
Der Anwendungsname ist in '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.


Icon-Datei und Standard-Setup-Werte
Um die Symboldatei zu ändern, ersetzen Sie "nxd.ico" durch Ihre eigene. Es handelt sich um eine kombinierte Symboldatei für 16x16-, 32x32- und 48x48-Symbole.

Wenn Sie die Standard-Setup-Werte ändern möchten, ändern Sie 'conf/cfg.default' file. .default files will be copied to .properties files when you run 'setup.exe' the first time.