summaryrefslogtreecommitdiffstats
path: root/packaging/wix/file_association.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packaging/wix/file_association.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/wix/file_association.xml b/packaging/wix/file_association.xml
new file mode 100644
index 0000000..b3a9565
--- /dev/null
+++ b/packaging/wix/file_association.xml
@@ -0,0 +1,14 @@
+<CPackWiXPatch>
+ <CPackWiXFragment Id="CM_CP_inkscape.bin.inkscape.exe">
+ <ProgId Id="Inkscape.SVG" Description="Scalable Vector Graphics" Icon="CM_FP_inkscape.bin.inkscape.exe">
+ <Extension Id="svg">
+ <Verb Id="open" TargetFile='CM_FP_inkscape.bin.inkscape.exe' Argument="&quot;%1&quot;" />
+ </Extension>
+ </ProgId>
+ <ProgId Id="Inkscape.SVGZ" Description="Compressed Scalable Vector Graphics" Icon="CM_FP_inkscape.bin.inkscape.exe">
+ <Extension Id="svgz">
+ <Verb Id="open" TargetFile='CM_FP_inkscape.bin.inkscape.exe' Argument="&quot;%1&quot;" />
+ </Extension>
+ </ProgId>
+ </CPackWiXFragment>
+</CPackWiXPatch>