The forum

[Script] LINE

Author Replies
rlarjsdn122 Monday 27 November 2017 at 15:48
rlarjsdn122Anonymous

Global messenger program develped by NHN, as known as NAVER.

#!/usr/bin/env playonlinux-bash

# Date : 2017-11-26
# Last revision : 2017-11-28
# Wine version used : 1.7.55
# Distribution used to test : Ubuntu 10.04 LTS
# Author : rlarjsdn122
# Script licence : GPLv3
# Program licence : LINE Corporation
# Depend :

[ "$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"

POL_Download "https://scdn.line-apps.com/client/win/new/LineInst.exe" "c8236d8e4555ab26f6c2bf1310fab46d"

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

/code

Screenshoot:

Install resources and images:

left -

top -

22x22 -

48x48 -

Edited by rlarjsdn122