From 0c69f457a1ef92ad6cfd226abcaa26489f0ed708 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Tue, 1 Jan 2019 23:24:45 +0000 Subject: [PATCH] UI: Use Next button for GPL license page in windows installer The GPL is not an EULA and thus it doesn't need to be agreed to. See also: https://github.com/HandBrake/HandBrake/pull/1776 https://github.com/videolan/vlc/commit/c07d72146286da935a04be579d6b60bf633cbceb Closes obsproject/obs-studio#1597 --- UI/installer/mp-installer.nsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UI/installer/mp-installer.nsi b/UI/installer/mp-installer.nsi index 06802c8b4..b46cf0709 100644 --- a/UI/installer/mp-installer.nsi +++ b/UI/installer/mp-installer.nsi @@ -42,6 +42,10 @@ RequestExecutionLevel admin !define MUI_FINISHPAGE_RUN_TEXT "Launch OBS Studio ${SHORTVERSION}" !define MUI_FINISHPAGE_RUN_FUNCTION "LaunchOBS" +; 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." + !define MUI_PAGE_CUSTOMFUNCTION_LEAVE PreReqCheck !insertmacro MUI_PAGE_WELCOME