What's Changed
Added installer option IMPORT_CONFIG
to allow copying a configuration during installation.
This is a great way to simplify configuration distribution during installation if you do not have better tools in place.
To import the configuration from a http server you can do:
$ msiexec /i NSClient++.msi IMPORT_CONFIG=http://myserver.com/nsclient.ini
This release also fixes import of http configuration so you can do:
$ nscp settings --migrate-from https://raw.githubusercontent.com/mickem/nscp/refs/heads/main/tests/rest/nsclient.ini
Full Changelog: 0.10.4...0.10.5