Use correct registry key for installer

This commit is contained in:
Adrian GHC
2018-03-08 00:06:46 +01:00
parent 56b86ffb03
commit 6a05513931

View File

@@ -31,7 +31,7 @@
<RemoveFolder Id="ProgramMenuFolder" On="uninstall" />
<RegistryValue
Root="HKCU"
Key="Software/QuickLook"
Key="Software\QuickLook"
Name="installed"
Type="integer"
Value="1"
@@ -48,7 +48,7 @@
<RemoveFolder Id="DesktopFolder" On="uninstall" />
<RegistryValue
Root="HKCU"
Key="Software/QuickLook"
Key="Software\QuickLook"
Name="installed"
Type="integer"
Value="1"