PsfPlayer: Added TDEmu*.dll in installer scripts.

git-svn-id: http://svn.purei.org/purei/trunk@782 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
jpd002 2011-09-16 02:49:10 +00:00
parent 0d6965a533
commit a9c1bfa5af
2 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,7 @@ Section "PsfPlayer (required)"
File "..\Win32\Release\PsfPlayer.exe"
File "..\Win32\Release\SH_WaveOut.dll"
File "..\Win32\Release\SH_OpenAL.dll"
File "..\Win32\Release\TDEmu.dll"
File "..\changelog.html"
; Write the installation path into the registry
@ -101,6 +102,7 @@ Section "Uninstall"
Delete $INSTDIR\PsfPlayer.exe
Delete $INSTDIR\SH_WaveOut.dll
Delete $INSTDIR\SH_OpenAL.dll
Delete $INSTDIR\TDEmu.dll
Delete $INSTDIR\changelog.html
Delete $INSTDIR\uninstall.exe

View File

@ -64,6 +64,7 @@ Section "PsfPlayer (required)"
File "..\x64\Release\PsfPlayer.exe"
File "..\x64\Release\SH_WaveOut.dll"
File "..\x64\Release\SH_OpenAL.dll"
File "..\x64\Release\TDEmu64.dll"
File "..\changelog.html"
; Write the installation path into the registry
@ -102,6 +103,7 @@ Section "Uninstall"
Delete $INSTDIR\PsfPlayer.exe
Delete $INSTDIR\SH_WaveOut.dll
Delete $INSTDIR\SH_OpenAL.dll
Delete $INSTDIR\TDEmu64.dll
Delete $INSTDIR\changelog.html
Delete $INSTDIR\uninstall.exe