#!/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