Parameter:
KitVersionShort description: Version identifier of the installed Notes/Domino kit. Written by the installer and evaluated for inventory, patch logic, and diagnostics.
Profile
Parameter | KitVersion |
Category | General |
Component | Server, Client |
Available since | 9.0.1 |
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 | Version string, e.g. 14.5, 12.0.2 |
Description
KitVersion records which Domino / Notes major version was last installed. Patch and FixPack installers, but also monitoring / inventory tools, use this value to check compatibility or to keep a precise version inventory. The version actually reported at runtime (show server) can deviate after hotfixes, but the kit value remains as the “install level.”Example configuration
KitVersion=14.5
Notes & pitfalls
- The value is updated only by the installer – do not change manually.
- A good mandatory entry for CMDB / asset inventories.
- Does not necessarily match
Build/Releasefromshow serveronce hotfixes have been applied.
- Complements
KitTypefor clean classification.