Headless daemon MSI installers (tab-atelier-headless), newest first. Each filename carries the commit short SHA.
From an elevated cmd.exe or PowerShell (run as Administrator), in the folder where you downloaded the MSI:
msiexec /i tab-atelier-headless-XXXXXXXX-0.4.0-x86_64.msi /qb
/qb shows a basic progress bar without TaskDialog; /qn is fully silent. Both bypass the legacy Windows installer chrome.
/qb or /qn command-line install above — it does not invoke TaskDialog at all.