mirror of https://github.com/PCSX2/pcsx2.git
Install Script: additional changes.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5787 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
e6138a2149
commit
b4886cc00e
|
@ -15,8 +15,12 @@
|
|||
!define INC_CRT_2010 1
|
||||
!endif
|
||||
|
||||
ShowInstDetails nevershow
|
||||
ShowUninstDetails nevershow
|
||||
|
||||
!define OUTFILE_POSTFIX "setup"
|
||||
!include "SharedBase.nsh"
|
||||
!include "AVGPage.nsdinc"
|
||||
|
||||
; Reserve features for improved performance with solid archiving.
|
||||
; (uncomment if we add our own install options ini files)
|
||||
|
@ -24,6 +28,7 @@
|
|||
;!insertmacro MUI_RESERVEFILE_LANGDLL
|
||||
|
||||
!insertmacro MUI_PAGE_COMPONENTS
|
||||
Page custom fnc_AVGPage_Show
|
||||
!insertmacro MUI_PAGE_DIRECTORY
|
||||
!insertmacro MUI_PAGE_INSTFILES
|
||||
|
||||
|
|
Loading…
Reference in New Issue