]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Windows 7 fix for installer.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 22 Oct 2010 07:34:28 +0000 (07:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 22 Oct 2010 07:34:28 +0000 (07:34 +0000)
git-svn-id: file:///svn/unbound/trunk@2304 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
winrc/setup.nsi

index 98fad2e46d4f50f1c2f6901717c9214402cd28fd..94eb6cc95c3902e329b953014d7df55e2ace1a27 100644 (file)
@@ -1,3 +1,6 @@
+22 October 2010: Wouter
+       - Windows 7 fix for the installer.
+
 21 October 2010: Wouter
        - Fix bug where fallback_tcp causes wrong roundtrip and edns
          observation to be noted in cache.  Fix bug where EDNSprobe halted
index ff1b0b39a0d5f566ac58005708cf5f9c75fea96a..3d324f3f3c6fd8937a2ef15fac54bca7e9d5c2a1 100644 (file)
@@ -122,7 +122,7 @@ section "-hidden.postinstall"
                FileWrite $R1 "$\nserver: auto-trust-anchor-file: $\"$INSTDIR\root.key$\"$\n"
                FileClose $R1
          done_rk:
-               WriteRegStr HKLM "Software\Unbound" "RootAnchor" "$\"$INSTDIR\unbound-anchor.exe$\""
+               WriteRegStr HKLM "Software\Unbound" "RootAnchor" "$\"$INSTDIR\unbound-anchor.exe$\" -a $\"$INSTDIR\root.key$\" -c $\"$INSTDIR\icannbundle.pem$\""
        ${Else}
                WriteRegStr HKLM "Software\Unbound" "RootAnchor" ""
        ${EndIf}