From: Wouter Wijngaards Date: Fri, 22 Oct 2010 07:34:28 +0000 (+0000) Subject: - Windows 7 fix for installer. X-Git-Tag: release-1.4.7rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5533861c28664d7eb522b2a42a7b4be578369d24;p=thirdparty%2Funbound.git - Windows 7 fix for installer. git-svn-id: file:///svn/unbound/trunk@2304 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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}