mirror of https://github.com/PCSX2/pcsx2.git
These are also not needed anymore.
This commit is contained in:
parent
d6b042f9fe
commit
ae607e56ca
|
@ -82,6 +82,3 @@
|
||||||
WriteRegDWORD HKLM "${INSTDIR_REG_KEY}" "NoModify" 1
|
WriteRegDWORD HKLM "${INSTDIR_REG_KEY}" "NoModify" 1
|
||||||
WriteRegDWORD HKLM "${INSTDIR_REG_KEY}" "NoRepair" 1
|
WriteRegDWORD HKLM "${INSTDIR_REG_KEY}" "NoRepair" 1
|
||||||
WriteUninstaller "${UNINST_EXE}"
|
WriteUninstaller "${UNINST_EXE}"
|
||||||
!if ${INC_AVG} > 0
|
|
||||||
Call fnc_AVGPage_InstallBar
|
|
||||||
!endif
|
|
||||||
|
|
|
@ -13,11 +13,6 @@
|
||||||
!define INC_ZZOGL 0
|
!define INC_ZZOGL 0
|
||||||
!endif
|
!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"
|
!define OUTFILE_POSTFIX "websetup"
|
||||||
!include "SharedBase.nsh"
|
!include "SharedBase.nsh"
|
||||||
!include "x64.nsh"
|
!include "x64.nsh"
|
||||||
|
|
Loading…
Reference in New Issue