4D Workshop
Informations
Creator | Message |
---|---|
majenko
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 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.
Source code#!/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:
ContributeMember | Message |
Dadu042 | Sunday 2 June 2019 at 10:27 |
Dadu042
|
InformationThis update has been approved by the team. MessageFix 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 New source code#!/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 RepliesEdited by Dadu042 |
majenko | Tuesday 10 November 2015 at 2:01 |
majenko
|
WarningThis update has not been approved yet by the team. 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 New source code#!/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 Replies |
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