#!/bin/bash
[
"$PLAYONLINUX"
=
""
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
TITLE=
"Everquest 2"
PREFIX=
"Everquest2"
WINEVERSION=
"2.17-staging"
COMPANY=
"Daybreak Games"
POL_SetupWindow_Init
POL_Debug_Init
POL_System_TmpCreate
"$PREFIX"
POL_SetupWindow_presentation
"$TITLE"
"$COMPANY"
"$SITE"
"Steven Binion"
"$PREFIX"
POL_System_SetArch
"x64"
POL_Wine_SelectPrefix
"$PREFIX"
POL_Wine_PrefixCreate
"$WINEVERSION"
POL_Call
POL_Install_msxml3
POL_Call
POL_Install_d3dx9
Set_OS
"win7"
cd
"$POL_System_TmpDir"
POL_SetupWindow_download
"Please wait while EverQuest II is downloading"
"Downloading"
"$DOWNLOAD_SITE"
wine .
/EQ2_setup
.exe
POL_SetupWindow_detect_exit
POL_SetupWindow_pulse 100
POL_SetupWindow_message
"Press forward only when installation is fully complete."
"Confirmation of Installation"
POL_Shortcut
"LaunchPad.exe"
"Everquest 2"
POL_System_TmpDelete
POL_SetupWindow_Message
"EverQuest II:Planes of Prophecy - Free to Play has successfully installed.\nClick forward to close the window."
"Installation Successful"
POL_SetupWindow_Close
exit
0