docs: describe automatic Windows MSI authoring validation

This commit is contained in:
Palash Debnath
2026-09-07 11:52:41 +05:30
parent f463276ca5
commit 079be2fbe5
+6
View File
@@ -307,3 +307,9 @@ The renderer preserves Tauri resource destinations while assigning distinct,
stable per-user component identities, HKCU registry keypaths, and uninstall
cleanup for nested resource folders. Missing or unrendered resources fail the
build. The canonical system installer retains its per-machine authoring.
CI bundles both scopes with a tiny executable, an external helper, and nested
resources using the CLI version locked in `bun.lock`. The Windows MSI authoring
job runs after the test suite and preserves verbose WiX logs and rendered XML.
For focused diagnosis, dispatch CI with `windows_wix_diagnostic=true`; it skips
the other jobs and never signs, publishes, or installs the fixture bundles.