mirror of https://github.com/PCSX2/pcsx2.git
Installer changes to support the new docs.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4548 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
4e2df1039a
commit
8a08add476
|
@ -27,13 +27,12 @@
|
||||||
; (Binaries, shared DLLs, null plugins, game database, languages, etc)
|
; (Binaries, shared DLLs, null plugins, game database, languages, etc)
|
||||||
|
|
||||||
; Note that v3 pthreads is compatible with v4 pthreads, so we just copy v4 over both
|
; Note that v3 pthreads is compatible with v4 pthreads, so we just copy v4 over both
|
||||||
; filenames. This allows many older plugin versions to continue to work. (note that
|
; filenames. This allows many older plugin versions to continue to work.
|
||||||
; v3 will be removed for 0.9.8).
|
|
||||||
|
|
||||||
File ..\bin\w32pthreads.v4.dll
|
File ..\bin\w32pthreads.v4.dll
|
||||||
File ..\bin\SDL.dll
|
File ..\bin\SDL.dll
|
||||||
; See above comment.
|
; See above comment.
|
||||||
; File /oname=w32pthreads.v3.dll ..\bin\w32pthreads.v4.dll
|
File /oname=w32pthreads.v3.dll ..\bin\w32pthreads.v4.dll
|
||||||
File ..\bin\GameIndex.dbf
|
File ..\bin\GameIndex.dbf
|
||||||
|
|
||||||
!insertmacro UNINSTALL.LOG_CLOSE_INSTALL
|
!insertmacro UNINSTALL.LOG_CLOSE_INSTALL
|
||||||
|
@ -62,9 +61,6 @@
|
||||||
File ..\bin\Plugins\CDVDnull.dll
|
File ..\bin\Plugins\CDVDnull.dll
|
||||||
!insertmacro UNINSTALL.LOG_CLOSE_INSTALL
|
!insertmacro UNINSTALL.LOG_CLOSE_INSTALL
|
||||||
|
|
||||||
; In 0.9.7 there is only English, so including the other mo files (for now) is pointless.
|
|
||||||
; This code will be re-enabled when the new GUI is translated.
|
|
||||||
|
|
||||||
!if ${INC_LANGS} > 0
|
!if ${INC_LANGS} > 0
|
||||||
SetOutPath $INSTDIR\Langs
|
SetOutPath $INSTDIR\Langs
|
||||||
!insertmacro UNINSTALL.LOG_OPEN_INSTALL
|
!insertmacro UNINSTALL.LOG_OPEN_INSTALL
|
||||||
|
|
|
@ -74,8 +74,8 @@ InstallDir "$PROGRAMFILES\PCSX2 ${APP_VERSION}"
|
||||||
!define APP_EXE "$INSTDIR\${APP_FILENAME}.exe"
|
!define APP_EXE "$INSTDIR\${APP_FILENAME}.exe"
|
||||||
!define INSTDIR_REG_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_FILENAME}"
|
!define INSTDIR_REG_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_FILENAME}"
|
||||||
|
|
||||||
!define PCSX2_README "pcsx2 readme ${APP_VERSION}.doc"
|
!define PCSX2_README "PCSX2_Readme_${APP_VERSION}.pdf"
|
||||||
!define PCSX2_FAQ "pcsx2 FAQ ${APP_VERSION}.pdf"
|
!define PCSX2_FAQ "PCSX2_FAQ_${APP_VERSION}.pdf"
|
||||||
|
|
||||||
|
|
||||||
Var DirectXSetupError
|
Var DirectXSetupError
|
||||||
|
|
Loading…
Reference in New Issue