#!/bin/bash
if
[
"$PLAYONLINUX"
=
""
]
then
exit
0
fi
source
"$PLAYONLINUX/lib/sources"
cfg_check
GamesName=
"Delicious 2 Deluxe"
GamesEditor=
"Zylom Media Group BV"
GamesSite=
"www.reflexive.com"
PrefixName=
"delicious2deluxe"
DataDirectory=
"Program Files/Delicious 2 Deluxe"
SetupFile=
"Delicious2DeluxeSetup.exe"
Executable=
"Delicious2.exe"
WineSetup=
"1.0"
WineVer=
"1.0"
POL_SetupWindow_Init
POL_SetupWindow_presentation
"$GamesName"
"$GamesEditor"
"$GamesSite"
"Daniel Bo"
"$PrefixName"
select_prefixe
"$REPERTOIRE/wineprefix/$PrefixName"
POL_SetupWindow_prefixcreate
xdg-
open
$Webpage
POL_SetupWindow_message
"You now need to download $GamesName from $GamesSite and save it to your desktop. Exit your browser when you are finished."
"Download $GamesName"
Set_WineVersion_Session
"$WineVer"
POL_SetupWindow_wait_next_signal
"Installing $GamesName ..."
"$GamesName"
wine ~
/Desktop/
$SetupFile
POL_SetupWindow_detect_exit
POL_SetupWindow_make_shortcut
"$PrefixName"
"$DataDirectory"
"$Executable"
""
"$GamesName"
Set_WineVersion_Assign
"$WineVer"
"$GamesName"
POL_SetupWindow_reboot
POL_SetupWindow_Close
exit