エージェントのカスタマイズ
クライアントプログラムやエージェントの独自のインストーラを作成できます。
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.