#!/usr/bin/env playonlinux-bash
[
"$PLAYONLINUX"
=
""
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
TITLE=
"Line"
PREFIX=
"nhnlin"
POL_SetupWindow_Init
POL_SetupWindow_presentation
"$TITLE"
"LINE"
"https://line.me"
"rlarjsdn122"
"$PREFIX"
POL_SetupWindow_message
"Install Line develped by LINE."
"Welcome"
POL_System_TmpCreate
"nlinetmp"
POL_Wine_SelectPrefix
"$PREFIX"
cd
"$POL_System_TmpDir"
INSTALLER=
"$POL_System_TmpDir/LineInst.exe"
POL_Wine_PrefixCreate
Set_OS
"win7"
POL_System_SetArch
"x86"
POL_Call
POL_install_gdiplus
POL_Call
POL_install_riched20
POL_Call
POL_install_riched30
POL_Call
POL_install_wmp9
POL_Call
POL_install_msls31
POL_SetupWindow_wait
"Please wait"
"Installation in progress"
POL_Wine
"$INSTALLER"
POL_System_TmpDelete
POL_Shortcut
"LineLauncher.exe"
"LINE"
POL_SetupWindow_message
"Chat with happiness!"
"Bye-bye"
POL_SetupWindow_Close
exit