Applications

Choose a category

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

Starcraft

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
 
cfg_check
 
POL_SetupWindow_Init
POL_SetupWindow_presentation "Starcraft" "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"
wine $CDROM/setup.exe
POL_SetupWindow_detect_exit
 
POL_SetupWindow_make_shortcut "Starcraft" "Program Files/Starcraft" "StarCraft.exe" "" "Starcraft"
 
cd "$REPERTOIRE/wineprefix/Starcraft/drive_c/Program Files/Starcraft/"
POL_SetupWindow_download "Downloading Battle.net patch..." "Downloading Battle.net patch..." "http://sd-1.archive-host.com/membres/up/822285197/ddraw.dll"
 
POL_SetupWindow_reboot
POL_SetupWindow_Close
exit
Il n'y a rien à voir ici