mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-02-27 01:00:11 +08:00
Use correct registry key for installer
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user