summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
diff options
context:
space:
mode:
authorDiego Elio Pettenò <[email protected]>2018-12-31 16:22:25 +0000
committerScott <[email protected]>2018-12-31 16:34:41 +0000
commit47f3f2a6528bbeb205aee565f9cfbcde3bcba514 (patch)
tree5013d5143358f0f245852666774f54e0661b19d3 /win/CS/HandBrakeWPF
parent51c0f3928fa64e503d7b472e38850512cf2b6b17 (diff)
setup: don't require the user to agree to GPL-3 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.
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r--win/CS/HandBrakeWPF/Installer/Installer64.nsi3
-rw-r--r--win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi3
2 files changed, 6 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Installer/Installer64.nsi b/win/CS/HandBrakeWPF/Installer/Installer64.nsi
index bb0dd8536..7563249e5 100644
--- a/win/CS/HandBrakeWPF/Installer/Installer64.nsi
+++ b/win/CS/HandBrakeWPF/Installer/Installer64.nsi
@@ -29,6 +29,9 @@ SetCompressor lzma
!define MUI_ABORTWARNING
!define MUI_ICON "HandBrakepineapple.ico"
!define MUI_UNICON "HandBrakepineapple.ico"
+; 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."
; Welcome page
!insertmacro MUI_PAGE_WELCOME
diff --git a/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi b/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi
index f40b71fec..b67757a95 100644
--- a/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi
+++ b/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi
@@ -29,6 +29,9 @@ SetCompressor lzma
!define MUI_ABORTWARNING
!define MUI_ICON "HandBrakepineapple.ico"
!define MUI_UNICON "HandBrakepineapple.ico"
+; 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."
; Welcome page
!insertmacro MUI_PAGE_WELCOME