浏览代码

properly cleanup registry entries when uninstalling on 64-bit Windows

Ashish Kulkarni 10 年之前
父节点
当前提交
8c976561d5
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      wkhtmltox.nsi

+ 3 - 0
wkhtmltox.nsi

@@ -113,6 +113,9 @@ skip_vcruntime:
 SectionEnd
 SectionEnd
 
 
 Section "Uninstall"
 Section "Uninstall"
+  ${If} ${RunningX64}
+    SetRegView 64
+  ${EndIf}
   Call un.DeleteFiles
   Call un.DeleteFiles
   DeleteRegKey HKLM "Software\wkhtmltopdf"
   DeleteRegKey HKLM "Software\wkhtmltopdf"
   DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\wkhtmltopdf"
   DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\wkhtmltopdf"