Metatrader 5
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience5 5 DescriptionCaptures d'écranCode source#!/bin/bash # # CHANGELOG # [Tinou] (2014-07-11) # Initial writting. # [Dadu042] (2019-06-29) # Wine 3.0.4 -> 4.0.1 # [Dadu042] (2019-10-05) # Wine 4.0.1 -> 4.0.2 # Add software category # [Dadu042] (2019-12-14) # Wine 4.0.2 -> 4.0.3 (4.0.2 not avaiable on POM). # POL_RequiredVersion "4.2.12" -> 4.3.4 #!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "4.0.3" POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" "" "" "Finance;" # POL_SetupWindow_message "$(eval_gettext '\nInstallation is finished ! :)')" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
str197051 | Mercredi 24 Mai 2023 à 15:33 |
str197051
|
MessagesI'm downloading MT5, but it won't finish. why? Réponses |
maekel | Samedi 11 Mars 2023 à 20:59 |
maekel
|
Messagesdownload url changed "https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe" RéponsesMercredi 24 Mai 2023 à 15:32
|
Dadu042 | Samedi 14 Décembre 2019 à 16:12 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -7,7 +7,10 @@ # Wine 3.0.4 -> 4.0.1 # [Dadu042] (2019-10-05) # Wine 4.0.1 -> 4.0.2 -# Add software category +# Add software category +# [Dadu042] (2019-12-14) +# Wine 4.0.2 -> 4.0.3 (4.0.2 not avaiable on POM). +# POL_RequiredVersion "4.2.12" -> 4.3.4 #!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 @@ -20,10 +23,10 @@ POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" -POL_RequiredVersion "4.2.12" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" +POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "4.0.2" +POL_Wine_PrefixCreate "4.0.3" POL_Call POL_Install_LunaTheme @@ -37,7 +40,7 @@ POL_Shortcut "terminal.exe" "$TITLE" "" "" "Finance;" -# POL_SetupWindow_message "$(eval_gettext '\nInstallation is finished ! :)')" "$TITLE" +# POL_SetupWindow_message "$(eval_gettext '\nInstallation is finished ! :)')" "$TITLE" POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # # CHANGELOG # [Tinou] (2014-07-11) # Initial writting. # [Dadu042] (2019-06-29) # Wine 3.0.4 -> 4.0.1 # [Dadu042] (2019-10-05) # Wine 4.0.1 -> 4.0.2 # Add software category # [Dadu042] (2019-12-14) # Wine 4.0.2 -> 4.0.3 (4.0.2 not avaiable on POM). # POL_RequiredVersion "4.2.12" -> 4.3.4 #!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "4.0.3" POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" "" "" "Finance;" # POL_SetupWindow_message "$(eval_gettext '\nInstallation is finished ! :)')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Dadu042 | Samedi 5 Octobre 2019 à 12:46 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesTested for 1 min. Differences@@ -5,31 +5,39 @@ # Initial writting. # [Dadu042] (2019-06-29) # Wine 3.0.4 -> 4.0.1 +# [Dadu042] (2019-10-05) +# Wine 4.0.1 -> 4.0.2 +# Add software category #!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + TITLE="MetaTrader 5" PREFIX="metatrader5" - + POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" - + +POL_RequiredVersion "4.2.12" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" + POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "4.0.1" - +POL_Wine_PrefixCreate "4.0.2" + +POL_Call POL_Install_LunaTheme + cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" - -POL_Call POL_Install_LunaTheme - + POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" - - -POL_Shortcut "terminal.exe" "$TITLE" + + +POL_Shortcut "terminal.exe" "$TITLE" "" "" "Finance;" + +# POL_SetupWindow_message "$(eval_gettext '\nInstallation is finished ! :)')" "$TITLE" + POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # # CHANGELOG # [Tinou] (2014-07-11) # Initial writting. # [Dadu042] (2019-06-29) # Wine 3.0.4 -> 4.0.1 # [Dadu042] (2019-10-05) # Wine 4.0.1 -> 4.0.2 # Add software category #!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_RequiredVersion "4.2.12" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "4.0.2" POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" "" "" "Finance;" # POL_SetupWindow_message "$(eval_gettext '\nInstallation is finished ! :)')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Castelli | Jeudi 15 Aoüt 2019 à 15:41 |
Castelli
|
MessagesWhy Am I getting the message
"Error in POL_Shortcut Binary not found: terminal.exe Have you installed the program to the default location?"
I am trying to install MT5 on a mac, why is it looking for a .exe file? Réponses |
Dadu042 | Samedi 29 Juin 2019 à 21:20 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesSee CHANGELOG. Differences@@ -1,27 +1,35 @@ #!/bin/bash +# +# CHANGELOG +# [Tinou] (2014-07-11) +# Initial writting. +# [Dadu042] (2019-06-29) +# Wine 3.0.4 -> 4.0.1 + +#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + TITLE="MetaTrader 5" PREFIX="metatrader5" - + POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" - + POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "3.0.4" - +POL_Wine_PrefixCreate "4.0.1" + cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" - + POL_Call POL_Install_LunaTheme - + POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" - - + + POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close -exit \ No newline at end of file +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # # CHANGELOG # [Tinou] (2014-07-11) # Initial writting. # [Dadu042] (2019-06-29) # Wine 3.0.4 -> 4.0.1 #!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "4.0.1" cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" POL_Call POL_Install_LunaTheme POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
danilo.vcorrea | Jeudi 4 Avril 2019 à 22:06 |
danilo.vcorrea
|
MessagesIt`s not running Market. What is the limitation for get this tool implemented? RéponsesSamedi 29 Juin 2019 à 21:07
|
Quentin PÂRIS | Dimanche 16 Décembre 2018 à 15:53 |
Quentin PÂRIS
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -10,9 +10,8 @@ POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "1.7.51" +POL_Wine_PrefixCreate "3.0.4" -Set_OS winxp cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "3.0.4" cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" POL_Call POL_Install_LunaTheme POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
steveRoe | Mardi 13 Mars 2018 à 14:35 |
steveRoe
|
MessagesI get the message that the installation of MetaTrader 5 cannot be completed due to the OS version being less than WIN 7 SP1. In the source for the MT5 setup you're setting it to WinXP. Any chance to have that adapted?
Réponses |
Braders77 | Jeudi 7 Décembre 2017 à 5:00 |
Braders77
|
MessagesI cannot get this program to run by follwoing your instructions on teh Play Mac GUI. I am new to play on mac and concerned I am doingn something wrong. I am runnning Mac OSX High Sierra I get the following POL Error "Unsupported version, Windows 7 Service Pack 1"
Can you please help Réponses |
redline | Mardi 22 September 2015 à 1:56 |
redline
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -10,7 +10,7 @@ POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "1.7.22" +POL_Wine_PrefixCreate "1.7.51" Set_OS winxp cd "$WINEPREFIX/drive_c" Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.7.51" Set_OS winxp cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" POL_Call POL_Install_LunaTheme POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
redline | Samedi 19 September 2015 à 23:04 |
redline
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -10,7 +10,7 @@ POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "1.7.22" +POL_Wine_PrefixCreate "1.7.46" Set_OS winxp cd "$WINEPREFIX/drive_c" Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.7.46" Set_OS winxp cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" POL_Call POL_Install_LunaTheme POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
lfrohling | Samedi 21 Février 2015 à 16:50 |
lfrohling
|
MessagesSo far so good! I'm using it on Mac but it looks good so far Réponses |
petch | Jeudi 5 Février 2015 à 21:27 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesRemove MD5 download check (updated too often) Differences@@ -4,8 +4,7 @@ TITLE="MetaTrader 5" PREFIX="metatrader5" -MD5="24f2d3c1a7a28fdd368238ea3ca2cc0d" - + POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" @@ -15,7 +14,7 @@ Set_OS winxp cd "$WINEPREFIX/drive_c" -POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" "$MD5" +POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" POL_Call POL_Install_LunaTheme Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.7.22" Set_OS winxp cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" POL_Call POL_Install_LunaTheme POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
Quentin PÂRIS | Mercredi 23 Juillet 2014 à 23:47 |
Quentin PÂRIS
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -11,7 +11,7 @@ POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "1.2.3-16bits" +POL_Wine_PrefixCreate "1.7.22" Set_OS winxp cd "$WINEPREFIX/drive_c" Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" MD5="24f2d3c1a7a28fdd368238ea3ca2cc0d" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.7.22" Set_OS winxp cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" "$MD5" POL_Call POL_Install_LunaTheme POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
Quentin PÂRIS | Lundi 14 Juillet 2014 à 16:28 |
Quentin PÂRIS
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -20,7 +20,9 @@ POL_Call POL_Install_LunaTheme POL_Wine_WaitBefore "$TITLE" -POL_Wine "$FILE" +POL_Wine --ignore-errors "mt5setup.exe" +POL_Wine_WaitExit "$TITLE" + POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" MD5="24f2d3c1a7a28fdd368238ea3ca2cc0d" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.2.3-16bits" Set_OS winxp cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" "$MD5" POL_Call POL_Install_LunaTheme POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close exit RéponsesEdité par Tinou |
Quentin PÂRIS | Vendredi 11 Juillet 2014 à 17:25 |
Quentin PÂRIS
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,27 @@ +#!/bin/bash +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="MetaTrader 5" +PREFIX="metatrader5" +MD5="24f2d3c1a7a28fdd368238ea3ca2cc0d" + +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "1.2.3-16bits" + +Set_OS winxp +cd "$WINEPREFIX/drive_c" +POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" "$MD5" + +POL_Call POL_Install_LunaTheme + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$FILE" + +POL_Shortcut "terminal.exe" "$TITLE" +POL_SetupWindow_Close +exit \ No newline at end of file Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5" PREFIX="metatrader5" MD5="24f2d3c1a7a28fdd368238ea3ca2cc0d" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.2.3-16bits" Set_OS winxp cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" "$MD5" POL_Call POL_Install_LunaTheme POL_Wine_WaitBefore "$TITLE" POL_Wine "$FILE" POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close exit RéponsesEdité par Tinou |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com