cad-editor/packaging/windows
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Hakan Seven 0637dde93c fix(wix): split ProgID per extension to avoid duplicate Verb registry key
A single ProgID with two `<Extension>` children, each carrying its own
`<Verb Id='open'>`, makes WiX emit two rows with the same Registry
primary key and light fails with LGHT0130. Split into one ProgID per
extension (`OpenCADStudio.DWG`, `OpenCADStudio.DXF`); both still invoke
the same exe with the file as `argv[1]`.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-30 00:20:30 +03:00
..
main.wxs fix(wix): split ProgID per extension to avoid duplicate Verb registry key 2026-05-30 00:20:30 +03:00