Applications

Choose a category

accessories
Accessories
development
Development
education
Education
games
Games
graphics
Graphics
internet
Internet
multimedia
Multimedia
office
Office
other
Other

RichardBurnsRally

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

cfg_check

message "Ce script va vous aider à installer Richard Burns Rally sur votre ordinateur" "installation" 1 5
presentation "Richard Burns Rally" "SCi Games" "http://www.richardburnsrally.com/" "thib25" "RichardBurnsRally" 2 5
#presentation du script

select_prefixe "$REPERTOIRE/wineprefix/RichardBurnsRally/"
creer_prefixe 3 5
Set_WineVersion_Session "0.9.50"

Ask_For_cdrom 4 5
Check_cdrom "setup.exe"
#recherche et lancement de l'installation

mkdir -p $HOME/.PlayOnLinux/wineprefix/RichardBurnsRally
cd $HOME/.PlayOnLinux/wineprefix/RichardBurnsRally

creer_lanceur "RichardBurnsRally" "Program Files/SCi Games/Richard Burns Rally/richardburnsrally.exe" 5 5
wine $CDROM/setup.exe
end_install
exit

Il n'y a rien à voir ici