Typing Master 7

Informations

Creator Mensajes
GuerreroAzul

Warning

This installer is a beta script. It means that it might not work as expected

Informations

Platforms:
Downloads: 3384
Wine: 6.11

Feedbacks

Description

Typing Master is a software that teaches you the efficient touch typing method. As a result, you will double your typing speed and eventually type as fast as you speak. Website.

Source code

#!/usr/bin/env PlayOnLinux-Bash
#===========================================================
# Information
#===========================================================
# Date: (2021-06-28 23-30)
# Last revision: (2021-06-28 23-30)
# Wine Version Used: 6.11
# Distribution used to test: Linux Mint 20.04 Focal Fossa x64
# Author: GuerreroAzul
# PlayOnLinux : 4.3.4
# Script licence : GPL3
# Program licence : Retail
#===========================================================


#===========================================================
# CHANGELOG
#===========================================================
# 2021-06-28: 
#-----------------------------------------------------------
# POL Version: 4.3.4
# Wine Version Used: 6.11
# Wine SO: Windows 10
# Wine Architecture: x86
#
# - English and Spanish language was entered.
#===========================================================


#===========================================================
# Running the Scripts
#-----------------------------------------------------------
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
POL_SetupWindow_Init

# Variable
#-----------------------------------------------------------
TITLE="Typing Master"
PREFIX="TypingMaster"
POLVERSION="4.3.4"
WINEVERSION="6.11"
OSVERSION="win10"
ARCHITECTURE="x86"
COMPANY="Typing Master"
SITEWEB="www.typingmaster.com"
AUTHOR="GuerreroAzul"
LENGM1="English"
LENGM2="Spanish"

# Select language
#-----------------------------------------------------------
POL_SetupWindow_menu "Select a language:" "Select Language" "$LENGM1;$LENGM2" ";"
#English
#-----------------------------------------------------------
if [ "$APP_ANSWER" = "$LENGM1" ]; then
POLVER_M1="won't work with"
POLVER_M2="!nPlease update!"
POLOS_M1="Please install winbind before installing"
INSTALL_MODE_M1="Select an installation mode:"
INSTALL_MODE_M2="Installation Mode"
INSTALL_MODE_S1="Attended Mode (Recommended)"
INSTALL_MODE_S2="Advanced Mode"
PREFIX_M1="Do you want to change the name of the unit?"
PREFIX_M2="Name of the unit"
PREFIX_M3="Enter the name of the unit:"
ARQUIT_M1="Do you want to change the type of Architecture?"
ARQUIT_M2="Architecture Type"
ARQUIT_M3="Select the type of Architecture:"
INSTALL_TYPE_S1="Internet download"
INSTALL_TYPE_S2="Local Installation"
INSTALL_LOCAL_M1="Please select the setup file to run."
INSTALL_START_M1="Installation in progress."

# Spanish
#-----------------------------------------------------------
else
POLVER_M1="no funcionara con"
POLVER_M2="!nPor favor actualizar!"
POLOS_M1="Por favor instalar winbind antes de comenzar"
INSTALL_MODE_M1="Seleccione un modo de instalación:"
INSTALL_MODE_M2="Modo de Instalación"
INSTALL_MODE_S1="Modo Atendido (Recomendado)"
INSTALL_MODE_S2="Modo Avanzado"
PREFIX_M1="Quiere cambiar el nombre de la unidad?"
PREFIX_M2="Nombre de la Unidad"
PREFIX_M3="Ingrese el nombre de la unidad:"
ARQUIT_M1="Quiere cambiar el tipo de Arquitectura?"
ARQUIT_M2="Tipo de Arquitectura"
ARQUIT_M3="Seleccione el tipo de Arquitectura:"
INSTALL_TYPE_S1="Descargar de internet"
INSTALL_TYPE_S2="Instalacion Local"
INSTALL_LOCAL_M1="Seleccione el archivo de instalación para ejecutar."
INSTALL_START_M1="Instalación en curso."
fi

#Presentation
#-----------------------------------------------------------
POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$SITEWEB" "$AUTHOR" "$TITLE"

# POL Validations
#-----------------------------------------------------------
POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE $POLVER_M1 $APPLICATION_TITLE $VERSION $POLVER_M2"

#Linux Validations
if [ "$POL_OS" = "Linux" ]; then
    wbinfo -V || POL_Debug_Fatal "$POLOS_M1 $TITLE!"
fi

#Mac Validations
if [ "$POL_OS" = "Mac" ]; then
    POL_Call POL_GetTool_samba3
    source "$POL_USER_ROOT/tools/samba3/init"
fi


#!/usr/bin/env PlayOnLinux-Bash

# Information
#===========================================================
# Wine Version Used: 6.11
# Distribution used to te
# PlayOnLinux : 4.3.4
# Program licence : Retail
#===========================================================
# CHANGELOG
# Wine Version Used: 6.11
# Wine SO: Windows 10
# Wine Architecture: x86
#
# - English and Spanish language was entered.
#===========================================================

#===========================================================
# Running the Scripts
#-----------------------------------------------------------
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
POL_SetupWindow_Init

# Variable
#-----------------------------------------------------------
TITLE="Typing Master"
PREFIX="TypingMaster"
POLVERSION="4.3.4"
WINEVERSION="6.11"
OSVERSION="win10"
ARCHITECTURE="x86"
COMPANY="Typing Master"
SITEWEB="www.typingmaster.com"
AUTHOR="GuerreroAzul"
LENGM1="English"
LENGM2="Spanish"

# Select language
#-----------------------------------------------------------
POL_SetupWindow_menu "Select a language:" "Select Language" "$LENGM1;$LENGM2" ";"
if [ "$APP_ANSWER" = "$LENGM1" ]; then
    POLVER_M1="won't work with"
    POLVER_M2="!nPlease update!"
    POLOS_M1="Please install winbind before installing"
# Spanish
#-----------------------------------------------------------
else
    POLVER_M1="no funcionara con"
    POLVER_M2="!nPor favor actualizar!"
    POLOS_M1="Por favor instalar winbind antes de comenzar"
fi

#Presentation
#-----------------------------------------------------------

# POL Validations
POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE $POLVER_M1 $APPLICATION_TITLE $VERSION $POLVER_M2"

#Linux Validations
if [ "$POL_OS" = "Linux" ]; then
    wbinfo -V || POL_Debug_Fatal "$POLOS_M1 $TITLE!"
fi

#Mac Validations
if [ "$POL_OS" = "Mac" ]; then
    POL_Call POL_GetTool_samba3
    source "$POL_USER_ROOT/tools/samba3/init"
fi

#wine Setup And Installation
#-----------------------------------------------------------
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "$OS"
POL_System_SetArch "$ARQUITECTURE"
POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"

# Installation of Libraries
#-----------------------------------------------------------

# Theme Windows
POL_Call POL_Install_LunaTheme
POL_Call POL_Install_corefonts

# Installation of various Libraries
POL_Call POL_Install_gdiplus
POL_Call POL_Install_mspatcha

# Installation of Graphic Libraries
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
POL_Call POL_Install_msxml6
POL_Wine_OverrideDLL "native,builtin" "riched30"

#Local Installation
#-----------------------------------------------------------
POL_SetupWindow_browse "$(eval_gettext '$INSTALL_LOCAL_M1')" "$TITLE"
SetupIs="$APP_ANSWER"

#Installation started
POL_Wine "$SetupIs"

#End Scripts
#-----------------------------------------------------------
POL_System_TmpDelete
POL_SetupWindow_Close
#===========================================================

Contributions

Filters:

Contribute
Member Mensajes
GuerreroAzul Friday 28 January 2022 at 15:26
GuerreroAzul

Warning

This update has not been approved yet by the team.
Use it at your own risk

Mensajes

The version update of the program was made, now it can be used from version 7 to 11.
The web installation was carried out, in an intuitive way.

Differences

@@ -2,128 +2,33 @@
 #===========================================================
 # Information
 #===========================================================
-# Date: (2021-06-28 23-30)
-# Last revision: (2021-06-28 23-30)
-# Wine Version Used: 6.11
-# Distribution used to test: Linux Mint 20.04 Focal Fossa x64
+# Date: (2021-06-28 23:30)
+# Last revision: (2022-01-27 10:40)
+# Wine Version Used: 7.0-rc5
+# Distribution used to test: Linux Mint 20.2 Uma x64
 # Author: GuerreroAzul
 # PlayOnLinux : 4.3.4
 # Script licence : GPL3
 # Program licence : Retail
 #===========================================================
-
-
+ 
+ 
 #===========================================================
 # CHANGELOG
 #===========================================================
-# 2021-06-28: 
+# 2022-01-27: 
 #-----------------------------------------------------------
 # POL Version: 4.3.4
-# Wine Version Used: 6.11
+# Wine Version Used: 7.0-rc5
 # Wine SO: Windows 10
 # Wine Architecture: x86
 #
-# - English and Spanish language was entered.
+# - Use of Typingmaster version from version 7 to 11.
+# - Improved script structure.
 #===========================================================
-
-
-#===========================================================
-# Running the Scripts
-#-----------------------------------------------------------
-[ "$PLAYONLINUX" = "" ] && exit 0
-source "$PLAYONLINUX/lib/sources"
-POL_SetupWindow_Init
-
-# Variable
-#-----------------------------------------------------------
-TITLE="Typing Master"
-PREFIX="TypingMaster"
-POLVERSION="4.3.4"
-WINEVERSION="6.11"
-OSVERSION="win10"
-ARCHITECTURE="x86"
-COMPANY="Typing Master"
-SITEWEB="www.typingmaster.com"
-AUTHOR="GuerreroAzul"
-LENGM1="English"
-LENGM2="Spanish"
-
-# Select language
-#-----------------------------------------------------------
-POL_SetupWindow_menu "Select a language:" "Select Language" "$LENGM1;$LENGM2" ";"
-#English
-#-----------------------------------------------------------
-if [ "$APP_ANSWER" = "$LENGM1" ]; then
-POLVER_M1="won't work with"
-POLVER_M2="!nPlease update!"
-POLOS_M1="Please install winbind before installing"
-INSTALL_MODE_M1="Select an installation mode:"
-INSTALL_MODE_M2="Installation Mode"
-INSTALL_MODE_S1="Attended Mode (Recommended)"
-INSTALL_MODE_S2="Advanced Mode"
-PREFIX_M1="Do you want to change the name of the unit?"
-PREFIX_M2="Name of the unit"
-PREFIX_M3="Enter the name of the unit:"
-ARQUIT_M1="Do you want to change the type of Architecture?"
-ARQUIT_M2="Architecture Type"
-ARQUIT_M3="Select the type of Architecture:"
-INSTALL_TYPE_S1="Internet download"
-INSTALL_TYPE_S2="Local Installation"
-INSTALL_LOCAL_M1="Please select the setup file to run."
-INSTALL_START_M1="Installation in progress."
-
-# Spanish
-#-----------------------------------------------------------
-else
-POLVER_M1="no funcionara con"
-POLVER_M2="!nPor favor actualizar!"
-POLOS_M1="Por favor instalar winbind antes de comenzar"
-INSTALL_MODE_M1="Seleccione un modo de instalación:"
-INSTALL_MODE_M2="Modo de Instalación"
-INSTALL_MODE_S1="Modo Atendido (Recomendado)"
-INSTALL_MODE_S2="Modo Avanzado"
-PREFIX_M1="Quiere cambiar el nombre de la unidad?"
-PREFIX_M2="Nombre de la Unidad"
-PREFIX_M3="Ingrese el nombre de la unidad:"
-ARQUIT_M1="Quiere cambiar el tipo de Arquitectura?"
-ARQUIT_M2="Tipo de Arquitectura"
-ARQUIT_M3="Seleccione el tipo de Arquitectura:"
-INSTALL_TYPE_S1="Descargar de internet"
-INSTALL_TYPE_S2="Instalacion Local"
-INSTALL_LOCAL_M1="Seleccione el archivo de instalación para ejecutar."
-INSTALL_START_M1="Instalación en curso."
-fi
-
-#Presentation
-#-----------------------------------------------------------
-POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$SITEWEB" "$AUTHOR" "$TITLE"
-
-# POL Validations
+# 2021-06-28: 
 #-----------------------------------------------------------
-POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE $POLVER_M1 $APPLICATION_TITLE $VERSION $POLVER_M2"
-
-#Linux Validations
-if [ "$POL_OS" = "Linux" ]; then
-    wbinfo -V || POL_Debug_Fatal "$POLOS_M1 $TITLE!"
-fi
-
-#Mac Validations
-if [ "$POL_OS" = "Mac" ]; then
-    POL_Call POL_GetTool_samba3
-    source "$POL_USER_ROOT/tools/samba3/init"
-fi
-
-
-#!/usr/bin/env PlayOnLinux-Bash
-
-# Information
-#===========================================================
-# Wine Version Used: 6.11
-# Distribution used to te
-# PlayOnLinux : 4.3.4
-# Program licence : Retail
-#===========================================================
-# CHANGELOG
+# POL Version: 4.3.4
 # Wine Version Used: 6.11
 # Wine SO: Windows 10
 # Wine Architecture: x86
@@ -131,19 +36,21 @@
 # - English and Spanish language was entered.
 #===========================================================
 
+ 
 #===========================================================
 # Running the Scripts
 #-----------------------------------------------------------
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 POL_SetupWindow_Init
-
+POL_Debug_Init
+ 
 # Variable
 #-----------------------------------------------------------
 TITLE="Typing Master"
 PREFIX="TypingMaster"
 POLVERSION="4.3.4"
-WINEVERSION="6.11"
+WINEVERSION="7.0-rc5"
 OSVERSION="win10"
 ARCHITECTURE="x86"
 COMPANY="Typing Master"
@@ -151,75 +58,100 @@
 AUTHOR="GuerreroAzul"
 LENGM1="English"
 LENGM2="Spanish"
-
+DOWNLOAD_URL="https://www.typingmaster.com/TypingMaster11.exe"
+SOFT_M1="TypingMaster11.exe"
+MD5_CHECKSUM="8e1911bc14d0d45e6074740f31789699"
+ 
 # Select language
 #-----------------------------------------------------------
 POL_SetupWindow_menu "Select a language:" "Select Language" "$LENGM1;$LENGM2" ";"
+#English
+#-----------------------------------------------------------
 if [ "$APP_ANSWER" = "$LENGM1" ]; then
     POLVER_M1="won't work with"
     POLVER_M2="!nPlease update!"
     POLOS_M1="Please install winbind before installing"
+    METOD_M1="Please select the setup file to run"
 # Spanish
 #-----------------------------------------------------------
 else
     POLVER_M1="no funcionara con"
     POLVER_M2="!nPor favor actualizar!"
     POLOS_M1="Por favor instalar winbind antes de comenzar"
+    METOD_M1="Seleccione el archivo de instalacion para ejecutar"
 fi
-
+ 
 #Presentation
 #-----------------------------------------------------------
-
+POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$SITEWEB" "$AUTHOR" "$TITLE"
+ 
 # POL Validations
+#-----------------------------------------------------------
 POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE $POLVER_M1 $APPLICATION_TITLE $VERSION $POLVER_M2"
-
+ 
 #Linux Validations
 if [ "$POL_OS" = "Linux" ]; then
     wbinfo -V || POL_Debug_Fatal "$POLOS_M1 $TITLE!"
 fi
-
+ 
 #Mac Validations
 if [ "$POL_OS" = "Mac" ]; then
     POL_Call POL_GetTool_samba3
     source "$POL_USER_ROOT/tools/samba3/init"
 fi
-
+ 
 #wine Setup And Installation
 #-----------------------------------------------------------
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
 Set_OS "$OS"
 POL_System_SetArch "$ARQUITECTURE"
-POL_System_TmpCreate "$PREFIX"
-cd "$POL_System_TmpDir"
-
+ 
 # Installation of Libraries
 #-----------------------------------------------------------
-
+ 
 # Theme Windows
 POL_Call POL_Install_LunaTheme
 POL_Call POL_Install_corefonts
-
+ 
 # Installation of various Libraries
 POL_Call POL_Install_gdiplus
 POL_Call POL_Install_mspatcha
-
+ 
 # Installation of Graphic Libraries
 POL_Call POL_Install_riched20
 POL_Call POL_Install_riched30
 POL_Call POL_Install_msxml6
 POL_Wine_OverrideDLL "native,builtin" "riched30"
-
-#Local Installation
+ 
+# Installation
 #-----------------------------------------------------------
-POL_SetupWindow_browse "$(eval_gettext '$INSTALL_LOCAL_M1')" "$TITLE"
-SetupIs="$APP_ANSWER"
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+# Local Installation
+if [ "$INSTALL_METHOD" == "LOCAL" ]; then
+    cd "$HOME"
+    POL_SetupWindow_browse "$(eval_gettext '$METOD_M1')" "$TITLE"
+    INSTALLER="$APP_ANSWER"
+# Web Installation
+else
+    DOWNLOAD_URL=$DOWNLOAD_URL
+    MD5_CHECKSUM="$MD5_CHECKSUM"
+
+    POL_System_TmpCreate "$PREFIX"
+    cd "$POL_System_TmpDir"
+
+    POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
+    INSTALLER="$POL_System_TmpDir/$SOFT_M1"
+fi
 
 #Installation started
-POL_Wine "$SetupIs"
+POL_Wine start /unix "$INSTALLER"
+POL_Wine_WaitExit "$INSTALLER"
 
+POL_Shortcut "TypingMaster.exe" "Typing Master"
+ 
 #End Scripts
 #-----------------------------------------------------------
 POL_System_TmpDelete
 POL_SetupWindow_Close
-#===========================================================
\ No newline at end of file
+exit 0
\ No newline at end of file

New source code

#!/usr/bin/env PlayOnLinux-Bash
#===========================================================
# Information
#===========================================================
# Date: (2021-06-28 23:30)
# Last revision: (2022-01-27 10:40)
# Wine Version Used: 7.0-rc5
# Distribution used to test: Linux Mint 20.2 Uma x64
# Author: GuerreroAzul
# PlayOnLinux : 4.3.4
# Script licence : GPL3
# Program licence : Retail
#===========================================================
 
 
#===========================================================
# CHANGELOG
#===========================================================
# 2022-01-27: 
#-----------------------------------------------------------
# POL Version: 4.3.4
# Wine Version Used: 7.0-rc5
# Wine SO: Windows 10
# Wine Architecture: x86
#
# - Use of Typingmaster version from version 7 to 11.
# - Improved script structure.
#===========================================================
# 2021-06-28: 
#-----------------------------------------------------------
# POL Version: 4.3.4
# Wine Version Used: 6.11
# Wine SO: Windows 10
# Wine Architecture: x86
#
# - English and Spanish language was entered.
#===========================================================

 
#===========================================================
# Running the Scripts
#-----------------------------------------------------------
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
POL_SetupWindow_Init
POL_Debug_Init
 
# Variable
#-----------------------------------------------------------
TITLE="Typing Master"
PREFIX="TypingMaster"
POLVERSION="4.3.4"
WINEVERSION="7.0-rc5"
OSVERSION="win10"
ARCHITECTURE="x86"
COMPANY="Typing Master"
SITEWEB="www.typingmaster.com"
AUTHOR="GuerreroAzul"
LENGM1="English"
LENGM2="Spanish"
DOWNLOAD_URL="https://www.typingmaster.com/TypingMaster11.exe"
SOFT_M1="TypingMaster11.exe"
MD5_CHECKSUM="8e1911bc14d0d45e6074740f31789699"
 
# Select language
#-----------------------------------------------------------
POL_SetupWindow_menu "Select a language:" "Select Language" "$LENGM1;$LENGM2" ";"
#English
#-----------------------------------------------------------
if [ "$APP_ANSWER" = "$LENGM1" ]; then
    POLVER_M1="won't work with"
    POLVER_M2="!nPlease update!"
    POLOS_M1="Please install winbind before installing"
    METOD_M1="Please select the setup file to run"
# Spanish
#-----------------------------------------------------------
else
    POLVER_M1="no funcionara con"
    POLVER_M2="!nPor favor actualizar!"
    POLOS_M1="Por favor instalar winbind antes de comenzar"
    METOD_M1="Seleccione el archivo de instalacion para ejecutar"
fi
 
#Presentation
#-----------------------------------------------------------
POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$SITEWEB" "$AUTHOR" "$TITLE"
 
# POL Validations
#-----------------------------------------------------------
POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE $POLVER_M1 $APPLICATION_TITLE $VERSION $POLVER_M2"
 
#Linux Validations
if [ "$POL_OS" = "Linux" ]; then
    wbinfo -V || POL_Debug_Fatal "$POLOS_M1 $TITLE!"
fi
 
#Mac Validations
if [ "$POL_OS" = "Mac" ]; then
    POL_Call POL_GetTool_samba3
    source "$POL_USER_ROOT/tools/samba3/init"
fi
 
#wine Setup And Installation
#-----------------------------------------------------------
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "$OS"
POL_System_SetArch "$ARQUITECTURE"
 
# Installation of Libraries
#-----------------------------------------------------------
 
# Theme Windows
POL_Call POL_Install_LunaTheme
POL_Call POL_Install_corefonts
 
# Installation of various Libraries
POL_Call POL_Install_gdiplus
POL_Call POL_Install_mspatcha
 
# Installation of Graphic Libraries
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
POL_Call POL_Install_msxml6
POL_Wine_OverrideDLL "native,builtin" "riched30"
 
# Installation
#-----------------------------------------------------------
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
# Local Installation
if [ "$INSTALL_METHOD" == "LOCAL" ]; then
    cd "$HOME"
    POL_SetupWindow_browse "$(eval_gettext '$METOD_M1')" "$TITLE"
    INSTALLER="$APP_ANSWER"
# Web Installation
else
    DOWNLOAD_URL=$DOWNLOAD_URL
    MD5_CHECKSUM="$MD5_CHECKSUM"

    POL_System_TmpCreate "$PREFIX"
    cd "$POL_System_TmpDir"

    POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
    INSTALLER="$POL_System_TmpDir/$SOFT_M1"
fi

#Installation started
POL_Wine start /unix "$INSTALLER"
POL_Wine_WaitExit "$INSTALLER"

POL_Shortcut "TypingMaster.exe" "Typing Master"
 
#End Scripts
#-----------------------------------------------------------
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0

Respuestas

GuerreroAzul Wednesday 14 July 2021 at 1:40
GuerreroAzul

Information

This update has been approved by the team.

Mensajes

Typing Master is a software that teaches you the efficient touch typing method. As a result, you will double your typing speed and eventually type as fast as you speak.

Differences

@@ -0,0 +1,225 @@
+#!/usr/bin/env PlayOnLinux-Bash
+#===========================================================
+# Information
+#===========================================================
+# Date: (2021-06-28 23-30)
+# Last revision: (2021-06-28 23-30)
+# Wine Version Used: 6.11
+# Distribution used to test: Linux Mint 20.04 Focal Fossa x64
+# Author: GuerreroAzul
+# PlayOnLinux : 4.3.4
+# Script licence : GPL3
+# Program licence : Retail
+#===========================================================
+
+
+#===========================================================
+# CHANGELOG
+#===========================================================
+# 2021-06-28: 
+#-----------------------------------------------------------
+# POL Version: 4.3.4
+# Wine Version Used: 6.11
+# Wine SO: Windows 10
+# Wine Architecture: x86
+#
+# - English and Spanish language was entered.
+#===========================================================
+
+
+#===========================================================
+# Running the Scripts
+#-----------------------------------------------------------
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+POL_SetupWindow_Init
+
+# Variable
+#-----------------------------------------------------------
+TITLE="Typing Master"
+PREFIX="TypingMaster"
+POLVERSION="4.3.4"
+WINEVERSION="6.11"
+OSVERSION="win10"
+ARCHITECTURE="x86"
+COMPANY="Typing Master"
+SITEWEB="www.typingmaster.com"
+AUTHOR="GuerreroAzul"
+LENGM1="English"
+LENGM2="Spanish"
+
+# Select language
+#-----------------------------------------------------------
+POL_SetupWindow_menu "Select a language:" "Select Language" "$LENGM1;$LENGM2" ";"
+#English
+#-----------------------------------------------------------
+if [ "$APP_ANSWER" = "$LENGM1" ]; then
+POLVER_M1="won't work with"
+POLVER_M2="!nPlease update!"
+POLOS_M1="Please install winbind before installing"
+INSTALL_MODE_M1="Select an installation mode:"
+INSTALL_MODE_M2="Installation Mode"
+INSTALL_MODE_S1="Attended Mode (Recommended)"
+INSTALL_MODE_S2="Advanced Mode"
+PREFIX_M1="Do you want to change the name of the unit?"
+PREFIX_M2="Name of the unit"
+PREFIX_M3="Enter the name of the unit:"
+ARQUIT_M1="Do you want to change the type of Architecture?"
+ARQUIT_M2="Architecture Type"
+ARQUIT_M3="Select the type of Architecture:"
+INSTALL_TYPE_S1="Internet download"
+INSTALL_TYPE_S2="Local Installation"
+INSTALL_LOCAL_M1="Please select the setup file to run."
+INSTALL_START_M1="Installation in progress."
+
+# Spanish
+#-----------------------------------------------------------
+else
+POLVER_M1="no funcionara con"
+POLVER_M2="!nPor favor actualizar!"
+POLOS_M1="Por favor instalar winbind antes de comenzar"
+INSTALL_MODE_M1="Seleccione un modo de instalación:"
+INSTALL_MODE_M2="Modo de Instalación"
+INSTALL_MODE_S1="Modo Atendido (Recomendado)"
+INSTALL_MODE_S2="Modo Avanzado"
+PREFIX_M1="Quiere cambiar el nombre de la unidad?"
+PREFIX_M2="Nombre de la Unidad"
+PREFIX_M3="Ingrese el nombre de la unidad:"
+ARQUIT_M1="Quiere cambiar el tipo de Arquitectura?"
+ARQUIT_M2="Tipo de Arquitectura"
+ARQUIT_M3="Seleccione el tipo de Arquitectura:"
+INSTALL_TYPE_S1="Descargar de internet"
+INSTALL_TYPE_S2="Instalacion Local"
+INSTALL_LOCAL_M1="Seleccione el archivo de instalación para ejecutar."
+INSTALL_START_M1="Instalación en curso."
+fi
+
+#Presentation
+#-----------------------------------------------------------
+POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$SITEWEB" "$AUTHOR" "$TITLE"
+
+# POL Validations
+#-----------------------------------------------------------
+POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE $POLVER_M1 $APPLICATION_TITLE $VERSION $POLVER_M2"
+
+#Linux Validations
+if [ "$POL_OS" = "Linux" ]; then
+    wbinfo -V || POL_Debug_Fatal "$POLOS_M1 $TITLE!"
+fi
+
+#Mac Validations
+if [ "$POL_OS" = "Mac" ]; then
+    POL_Call POL_GetTool_samba3
+    source "$POL_USER_ROOT/tools/samba3/init"
+fi
+
+
+#!/usr/bin/env PlayOnLinux-Bash
+
+# Information
+#===========================================================
+# Wine Version Used: 6.11
+# Distribution used to te
+# PlayOnLinux : 4.3.4
+# Program licence : Retail
+#===========================================================
+# CHANGELOG
+# Wine Version Used: 6.11
+# Wine SO: Windows 10
+# Wine Architecture: x86
+#
+# - English and Spanish language was entered.
+#===========================================================
+
+#===========================================================
+# Running the Scripts
+#-----------------------------------------------------------
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+POL_SetupWindow_Init
+
+# Variable
+#-----------------------------------------------------------
+TITLE="Typing Master"
+PREFIX="TypingMaster"
+POLVERSION="4.3.4"
+WINEVERSION="6.11"
+OSVERSION="win10"
+ARCHITECTURE="x86"
+COMPANY="Typing Master"
+SITEWEB="www.typingmaster.com"
+AUTHOR="GuerreroAzul"
+LENGM1="English"
+LENGM2="Spanish"
+
+# Select language
+#-----------------------------------------------------------
+POL_SetupWindow_menu "Select a language:" "Select Language" "$LENGM1;$LENGM2" ";"
+if [ "$APP_ANSWER" = "$LENGM1" ]; then
+    POLVER_M1="won't work with"
+    POLVER_M2="!nPlease update!"
+    POLOS_M1="Please install winbind before installing"
+# Spanish
+#-----------------------------------------------------------
+else
+    POLVER_M1="no funcionara con"
+    POLVER_M2="!nPor favor actualizar!"
+    POLOS_M1="Por favor instalar winbind antes de comenzar"
+fi
+
+#Presentation
+#-----------------------------------------------------------
+
+# POL Validations
+POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE $POLVER_M1 $APPLICATION_TITLE $VERSION $POLVER_M2"
+
+#Linux Validations
+if [ "$POL_OS" = "Linux" ]; then
+    wbinfo -V || POL_Debug_Fatal "$POLOS_M1 $TITLE!"
+fi
+
+#Mac Validations
+if [ "$POL_OS" = "Mac" ]; then
+    POL_Call POL_GetTool_samba3
+    source "$POL_USER_ROOT/tools/samba3/init"
+fi
+
+#wine Setup And Installation
+#-----------------------------------------------------------
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+Set_OS "$OS"
+POL_System_SetArch "$ARQUITECTURE"
+POL_System_TmpCreate "$PREFIX"
+cd "$POL_System_TmpDir"
+
+# Installation of Libraries
+#-----------------------------------------------------------
+
+# Theme Windows
+POL_Call POL_Install_LunaTheme
+POL_Call POL_Install_corefonts
+
+# Installation of various Libraries
+POL_Call POL_Install_gdiplus
+POL_Call POL_Install_mspatcha
+
+# Installation of Graphic Libraries
+POL_Call POL_Install_riched20
+POL_Call POL_Install_riched30
+POL_Call POL_Install_msxml6
+POL_Wine_OverrideDLL "native,builtin" "riched30"
+
+#Local Installation
+#-----------------------------------------------------------
+POL_SetupWindow_browse "$(eval_gettext '$INSTALL_LOCAL_M1')" "$TITLE"
+SetupIs="$APP_ANSWER"
+
+#Installation started
+POL_Wine "$SetupIs"
+
+#End Scripts
+#-----------------------------------------------------------
+POL_System_TmpDelete
+POL_SetupWindow_Close
+#===========================================================
\ No newline at end of file

New source code

#!/usr/bin/env PlayOnLinux-Bash
#===========================================================
# Information
#===========================================================
# Date: (2021-06-28 23-30)
# Last revision: (2021-06-28 23-30)
# Wine Version Used: 6.11
# Distribution used to test: Linux Mint 20.04 Focal Fossa x64
# Author: GuerreroAzul
# PlayOnLinux : 4.3.4
# Script licence : GPL3
# Program licence : Retail
#===========================================================


#===========================================================
# CHANGELOG
#===========================================================
# 2021-06-28: 
#-----------------------------------------------------------
# POL Version: 4.3.4
# Wine Version Used: 6.11
# Wine SO: Windows 10
# Wine Architecture: x86
#
# - English and Spanish language was entered.
#===========================================================


#===========================================================
# Running the Scripts
#-----------------------------------------------------------
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
POL_SetupWindow_Init

# Variable
#-----------------------------------------------------------
TITLE="Typing Master"
PREFIX="TypingMaster"
POLVERSION="4.3.4"
WINEVERSION="6.11"
OSVERSION="win10"
ARCHITECTURE="x86"
COMPANY="Typing Master"
SITEWEB="www.typingmaster.com"
AUTHOR="GuerreroAzul"
LENGM1="English"
LENGM2="Spanish"

# Select language
#-----------------------------------------------------------
POL_SetupWindow_menu "Select a language:" "Select Language" "$LENGM1;$LENGM2" ";"
#English
#-----------------------------------------------------------
if [ "$APP_ANSWER" = "$LENGM1" ]; then
POLVER_M1="won't work with"
POLVER_M2="!nPlease update!"
POLOS_M1="Please install winbind before installing"
INSTALL_MODE_M1="Select an installation mode:"
INSTALL_MODE_M2="Installation Mode"
INSTALL_MODE_S1="Attended Mode (Recommended)"
INSTALL_MODE_S2="Advanced Mode"
PREFIX_M1="Do you want to change the name of the unit?"
PREFIX_M2="Name of the unit"
PREFIX_M3="Enter the name of the unit:"
ARQUIT_M1="Do you want to change the type of Architecture?"
ARQUIT_M2="Architecture Type"
ARQUIT_M3="Select the type of Architecture:"
INSTALL_TYPE_S1="Internet download"
INSTALL_TYPE_S2="Local Installation"
INSTALL_LOCAL_M1="Please select the setup file to run."
INSTALL_START_M1="Installation in progress."

# Spanish
#-----------------------------------------------------------
else
POLVER_M1="no funcionara con"
POLVER_M2="!nPor favor actualizar!"
POLOS_M1="Por favor instalar winbind antes de comenzar"
INSTALL_MODE_M1="Seleccione un modo de instalación:"
INSTALL_MODE_M2="Modo de Instalación"
INSTALL_MODE_S1="Modo Atendido (Recomendado)"
INSTALL_MODE_S2="Modo Avanzado"
PREFIX_M1="Quiere cambiar el nombre de la unidad?"
PREFIX_M2="Nombre de la Unidad"
PREFIX_M3="Ingrese el nombre de la unidad:"
ARQUIT_M1="Quiere cambiar el tipo de Arquitectura?"
ARQUIT_M2="Tipo de Arquitectura"
ARQUIT_M3="Seleccione el tipo de Arquitectura:"
INSTALL_TYPE_S1="Descargar de internet"
INSTALL_TYPE_S2="Instalacion Local"
INSTALL_LOCAL_M1="Seleccione el archivo de instalación para ejecutar."
INSTALL_START_M1="Instalación en curso."
fi

#Presentation
#-----------------------------------------------------------
POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$SITEWEB" "$AUTHOR" "$TITLE"

# POL Validations
#-----------------------------------------------------------
POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE $POLVER_M1 $APPLICATION_TITLE $VERSION $POLVER_M2"

#Linux Validations
if [ "$POL_OS" = "Linux" ]; then
    wbinfo -V || POL_Debug_Fatal "$POLOS_M1 $TITLE!"
fi

#Mac Validations
if [ "$POL_OS" = "Mac" ]; then
    POL_Call POL_GetTool_samba3
    source "$POL_USER_ROOT/tools/samba3/init"
fi


#!/usr/bin/env PlayOnLinux-Bash

# Information
#===========================================================
# Wine Version Used: 6.11
# Distribution used to te
# PlayOnLinux : 4.3.4
# Program licence : Retail
#===========================================================
# CHANGELOG
# Wine Version Used: 6.11
# Wine SO: Windows 10
# Wine Architecture: x86
#
# - English and Spanish language was entered.
#===========================================================

#===========================================================
# Running the Scripts
#-----------------------------------------------------------
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
POL_SetupWindow_Init

# Variable
#-----------------------------------------------------------
TITLE="Typing Master"
PREFIX="TypingMaster"
POLVERSION="4.3.4"
WINEVERSION="6.11"
OSVERSION="win10"
ARCHITECTURE="x86"
COMPANY="Typing Master"
SITEWEB="www.typingmaster.com"
AUTHOR="GuerreroAzul"
LENGM1="English"
LENGM2="Spanish"

# Select language
#-----------------------------------------------------------
POL_SetupWindow_menu "Select a language:" "Select Language" "$LENGM1;$LENGM2" ";"
if [ "$APP_ANSWER" = "$LENGM1" ]; then
    POLVER_M1="won't work with"
    POLVER_M2="!nPlease update!"
    POLOS_M1="Please install winbind before installing"
# Spanish
#-----------------------------------------------------------
else
    POLVER_M1="no funcionara con"
    POLVER_M2="!nPor favor actualizar!"
    POLOS_M1="Por favor instalar winbind antes de comenzar"
fi

#Presentation
#-----------------------------------------------------------

# POL Validations
POL_RequiredVersion $POLVERSION || POL_Debug_Fatal "$TITLE $POLVER_M1 $APPLICATION_TITLE $VERSION $POLVER_M2"

#Linux Validations
if [ "$POL_OS" = "Linux" ]; then
    wbinfo -V || POL_Debug_Fatal "$POLOS_M1 $TITLE!"
fi

#Mac Validations
if [ "$POL_OS" = "Mac" ]; then
    POL_Call POL_GetTool_samba3
    source "$POL_USER_ROOT/tools/samba3/init"
fi

#wine Setup And Installation
#-----------------------------------------------------------
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "$OS"
POL_System_SetArch "$ARQUITECTURE"
POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"

# Installation of Libraries
#-----------------------------------------------------------

# Theme Windows
POL_Call POL_Install_LunaTheme
POL_Call POL_Install_corefonts

# Installation of various Libraries
POL_Call POL_Install_gdiplus
POL_Call POL_Install_mspatcha

# Installation of Graphic Libraries
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
POL_Call POL_Install_msxml6
POL_Wine_OverrideDLL "native,builtin" "riched30"

#Local Installation
#-----------------------------------------------------------
POL_SetupWindow_browse "$(eval_gettext '$INSTALL_LOCAL_M1')" "$TITLE"
SetupIs="$APP_ANSWER"

#Installation started
POL_Wine "$SetupIs"

#End Scripts
#-----------------------------------------------------------
POL_System_TmpDelete
POL_SetupWindow_Close
#===========================================================

Respuestas

Wednesday 14 July 2021 at 3:25
Script approved :)
Dadu042 Tuesday 29 June 2021 at 10:16
Dadu042

Mensajes

please copy/paste again the script as a update.

Respuestas

Wednesday 14 July 2021 at 1:41
Sorry for getting it wrong, it's my first contribution.
Wednesday 14 July 2021 at 3:26
No problem, I did the same mistake, the form is not obvious.