mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Remove click-through license page from windows installer
svn:r3259
This commit is contained in:
parent
d1fc7ad94b
commit
7dd37f9e6b
@ -66,7 +66,9 @@ CRCCheck on
|
|||||||
!define MUI_FINISHPAGE_LINK_LOCATION ${WEBSITE}
|
!define MUI_FINISHPAGE_LINK_LOCATION ${WEBSITE}
|
||||||
|
|
||||||
!insertmacro MUI_PAGE_WELCOME
|
!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_COMPONENTS
|
||||||
!insertmacro MUI_PAGE_DIRECTORY
|
!insertmacro MUI_PAGE_DIRECTORY
|
||||||
!insertmacro MUI_PAGE_INSTFILES
|
!insertmacro MUI_PAGE_INSTFILES
|
||||||
|
Loading…
Reference in New Issue
Block a user