Applications

Choose a category

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

Starcraft : BroodWar

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

cfg_check

POL_SetupWindow_Init
POL_SetupWindow_presentation "Starcraft : BroodWar" "Blizzard" "http://www.blizzard.com" "Zoloom" "Starcraft"

select_prefixe "$REPERTOIRE/wineprefix/Starcraft"
POL_SetupWindow_prefixcreate

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "setup.exe"

cd $CDROM
POL_SetupWindow_wait_next_signal "Installation in progress..." "Starcraft : BroodWar"
wine $CDROM/setup.exe
POL_SetupWindow_detect_exit

POL_SetupWindow_make_shortcut "Starcraft" "Program Files/Starcraft" "StarCraft.exe" "" "Starcraft : BroodWar"

POL_SetupWindow_reboot
POL_SetupWindow_Close
exit