Applications

Choose a category

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

Baldurs Gate (5 CDs)

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
 
cfg_check
 
POL_SetupWindow_Init
POL_SetupWindow_presentation "Baldur's Gate (5 CDs)" "Black Isle" "N/A" "Zoloom" "BaldursGate1"
 
select_prefixe "$REPERTOIRE/wineprefix/BaldursGate1"
POL_SetupWindow_prefixcreate
 
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "SETUP.EXE"
 
cd $CDROM
POL_SetupWindow_wait_next_signal "Installation in progress..." "Baldur's Gate (5 CDs)"
wine $CDROM/SETUP.EXE
POL_SetupWindow_detect_exit
 
POL_SetupWindow_make_shortcut "BaldursGate1" "Program Files/Black Isle/Baldur's Gate" "Baldur.exe" "" "Baldur's Gate"
 
POL_SetupWindow_reboot
POL_SetupWindow_Close
exit
Il n'y a rien à voir ici