mirror of https://github.com/PCSX2/pcsx2.git
Merge pull request #132 from Dokman/patch-1
Deleting avg thing of the full installer
This commit is contained in:
commit
735e441afc
|
@ -20,17 +20,11 @@
|
||||||
!define INC_CRT_2013 1
|
!define INC_CRT_2013 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifndef INC_AVG
|
|
||||||
; We are including the AVG SafeGuard with the full installer.
|
|
||||||
!define INC_AVG 1
|
|
||||||
!endif
|
|
||||||
|
|
||||||
ShowInstDetails nevershow
|
ShowInstDetails nevershow
|
||||||
ShowUninstDetails nevershow
|
ShowUninstDetails nevershow
|
||||||
|
|
||||||
!define OUTFILE_POSTFIX "setup"
|
!define OUTFILE_POSTFIX "setup"
|
||||||
!include "SharedBase.nsh"
|
!include "SharedBase.nsh"
|
||||||
!include "AVGPage.nsdinc"
|
|
||||||
!include "x64.nsh"
|
!include "x64.nsh"
|
||||||
|
|
||||||
; Reserve features for improved performance with solid archiving.
|
; Reserve features for improved performance with solid archiving.
|
||||||
|
@ -39,7 +33,6 @@ ShowUninstDetails nevershow
|
||||||
;!insertmacro MUI_RESERVEFILE_LANGDLL
|
;!insertmacro MUI_RESERVEFILE_LANGDLL
|
||||||
|
|
||||||
!insertmacro MUI_PAGE_COMPONENTS
|
!insertmacro MUI_PAGE_COMPONENTS
|
||||||
Page custom fnc_AVGPage_Show
|
|
||||||
!insertmacro MUI_PAGE_DIRECTORY
|
!insertmacro MUI_PAGE_DIRECTORY
|
||||||
!insertmacro MUI_PAGE_INSTFILES
|
!insertmacro MUI_PAGE_INSTFILES
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue