Path correction for cura application for msi

CURA-11288
This commit is contained in:
saumya.jain 2023-12-19 14:33:21 +01:00
parent 5769fcba50
commit 69f8227b41

View File

@ -164,8 +164,8 @@
<RegistryKey Root="HKCR" Key="cura">
<RegistryValue Type="string" Value="URL:Cura Protocol"/>
<RegistryValue Type="string" Name="URL Protocol" Value=""/>
<RegistryValue Type="string" Key="DefaultIcon" Value="[INSTALLFOLDER]\CuraEngine.exe,1"/>
<RegistryValue Type="string" Key="shell\open\command" Value="&quot;[INSTALLFOLDER]\CuraEngine.exe&quot; &quot;%1&quot;"/>
<RegistryValue Type="string" Key="DefaultIcon" Value="$(var.CuraDir)\CuraEngine.exe,1"/>
<RegistryValue Type="string" Key="shell\open\command" Value="&quot;$(var.CuraDir)\CuraEngine.exe&quot; &quot;%1&quot;"/>
</RegistryKey>
</Component>
@ -173,8 +173,8 @@
<RegistryKey Root="HKCR" Key="slicer">
<RegistryValue Type="string" Value="URL:Slicer Protocol"/>
<RegistryValue Type="string" Name="URL Protocol" Value=""/>
<RegistryValue Type="string" Key="DefaultIcon" Value="[INSTALLFOLDER]\CuraEngine.exe,1"/>
<RegistryValue Type="string" Key="shell\open\command" Value="&quot;[INSTALLFOLDER]\CuraEngine.exe&quot; &quot;%1&quot;"/>
<RegistryValue Type="string" Key="DefaultIcon" Value="$(var.CuraDir)\CuraEngine.exe,1"/>
<RegistryValue Type="string" Key="shell\open\command" Value="&quot;$(var.CuraDir)\CuraEngine.exe&quot; &quot;%1&quot;"/>
</RegistryKey>
</Component>