From fcaf48f84481edb752a6a43ebf2c85330480fb2d Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Mon, 2 Mar 2020 04:11:42 +0100 Subject: [PATCH] misc --- cmake/WIX/WIX.template.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/WIX/WIX.template.in b/cmake/WIX/WIX.template.in index 2ece14e..1379207 100644 --- a/cmake/WIX/WIX.template.in +++ b/cmake/WIX/WIX.template.in @@ -38,8 +38,8 @@ <DirectoryRef Id="TARGETDIR"> <Component Id="CMakeRegistry"> - <RegistryKey Root="HKLM" Key="Software\FUBioroboticsLab\BioTracker\Plugins"> - <RegistryValue Type="string" Name="backgroundsubtracktion_tracker" + <RegistryKey Root="HKLM" Key="Software\FU Berlin\Biorobotics Lab\BioTracker\Plugins"> + <RegistryValue Type="string" Name="backgroundsubtraction_tracker" Value="[INSTALL_ROOT]" KeyPath="yes"/> </RegistryKey> </Component> -- GitLab