From 3c675a7c67b5c69bb6ddd7b4e4ae1d08a813765c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 16 Jan 2018 20:06:54 +0100 Subject: [PATCH] Remove help us section from installer --- installer.nsi | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/installer.nsi b/installer.nsi index e5e18e0cf..7fa252cf4 100644 --- a/installer.nsi +++ b/installer.nsi @@ -402,11 +402,6 @@ var SMDir Exch $R2 !macroend -Function HelpUsClick - ExecShell "Open" "https://www.free-decompiler.com/flash/help_us.html" -FunctionEnd - - !define un.StrRep "!insertmacro un.StrRep" !macro un.StrRep output string old new Push `${string}` @@ -496,26 +491,6 @@ Function AddContextClick ${NSD_GetState} $1 $AddToContextMenu FunctionEnd */ -Function CUSTOM_PAGE_HELPUS - - nsDialogs::create /NOUNLOAD 1018 - pop $1 - - - !insertmacro MUI_HEADER_TEXT "$(STRING_HELP_US)" "$(STRING_HELP_US_DOYOU)" - ${NSD_CreateLabel} 0 0 100% 50 "$(STRING_HELP_US_FREE)" - pop $1 - ${NSD_CreateLabel} 0 75 100% 50 "$(STRING_HELP_US_DONATE)" - pop $1 - ${NSD_CreateLabel} 0 150 200 25 "$(STRING_HELP_US_MORE)" - pop $1 - ${NSD_CreateButton} 225 145 80 25 "$(STRING_HELP_US_BUTTON)" - pop $1 - ${NSD_OnClick} $1 HelpUsClick - nsDialogs::Show - -FunctionEnd - Function IndexOf Exch $R0