mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-25 02:00:12 +08:00
Merge pull request #200 from adrianghc/master
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