setup: don't require the user to agree to GPL to complete setup.
As @foone complains on twitter often enough, this should not require agreement for use since GPL is not an EULA. The definitions are inspired from the similar NSIS setup file from VLC.
This commit is contained in:
committed by
Yorik van Havre
parent
01367d21f6
commit
0274e73a8d
@@ -55,6 +55,10 @@ outFile "..\..\${INSTNAME}.${VERSIONBUILD}_x86_unstable_setup.exe"
|
||||
#Interface Settings
|
||||
!define MUI_ABORTWARNING
|
||||
|
||||
# GPL is not an EULA, no need to agree to it.
|
||||
!define MUI_LICENSEPAGE_BUTTON $(^NextBtn)
|
||||
!define MUI_LICENSEPAGE_TEXT_BOTTOM "You are now aware of your rights. Click Next to continue."
|
||||
|
||||
#Pages
|
||||
# rtf or txt file - remember if it is txt, it must be in the DOS text format (\r\n)
|
||||
!insertmacro MUI_PAGE_LICENSE "License.rtf"
|
||||
|
||||
@@ -55,6 +55,10 @@ outFile "..\..\${INSTNAME}.${VERSIONBUILD}_x64_unstable_setup.exe"
|
||||
#Interface Settings
|
||||
!define MUI_ABORTWARNING
|
||||
|
||||
# GPL is not an EULA, no need to agree to it.
|
||||
!define MUI_LICENSEPAGE_BUTTON $(^NextBtn)
|
||||
!define MUI_LICENSEPAGE_TEXT_BOTTOM "You are now aware of your rights. Click Next to continue."
|
||||
|
||||
#Pages
|
||||
# rtf or txt file - remember if it is txt, it must be in the DOS text format (\r\n)
|
||||
!insertmacro MUI_PAGE_LICENSE "License.rtf"
|
||||
|
||||
Reference in New Issue
Block a user