NucleusConnector.exe /S /CONFIG=<path-to-ncfg> [/LOG=<log-path>] [/D=<install-dir>]
Flag | Required | Description |
|---|---|---|
/S | Yes | Silent mode; no user interface is shown. |
/CONFIG=<path> | Yes | Path to the .ncfg enrollment file to deploy. Required in silent mode. |
/LOG=<path> | No | Writes a transcript of install milestones to this path, including a success or failure marker at the end. Also valid in interactive mode. |
/D=<install-dir> | No | Overrides the default install directory. Must be the last argument and must not be quoted, even if the path contains spaces (standard NSIS convention). |
/? or /HELP | No | Displays a usage dialog and exits without installing. Auto-dismisses in silent mode. |
Code | Meaning |
|---|---|
0 | Install succeeded. |
2 | Install was aborted mid-run (for example extraction failure, SDK install failure, or startup registration failure). Check the /LOG= transcript for the cause. |
3 | /CONFIG= was not provided in silent mode. |
4 | The path provided to /CONFIG= does not exist. |
NucleusConnector.exe /S /CONFIG=C:\Deploy\site-42.ncfg NucleusConnector.exe /S /CONFIG=C:\Deploy\site-42.ncfg /LOG=C:\Deploy\install.log NucleusConnector.exe /S /CONFIG=C:\Deploy\site-42.ncfg /D=D:\Zebra\Nucleus