File instlux-remove-whole-regkey.patch of Package instlux
Index: instlux-SVN62/instlux/src/instlux_template_en.nsi
===================================================================
--- instlux-SVN62.orig/instlux/src/instlux_template_en.nsi
+++ instlux-SVN62/instlux/src/instlux_template_en.nsi
@@ -464,7 +464,7 @@ Section "Uninstall"
StrCpy $0 bcdedit.exe
MessageBox MB_OK "bcdedit /delete $0 failed"; TODO: translate error string!
${Endif}
- DeleteRegKey HKLM "Software\DISTRO\DISTRO-Installer Loader"
+ DeleteRegKey HKLM "Software\DISTRO"
${Endif}
Goto lbl_Finish