From 7dd37f9e6b62fe2f7c62c7468dde7831ca614413 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 3 Jan 2005 21:23:29 +0000 Subject: Remove click-through license page from windows installer svn:r3259 --- contrib/tor.nsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib') 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 -- cgit v1.2.3-54-g00ecf