#!/bin/bash
[
"$PLAYONLINUX"
=
""
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
NAME=
"Trainz Railroad Simulator 2007"
PREFIX=
"TRS2007"
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:
//www
.splitgames.fr
/uploads/jvmedias/pc/t/r/trz7pc0f
.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"
"Anuman Interactive"
"www.trainz-simulator.com"
"thib25"
"$PREFIX"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom
"install/setup.exe"
select_prefix
"$REPERTOIRE/wineprefix/$PREFIX/"
POL_SetupWindow_prefixcreate
POL_SetupWindow_install_wine
"1.0"
Use_WineVersion
"1.0"
PROGRAMFILES=
"Program Files"
POL_LoadVar_PROGRAMFILES
POL_SetupWindow_wait_next_signal
"$INSTALLATION"
"$NAME"
cd
"$CDROM"
wine
"install/setup.exe"
POL_SetupWindow_detect_exit
convert
"$CDROM/Trainz.ico"
-geometry 32x32
"$REPERTOIRE/icones/32/$NAME"
POL_SetupWindow_make_shortcut
"$PREFIX"
"$PROGRAMFILES/Anuman Interactive/TRS2007/"
"TRS2007.exe"
"$NAME"
"$NAME"
""
""
Set_WineVersion_Assign
"1.0"
"$NAME"
POL_SetupWindow_message
"$POLEND"
"$NAME"
POL_SetupWindow_Close
exit