Parameter:
KitTypeShort description: Identifies the installation type (server vs. Notes Client). Set by setup; should not be changed manually.
Profile
Parameter | KitType |
Category | Startup / Tasks |
Component | Server, Client |
Available since | 6.0 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | 1 = Server, 2 = Notes Client |
Description
KitType is written by Domino / Notes Setup at install time and uniquely identifies whether the installation is a server or a client. Various tools (e.g. update installers, configuration checks, diagnostic scripts) read the value to choose the right installation profile. Manual editing is explicitly not recommended, since follow-up actions such as patch installation or nshield rely on it.Example configuration
KitType=1
Notes & pitfalls
- Never change manually – incorrect values can mislead updates and diagnostic tools.
- The value is rewritten by the installer / updater on every install.
- Useful for inventory purposes (scripts can reliably distinguish "server vs. client").
- Complements
KitVersion(installed version).