Richard Burns Rally

Informations

Creator Meddelanden
thib25 Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 13273
Wine: System

Feedbacks

Description

Racing simulation, 2004. Wikipedia.

Source code

#!/bin/bash
# Date : (2009-12-14 18-30)
# Last revision : (2010-02-7 10-05)
# Wine version used : 1.1.37
# Distribution used to test : Ubuntu 9.10
# Author : thib25
# Licence : Retail
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
NAME="Richard Burns Rally"
PREFIX="RichardBurnsRally"
 
if [ "$POL_LANG" == "fr" ]; then
INSTALLATION="Installation en cours..."
POLEND="$NAME a été installé avec succès"
else
INSTALLATION="Installation in progress..."
POLEND="$NAME has been installed succesfully"
fi
 
wget http://upload.wikimedia.org/wikipedia/en/thumb/b/b9/RichardBurnsRallyBox.jpg/256px-RichardBurnsRallyBox.jpg --output-document="$REPERTOIRE/tmp/leftnotscaled.jpeg"
convert "$REPERTOIRE/tmp/leftnotscaled.jpeg" -scale 150x356\! "$REPERTOIRE/tmp/left.jpeg"
POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpeg"
 
POL_SetupWindow_presentation "$NAME" "SCi Games" "http://www.richardburnsrally.com/" "thib25" "$PREFIX"
 
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "setup.exe"
 
select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
POL_SetupWindow_prefixcreate
 
PROGRAMFILES=`wine cmd /c echo "%ProgramFiles%" |tr -d '\015' | tr -d '\010'`
PROGRAMFILES=${PROGRAMFILES:3}
 
POL_SetupWindow_wait_next_signal "$INSTALLATION" "$NAME"
wine "$CDROM/setup.exe"
POL_SetupWindow_detect_exit
 
#Création Icone
convert "$CDROM/autorun.ico" -geometry 32x32 "$REPERTOIRE/icones/32/$NAME"
 
POL_SetupWindow_make_shortcut "$PREFIX" "$PROGRAMFILES/SCi Games/Richard Burns Rally" "RichardBurnsRally.exe" "$NAME" "$NAME" 
 
POL_SetupWindow_install_wine "1.1.37"
Set_WineVersion_Assign "1.1.37" "$NAME"
 
POL_SetupWindow_message "$POLEND" "$NAME"
 
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Meddelanden

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com