#!/bin/bash
[
"$PLAYONLINUX"
=
""
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
PREFIX=
"Sam's Broadcaster"
WINEVERSION=
"1.0"
TITLE=
"Sam's Broadcaster"
EDITOR=
"Spacial"
AUTHOR=
"StevenBinion"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation
"$TITLE"
"$EDITOR"
"$APP_URL"
"$AUTHOR"
"$PREFIX"
POL_Wine_SelectPrefix
"$PREFIX"
POL_Wine_PrefixCreate
"$WINEVERSION"
Set_OS
"win7"
POL_Call
POL_Install_corefonts
POL_Call
POL_Install_mfc42
POL_Call
POL_Install_fontfix
POL_Call
POL_Install_msxml3
POL_Call
POL_Install_riched30
POL_System_TmpCreate
"$PREFIX"
cd
$POL_System_TmpDir
POL_Download
"$DOWNLOAD_URL"
POL_Wine
"firebird.exe"
POL_Wine_WaitExit
"$TITLE"
POL_System_TmpCreate
"$PREFIX"
cd
$POL_System_TmpDir
POL_Download
"$DOWNLOAD2_URL"
POL_Wine
"sambc-up.exe"
POL_Wine_WaitExit
"$TITLE"
POL_Shortcut
"sambc.exe"
"$TITLE"
POL_System_TmpDelete
POL_SetupWindow_message
"$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')"
"$TITLE"
POL_SetupWindow_Close
exit
0