cad-editor/packaging/windows
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Claude e24447a70d
feat(installer): register Open CAD Studio as a default-app candidate for .dwg/.dxf
Adds a DefaultPrograms component publishing Capabilities and a
RegisteredApplications entry under HKLM. This makes Open CAD Studio
appear in Settings > Default Apps and the shell "Open with" list, so
users can set it as the default handler for .dwg and .dxf files.

Modern Windows guards the actual default behind a per-user UserChoice
hash that an installer cannot forge, so this is the supported path to
becoming the default rather than silently overwriting the association.

https://claude.ai/code/session_01DFVSKgViFaxEjZD2KsTdtt
2026-06-12 07:30:49 +00:00
..
main.wxs feat(installer): register Open CAD Studio as a default-app candidate for .dwg/.dxf 2026-06-12 07:30:49 +00:00
ui.wxs refactor(installer): split installer UI into its own ui.wxs 2026-06-12 07:28:04 +00:00