Applications

Choose a category

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

Total Annihilation

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

presentation "Total Annihilation" "GT Interactive Software" "http://www.gtgames.com" "bastien09" "TotalAnnihilation" 1 4

TEMP="$HOME/.PlayOnLinux/tmp/TotalAnnihilation"
chmod 777 $TEMP -R
rm $TEMP -R
mkdir -p $REPERTOIRE/wineprefix/TotalAnnihilation
mkdir -p $TEMP
cd $REPERTOIRE/wineprefix/TotalAnnihilation
select_prefixe "$(pwd)"
creer_prefixe 2 4

cd $WINEPREFIX/drive_c/windows/
mkdir temp
cd $WINEPREFIX/dosdevices
rm ./*
ln -s ../drive_c c:
ln -s / z:
ln -s $TEMP d:


Ask_For_cdrom 3 4 1
Check_cdrom "SETUP.EXE"

attendre "Patientez pendant la préparation de l'installation ..." "cp -r $CDROM/* $TEMP"
chmod 777 $TEMP -R

cd $TEMP

mv ReadMe.txt readme.txt

Set_OS "win98"

message "Installation de Total Annihilation
Veuillez sélectionner "Installation Normale"
Merci de laisser le dossier par defaut" "" 3 4

wine d:\SETUP.EXE

simuler_reboot

creer_lanceur "TotalAnnihilation" "CAVEDOG/TOTALA" "totala.exe" "" "Total Annihilation"

chmod 777 $TEMP -R
rm $TEMP -R
cd $WINEPREFIX/dosdevices
rm ./d:
ln -s $CDROM ./d:

exit

Il n'y a rien à voir ici