diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-01-03 21:23:29 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-01-03 21:23:29 +0000 |
commit | 7dd37f9e6b62fe2f7c62c7468dde7831ca614413 (patch) | |
tree | 7a912dc1bde13ba31c920471c31328fd0647a797 /contrib | |
parent | d1fc7ad94b3970432ea813a79ead441c3a203a36 (diff) | |
download | tor-7dd37f9e6b62fe2f7c62c7468dde7831ca614413.tar.gz tor-7dd37f9e6b62fe2f7c62c7468dde7831ca614413.zip |
Remove click-through license page from windows installer
svn:r3259
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.nsi | 4 |
1 files changed, 3 insertions, 1 deletions
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 |