Hugo source for kms.viktorbarzin.me
When the Office VL install fails with setup.exe 1603 (C2R 'SXSMSI' prereq) AND no reboot is pending AND the common causes are clean (verified via telemetry: msiserver healthy, EventLog running, no DisableMSI policy, no stale InProgress MSI, disk OK) AND a manual DISM/SFC + reboot did not help, the install subsystem itself is wedged. New Repair-OfficePrereq (consent-gated; $env:KMS_DEEP_REPAIR=1 to auto-consent) goes one level past DISM without uninstalling anything: re-registers the Windows Installer engine (msiexec /unregister + /regserver) and resets the servicing/update caches (SoftwareDistribution + catroot2), then prompts a restart and re-run. Offered automatically from Reinstall-OfficeVL on a 1603 with no pending reboot. ODT exit code now exposed via $script:OdtExitCode. |
||
|---|---|---|
| content | ||
| data | ||
| layouts | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| .woodpecker.yml | ||
| Dockerfile | ||
| hugo.toml | ||
| nginx.conf | ||
| README.md | ||
kms-website
Source for kms.viktorbarzin.me — a single-page reference for activating
Microsoft Volume License products against the home-lab KMS host (kms.viktorbarzin.lan / kms.viktorbarzin.me).
Stack
- Hugo static site (one custom layout, single
_index) - YAML data file at
data/products.yamlis the source of truth for all GVLK tables - nginx:alpine Docker image (multi-stage build via Hugo)
- Woodpecker CI builds + pushes to
forgejo.viktorbarzin.me/viktor/kms-websiteand rolls thekms-web-pageDeployment in thekmsnamespace - Terraform in
infra/stacks/kmsconsumes the image (var.image_tag)
Local dev
hugo server -D
# → http://localhost:1313
Update GVLKs
Edit data/products.yaml. Push. CI rebuilds and rolls.
Sources of truth for keys: