mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-15 17:09:33 -07:00
Path correction for cura application for msi
CURA-11288
This commit is contained in:
parent
69f8227b41
commit
cb01026aad
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="$(var.CuraDir)\CuraEngine.exe,1"/>
|
||||
<RegistryValue Type="string" Key="shell\open\command" Value=""$(var.CuraDir)\CuraEngine.exe" "%1""/>
|
||||
<RegistryValue Type="string" Key="DefaultIcon" Value="$[APPLICATIONFOLDER]\{{ main_app }},1"/>
|
||||
<RegistryValue Type="string" Key="shell\open\command" Value=""$[APPLICATIONFOLDER]\{{ main_app }}" "%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="$(var.CuraDir)\CuraEngine.exe,1"/>
|
||||
<RegistryValue Type="string" Key="shell\open\command" Value=""$(var.CuraDir)\CuraEngine.exe" "%1""/>
|
||||
<RegistryValue Type="string" Key="DefaultIcon" Value="$[APPLICATIONFOLDER]\{{ main_app }},1"/>
|
||||
<RegistryValue Type="string" Key="shell\open\command" Value=""$[APPLICATIONFOLDER]\{{ main_app }}" "%1""/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue