Removed openal installer (which is likely not necessary, see
ticket #2089.
This commit is contained in:
parent
031ae27919
commit
95b5161367
@ -6,8 +6,7 @@
|
|||||||
; which should be called "supertuxkart" and then copy the
|
; which should be called "supertuxkart" and then copy the
|
||||||
; GPL in the supertuxkart directory to 'license.txt'.
|
; GPL in the supertuxkart directory to 'license.txt'.
|
||||||
; Next to supertuxkart create a subdirectory called 'prerequisites'
|
; Next to supertuxkart create a subdirectory called 'prerequisites'
|
||||||
; and copy the VC++ (vcredist_x86.exe) and OpenAL (oalinst.exe)
|
; and copy the VC++ (vcredist_x86.exe) redistributables.
|
||||||
; redistributables.
|
|
||||||
; You will then need to make an icon, you can use:
|
; You will then need to make an icon, you can use:
|
||||||
; http://tools.dynamicdrive.com/favicon/ to convert a png to an icon.
|
; http://tools.dynamicdrive.com/favicon/ to convert a png to an icon.
|
||||||
; Once you have made an icon put it in the supertuxkart dir and call it
|
; Once you have made an icon put it in the supertuxkart dir and call it
|
||||||
@ -201,11 +200,6 @@ Section -Prerequisites
|
|||||||
ExecWait "$INSTDIR\prerequisites\vcredist_x86.exe /q"
|
ExecWait "$INSTDIR\prerequisites\vcredist_x86.exe /q"
|
||||||
Goto endVC
|
Goto endVC
|
||||||
endVC:
|
endVC:
|
||||||
MessageBox MB_YESNO "Install OpenAL sound libraries?" /SD IDYES IDNO endOA
|
|
||||||
File "prerequisites\oalinst.exe"
|
|
||||||
ExecWait "$INSTDIR\prerequisites\oalinst.exe"
|
|
||||||
Goto endOA
|
|
||||||
endOA:
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Uninstaller Section
|
;Uninstaller Section
|
||||||
|
Loading…
x
Reference in New Issue
Block a user