These are also not needed anymore.

This commit is contained in:
ramapcsx2 2014-07-16 12:46:01 +02:00
parent d6b042f9fe
commit ae607e56ca
2 changed files with 0 additions and 8 deletions

View File

@ -82,6 +82,3 @@
WriteRegDWORD HKLM "${INSTDIR_REG_KEY}" "NoModify" 1
WriteRegDWORD HKLM "${INSTDIR_REG_KEY}" "NoRepair" 1
WriteUninstaller "${UNINST_EXE}"
!if ${INC_AVG} > 0
Call fnc_AVGPage_InstallBar
!endif

View File

@ -13,11 +13,6 @@
!define INC_ZZOGL 0
!endif
!ifndef INC_AVG
; We aren't including the AVG installer with the web setup, so we need to tell it that.
!define INC_AVG 0
!endif
!define OUTFILE_POSTFIX "websetup"
!include "SharedBase.nsh"
!include "x64.nsh"