mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-16 16:25:26 -06:00
Path correction for cura application for msi
CURA-11288
This commit is contained in:
parent
5769fcba50
commit
69f8227b41
1 changed files with 4 additions and 4 deletions
|
|
@ -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=""[INSTALLFOLDER]\CuraEngine.exe" "%1""/>
|
||||
<RegistryValue Type="string" Key="DefaultIcon" Value="$(var.CuraDir)\CuraEngine.exe,1"/>
|
||||
<RegistryValue Type="string" Key="shell\open\command" Value=""$(var.CuraDir)\CuraEngine.exe" "%1""/>
|
||||
</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=""[INSTALLFOLDER]\CuraEngine.exe" "%1""/>
|
||||
<RegistryValue Type="string" Key="DefaultIcon" Value="$(var.CuraDir)\CuraEngine.exe,1"/>
|
||||
<RegistryValue Type="string" Key="shell\open\command" Value=""$(var.CuraDir)\CuraEngine.exe" "%1""/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue