From: Nick Mathewson Date: Mon, 3 Jan 2005 21:23:29 +0000 (+0000) Subject: Remove click-through license page from windows installer X-Git-Tag: debian-version-0.0.9.2-1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dd37f9e6b62fe2f7c62c7468dde7831ca614413;p=thirdparty%2Ftor.git Remove click-through license page from windows installer svn:r3259 --- diff --git a/contrib/tor.nsi b/contrib/tor.nsi index d872ab6785..cc88142d59 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -66,7 +66,9 @@ CRCCheck on !define MUI_FINISHPAGE_LINK_LOCATION ${WEBSITE} !insertmacro MUI_PAGE_WELCOME -!insertmacro MUI_PAGE_LICENSE "${LICENSE}" +; There's no point in having a clickthrough license: Our license adds +; certain rights, but doesn't remove them. +; !insertmacro MUI_PAGE_LICENSE "${LICENSE}" !insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES