[or-cvs] Remove click-through license page from windows installer

Nick Mathewson nickm at seul.org
Mon Jan 3 21:23:31 UTC 2005


Update of /home/or/cvsroot/tor/contrib
In directory moria.mit.edu:/tmp/cvs-serv2270/contrib

Modified Files:
	tor.nsi 
Log Message:
Remove click-through license page from windows installer

Index: tor.nsi
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/tor.nsi,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- tor.nsi	17 Dec 2004 21:17:44 -0000	1.24
+++ tor.nsi	3 Jan 2005 21:23:29 -0000	1.25
@@ -66,7 +66,9 @@
 !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



More information about the tor-commits mailing list