Merge pull request #200 from adrianghc/master

Use correct registry key for installer
This commit is contained in:
Paddy Xu
2018-03-12 20:30:25 +02:00
committed by GitHub

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"