tab-atelier Windows builds

Headless daemon MSI installers (tab-atelier-headless), newest first. Each filename carries the commit short SHA.

Installing

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.

If double-click install fails with “entrypoint TaskDialogIndirect can not be found in dynamic link library”: your shell is loading the legacy comctl32 v5 instead of v6. Use the /qb or /qn command-line install above — it does not invoke TaskDialog at all.

← back to the apt repo