diff --git a/packaging/windows/main.wxs b/packaging/windows/main.wxs
index 5487c2b7..9183c8bd 100644
--- a/packaging/windows/main.wxs
+++ b/packaging/windows/main.wxs
@@ -14,6 +14,9 @@
* File associations for .dwg and .dxf via a single ProgID; both
route through `OpenCADStudio.exe "%1"` so the OS hands the file
path to the app as argv[1] (consumed in OpenCADStudio::boot).
+ * Default Programs registration (Capabilities + RegisteredApplications)
+ so the app shows up in Settings > Default Apps and can be set as the
+ default handler for .dwg / .dxf.
* Standard Add/Remove Programs entry with icon.
* MajorUpgrade — installing a newer MSI replaces the old version.
-->
@@ -98,6 +101,50 @@
+
+
+
+
+
+
+
+
+
@@ -119,6 +166,7 @@
+