NxFilter Tutorial

  • EN English
  • DE Deutsch
  • ES Español
  • FR Français
  • IT Italiano
  • JP 日本語
  • BR Português
  • RU Русский
  • TR Türkçe
Aracıları özelleştirme
İstemci programlarımız veya aracılarımız için kendi yükleyicilerinizi oluşturabilirsiniz.


Windows yükleyici
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 Paketi İndirme page.

Bir Windows hizmetini kaldırdığınızda, çalıştırın 'bin/unstsvc.bat '.


Uygulama adını değiştirme
Uygulama adı '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.


Simge dosyası ve varsayılan kurulum değerleri
Simge dosyasını değiştirmek için 'nxd.ico' dosyasını kendi dosyanızla değiştirin. 16x16 ve 32x32 ve 48x48 simgeler için birleştirilmiş bir simge dosyasıdır.

Varsayılan kurulum değerlerini değiştirmek istiyorsanız 'conf/cfg.default' file. .default files will be copied to .properties files when you run 'setup.exe' the first time.