Add directory for wix components

CURA-11288
This commit is contained in:
c.lamboo 2023-11-30 11:51:35 +01:00
parent ed378f61ed
commit d53b2d94ab

View File

@ -160,7 +160,7 @@
</DirectoryRef> </DirectoryRef>
<!--Url Scheme--> <!--Url Scheme-->
<Component Id="CuraRegistration" Guid="*"> <Component Id="CuraRegistration" Guid="*" Directory="APPLICATIONFOLDER">
<RegistryKey Root="HKCR" Key="cura" Action="createAndRemoveOnUninstall"> <RegistryKey Root="HKCR" Key="cura" Action="createAndRemoveOnUninstall">
<RegistryValue Type="string" Value="URL:Cura Protocol"/> <RegistryValue Type="string" Value="URL:Cura Protocol"/>
<RegistryValue Type="string" Name="URL Protocol" Value=""/> <RegistryValue Type="string" Name="URL Protocol" Value=""/>
@ -169,7 +169,7 @@
</RegistryKey> </RegistryKey>
</Component> </Component>
<Component Id="SlicerRegistration" Guid="*"> <Component Id="SlicerRegistration" Guid="*" Directory="APPLICATIONFOLDER">
<RegistryKey Root="HKCR" Key="slicer" Action="createAndRemoveOnUninstall"> <RegistryKey Root="HKCR" Key="slicer" Action="createAndRemoveOnUninstall">
<RegistryValue Type="string" Value="URL:Slicer Protocol"/> <RegistryValue Type="string" Value="URL:Slicer Protocol"/>
<RegistryValue Type="string" Name="URL Protocol" Value=""/> <RegistryValue Type="string" Name="URL Protocol" Value=""/>