From d6a617c225162cd72a0d58d8a4455cb5d45ad271 Mon Sep 17 00:00:00 2001 From: dokman Date: Tue, 15 Jul 2014 18:30:49 +0200 Subject: [PATCH] Deleting avg thing of the full installer If now you have drop the avg toolbar it does nothing here i think --- nsis/pcsx2_full_install.nsi | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nsis/pcsx2_full_install.nsi b/nsis/pcsx2_full_install.nsi index f38bdd7bbb..301eb39cc0 100644 --- a/nsis/pcsx2_full_install.nsi +++ b/nsis/pcsx2_full_install.nsi @@ -20,17 +20,11 @@ !define INC_CRT_2013 1 !endif -!ifndef INC_AVG - ; We are including the AVG SafeGuard with the full installer. - !define INC_AVG 1 -!endif - ShowInstDetails nevershow ShowUninstDetails nevershow !define OUTFILE_POSTFIX "setup" !include "SharedBase.nsh" -!include "AVGPage.nsdinc" !include "x64.nsh" ; Reserve features for improved performance with solid archiving. @@ -39,7 +33,6 @@ ShowUninstDetails nevershow ;!insertmacro MUI_RESERVEFILE_LANGDLL !insertmacro MUI_PAGE_COMPONENTS -Page custom fnc_AVGPage_Show !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES