mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Windows 7 fix for installer.
git-svn-id: file:///svn/unbound/trunk@2304 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2bdb094f7b
commit
5533861c28
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue