diff --git a/doc/Changelog b/doc/Changelog index 98fad2e46..94eb6cc95 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/winrc/setup.nsi b/winrc/setup.nsi index ff1b0b39a..3d324f3f3 100644 --- a/winrc/setup.nsi +++ b/winrc/setup.nsi @@ -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}