Explorar o código

properly cleanup registry entries when uninstalling on 64-bit Windows

Ashish Kulkarni %!s(int64=10) %!d(string=hai) anos
pai
achega
8c976561d5
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      wkhtmltox.nsi

+ 3 - 0
wkhtmltox.nsi

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