More work on entombed, still not working
This commit is contained in:
parent
60e1470145
commit
d3a8ae6f4c
@ -1714,7 +1714,7 @@ case "${game}" in
|
|||||||
;;
|
;;
|
||||||
"Entombed")
|
"Entombed")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk msvcrt40
|
install_wine_bottle speechsdk msvcrt40 gdiplus ie7
|
||||||
# Ok, more dotnet.
|
# Ok, more dotnet.
|
||||||
LC_ALL=C DISPLAY="" winetricks -q dotnet462
|
LC_ALL=C DISPLAY="" winetricks -q dotnet462
|
||||||
wineserver -k # Sigh.
|
wineserver -k # Sigh.
|
||||||
@ -1725,7 +1725,14 @@ case "${game}" in
|
|||||||
wine msiexec /i "${WINEPREFIX}/drive_c/temp/SSCERuntime_x86-ENU.msi" /q
|
wine msiexec /i "${WINEPREFIX}/drive_c/temp/SSCERuntime_x86-ENU.msi" /q
|
||||||
rm *
|
rm *
|
||||||
popd
|
popd
|
||||||
|
pushd "${WINEPREFIX}/drive_c/Program Files/Microsoft SQL Server Compact Edition/v3.5"
|
||||||
|
wine regsvr32 sqlceoledb35.dll
|
||||||
|
wine regsvr32 sqlceca35.dll
|
||||||
|
popd
|
||||||
wine "${cache}/EntombedSetup.exe" /silent
|
wine "${cache}/EntombedSetup.exe" /silent
|
||||||
|
pushd "${WINEPREFIX}/drive_c/Program Files/Entombed"
|
||||||
|
cp ../Microsoft\ SQL\ Server\ Compact\ Edition/v3.5/System.Data.SqlServerCe.Entity.dll ../Microsoft\ SQL\ Server\ Compact\ Edition/v3.5/Desktop/System.Data.SqlServerCe.dll .
|
||||||
|
popd
|
||||||
add_launcher "c:\Program Files\Entombed\Entombed.exe"
|
add_launcher "c:\Program Files\Entombed\Entombed.exe"
|
||||||
;;
|
;;
|
||||||
"ESP Pinball Classic")
|
"ESP Pinball Classic")
|
||||||
|
Loading…
Reference in New Issue
Block a user