4D Workshop
Informations
Créateur | Messages |
---|---|
majenko
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 Description4D Workshop is a comprehensive software IDE for Microsoft Windows that provides an integrated software development platform for all of the 4D family of processors and modules. The IDE combines the Editor, Compiler, Linker and Downloader to develop complete 4DGL application code. All user application code is developed within the Workshop4 IDE.
Code source#!/bin/bash # Date : (2015-11-09 22-49) # Last revision : (2019-06-02 10-29) # Wine version used : # Distribution used to test : Debian Jessie # Author : Majenko Technologies POL_Debug_Init [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="4D Workshop" PREFIX="4DWorkshop" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "4D Systems" "http://www.4dsystems.com.au/product/4D_Workshop_4_IDE/" "Majenko Technologies" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate POL_System_TmpCreate "$PREFIX" POL_Call POL_Install_gdiplus POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the installation file to run.')" "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "https://www.4dsystems.com.au/downloads/Software/4D-Workshop4-IDE/WORKSHOP4%20INSTALLER.4.5.0.17b.exe" POL_Wine start /unix "$POL_System_TmpDir/WORKSHOP4%20INSTALLER.4.5.0.17b.exe" POL_Wine_WaitExit "$TITLE" fi POL_System_TmpDelete POL_Shortcut "WORKSHOP4.exe" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Dimanche 2 Juin 2019 à 10:27 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe MessagesFix download URL. Differences@@ -0,0 +1,43 @@ +#!/bin/bash + +# Date : (2015-11-09 22-49) +# Last revision : (2019-06-02 10-29) +# Wine version used : +# Distribution used to test : Debian Jessie +# Author : Majenko Technologies + +POL_Debug_Init + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="4D Workshop" +PREFIX="4DWorkshop" + +POL_SetupWindow_Init + +POL_SetupWindow_presentation "$TITLE" "4D Systems" "http://www.4dsystems.com.au/product/4D_Workshop_4_IDE/" "Majenko Technologies" "$PREFIX" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate +POL_System_TmpCreate "$PREFIX" +POL_Call POL_Install_gdiplus + +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "$(eval_gettext 'Please select the installation file to run.')" "$TITLE" + POL_Wine start /unix "$APP_ANSWER" + POL_Wine_WaitExit "$TITLE" +elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] +then + cd "$POL_System_TmpDir" + POL_Download "https://www.4dsystems.com.au/downloads/Software/4D-Workshop4-IDE/WORKSHOP4%20INSTALLER.4.5.0.17b.exe" + POL_Wine start /unix "$POL_System_TmpDir/WORKSHOP4%20INSTALLER.4.5.0.17b.exe" + POL_Wine_WaitExit "$TITLE" +fi +POL_System_TmpDelete + +POL_Shortcut "WORKSHOP4.exe" "$TITLE" + +POL_SetupWindow_Close +exit \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-11-09 22-49) # Last revision : (2019-06-02 10-29) # Wine version used : # Distribution used to test : Debian Jessie # Author : Majenko Technologies POL_Debug_Init [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="4D Workshop" PREFIX="4DWorkshop" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "4D Systems" "http://www.4dsystems.com.au/product/4D_Workshop_4_IDE/" "Majenko Technologies" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate POL_System_TmpCreate "$PREFIX" POL_Call POL_Install_gdiplus POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the installation file to run.')" "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "https://www.4dsystems.com.au/downloads/Software/4D-Workshop4-IDE/WORKSHOP4%20INSTALLER.4.5.0.17b.exe" POL_Wine start /unix "$POL_System_TmpDir/WORKSHOP4%20INSTALLER.4.5.0.17b.exe" POL_Wine_WaitExit "$TITLE" fi POL_System_TmpDelete POL_Shortcut "WORKSHOP4.exe" "$TITLE" POL_SetupWindow_Close exit RéponsesEdité par Dadu042 |
majenko | Mardi 10 Novembre 2015 à 2:01 |
majenko
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,43 @@ +#!/bin/bash + +# Date : (2015-11-09 22-49) +# Last revision : (2015-11-09 22-40) +# Wine version used : +# Distribution used to test : Debian Jessie +# Author : Majenko Technologies + +POL_Debug_Init + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="4D Workshop" +PREFIX="4DWorkshop" + +POL_SetupWindow_Init + +POL_SetupWindow_presentation "$TITLE" "4D Systems" "http://www.4dsystems.com.au/product/4D_Workshop_4_IDE/" "Majenko Technologies" "$PREFIX" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate +POL_System_TmpCreate "$PREFIX" +POL_Call POL_Install_gdiplus + +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "$(eval_gettext 'Please select the installation file to run.')" "$TITLE" + POL_Wine start /unix "$APP_ANSWER" + POL_Wine_WaitExit "$TITLE" +elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] +then + cd "$POL_System_TmpDir" + POL_Download "http://www.4dsystems.com.au/downloads/Software/4D-Workshop4-IDE/WORKSHOP4%20INSTALLER.4.2.0.16b.exe" + POL_Wine start /unix "$POL_System_TmpDir/WORKSHOP4%20INSTALLER.4.2.0.16b.exe" + POL_Wine_WaitExit "$TITLE" +fi +POL_System_TmpDelete + +POL_Shortcut "WORKSHOP4.exe" "$TITLE" + +POL_SetupWindow_Close +exit Nouveau code source#!/bin/bash # Date : (2015-11-09 22-49) # Last revision : (2015-11-09 22-40) # Wine version used : # Distribution used to test : Debian Jessie # Author : Majenko Technologies POL_Debug_Init [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="4D Workshop" PREFIX="4DWorkshop" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "4D Systems" "http://www.4dsystems.com.au/product/4D_Workshop_4_IDE/" "Majenko Technologies" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate POL_System_TmpCreate "$PREFIX" POL_Call POL_Install_gdiplus POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the installation file to run.')" "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "http://www.4dsystems.com.au/downloads/Software/4D-Workshop4-IDE/WORKSHOP4%20INSTALLER.4.2.0.16b.exe" POL_Wine start /unix "$POL_System_TmpDir/WORKSHOP4%20INSTALLER.4.2.0.16b.exe" POL_Wine_WaitExit "$TITLE" fi POL_System_TmpDelete POL_Shortcut "WORKSHOP4.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
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