blob: 0ab87aed3a50723683e2220c50ddb71f9cfb2c0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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=""%1"" />
</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=""%1"" />
</Extension>
</ProgId>
<RegistryKey Key="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\inkscape.exe" Root="HKLM">
<RegistryValue Type="string" Value="[#CM_FP_inkscape.bin.inkscape.exe]"/>
<RegistryValue Name="Path" Type="string" Value="[$CM_CP_inkscape.bin.inkscape.exe]"/>
</RegistryKey>
</CPackWiXFragment>
</CPackWiXPatch>
|