mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-24 22:17:28 -07:00
Remove deprecated createAndRemoveOnUninstall action from wix installer
CURA-11288
This commit is contained in:
parent
d53b2d94ab
commit
2b5f8b3a7c
1 changed files with 2 additions and 2 deletions
|
|
@ -161,7 +161,7 @@
|
|||
|
||||
<!--Url Scheme-->
|
||||
<Component Id="CuraRegistration" Guid="*" Directory="APPLICATIONFOLDER">
|
||||
<RegistryKey Root="HKCR" Key="cura" Action="createAndRemoveOnUninstall">
|
||||
<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"/>
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
</Component>
|
||||
|
||||
<Component Id="SlicerRegistration" Guid="*" Directory="APPLICATIONFOLDER">
|
||||
<RegistryKey Root="HKCR" Key="slicer" Action="createAndRemoveOnUninstall">
|
||||
<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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue