Windows Installation¶
SchemaDock for Windows is installed as a native Windows service.
New installation bundle¶
For a new, pending-enrollment Dock, SchemAlign provides a Windows install bundle similar to:
The GitHub release installer itself is generic. The Dock-specific bootstrap is generated by SchemAlign for the selected registration.
Install SchemaDock¶
- In SchemAlign, open Administration -> SchemaDock.
- Create or select the pending Dock registration.
- Open Install & Health.
- Choose New Installation and download the Windows install bundle.
- Extract the ZIP to a local folder.
- Keep
bootstrap.jsonbeside the installer as directed byINSTALL.txt. - Run
SchemaDockSetup-x64.exewith the administrative rights required to install a Windows service. - Return to SchemAlign Administration and confirm the Dock becomes Enrolled and Online.
Installed locations¶
The validated Windows layout is:
C:\Program Files\SchemaDock\schemadock.exe
C:\ProgramData\SchemaDock\config.json
C:\ProgramData\SchemaDock\identity.json
The service runs as LocalSystem, starts automatically with delayed start behavior, and is configured for service recovery.
Verify the service¶
Use Windows Services to confirm the SchemaDock service is running.
PowerShell can also be used where permitted:
To verify the installed binary version:
Windows reputation and enterprise endpoint controls¶
SchemaDock may display Windows SmartScreen or publisher reputation warnings when the installer is not signed by a trusted commercial code-signing certificate.
Some enterprise environments may also enforce Defender Application Control, Attack Surface Reduction, or other endpoint rules that block newly downloaded or low-reputation executables.
Do not bypass organization security controls
If an enterprise endpoint policy blocks SchemaDock, work with the organization's endpoint-security administrator. Do not disable or bypass centrally managed security controls to force the installer to run.
Update or reinstall¶
An enrolled Windows Dock does not need another bootstrap for normal updates.
Use the current Windows installer from Install & Health. The update/reinstall path preserves the existing config and identity.
See Upgrade, Reinstall & Replacement.