Evolution 4
Informations
| Creator | Message |
|---|---|
saimor
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks2 0 DescriptionPacchetto ufficiale - http://www.evolution.it/ Evolution4 è il software gestionale tutto italiano pensato e sviluppato per soddisfare le reali esigenze pratiche delle Piccole e Medie Imprese. Source code#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
# Wine version used : 1.9.4
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.9.4"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
fi
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit |
Contributions
Filters:
Contribute| Member | Message |
| saimor | Thursday 3 March 2016 at 16:21 |
saimor
|
InformationThis update has been approved by the team. Differences@@ -1,32 +1,32 @@
#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
-# Wine version used : 1.7.21
+# Wine version used : 1.9.4
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
-
+
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
-
+
TITLE="Evolution 4"
PREFIX="Evolution4"
-
+
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
-
-POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
+POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
+
POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate "1.7.21"
-
+POL_Wine_PrefixCreate "1.9.4"
+
POL_System_TmpCreate "$PREFIX"
-
+
POL_SetupWindow_InstallMethod "DOWNLOAD"
-
+
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
-POL_Call POL_Install_vcrun6
+POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
@@ -34,7 +34,7 @@
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
-
+
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
@@ -42,11 +42,11 @@
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
fi
-
+
POL_System_TmpDelete
-
+
POL_Shortcut "evolution.exe" "$TITLE"
-
+
POL_SetupWindow_Close
-
+
exit
\ No newline at end of file
New source code#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
# Wine version used : 1.9.4
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.9.4"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
fi
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit RepliesSunday 3 November 2019 at 11:15
|
| saimor | Thursday 3 March 2016 at 16:13 |
saimor
|
WarningThis update has not been approved yet by the team. Differences@@ -1,32 +1,32 @@
#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
-# Wine version used : 1.7.21
+# Wine version used : 1.9.4
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
-
+
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
-
+
TITLE="Evolution 4"
PREFIX="Evolution4"
-
+
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
-
-POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
+POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
+
POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate "1.7.21"
-
+POL_Wine_PrefixCreate "1.9.4"
+
POL_System_TmpCreate "$PREFIX"
+
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
-POL_SetupWindow_InstallMethod "DOWNLOAD"
-
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
-POL_Call POL_Install_vcrun6
+POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
@@ -34,19 +34,22 @@
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
-
+
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
- POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
- POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
+ INSTALLER="$POL_System_TmpDir/SetupEvo4.exe"
+elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
+ POL_SetupWindow_browse "$(eval_gettext 'Please select the installation file to run.')" "$TITLE"
+ INSTALLER="$APP_ANSWER"
fi
-
+POL_Wine "$INSTALLER"
+POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
POL_System_TmpDelete
-
+
POL_Shortcut "evolution.exe" "$TITLE"
-
+
POL_SetupWindow_Close
-
+
exit
\ No newline at end of file
New source code#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
# Wine version used : 1.9.4
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.9.4"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
INSTALLER="$POL_System_TmpDir/SetupEvo4.exe"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
POL_SetupWindow_browse "$(eval_gettext 'Please select the installation file to run.')" "$TITLE"
INSTALLER="$APP_ANSWER"
fi
POL_Wine "$INSTALLER"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit RepliesThursday 3 March 2016 at 16:14
|
| saimor | Thursday 17 July 2014 at 18:31 |
saimor
|
WarningThis update has not been approved yet by the team. Message
Not sure if we should use either "Evolution4" or "Evolution_4" in the http://files.playonlinux.com/... URL. The same for both the 22x22 and 48x48 icons attached above. Differences@@ -1,6 +1,6 @@ #!/bin/bash # Date : (2014-07-17 10-23) -# Last revision : (2014-07-17 16-10) +# Last revision : (2014-07-17 18-26) # Wine version used : 1.7.21 # Distribution used to test : Ubuntu 14.04 LTS # Author : saimor @@ -11,7 +11,7 @@ TITLE="Evolution 4" PREFIX="Evolution4" -POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution4/top.jpg" "http://files.playonlinux.com/resources/setups/Evolution4/left.jpg" "$TITLE" +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE" POL_SetupWindow_Init POL_Debug_Init New source code#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 18-26)
# Wine version used : 1.7.21
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution_4/top.png" "http://files.playonlinux.com/resources/setups/Evolution_4/left.png" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.21"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
fi
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit Replies |
| saimor | Thursday 17 July 2014 at 16:15 |
saimor
|
WarningThis update has not been approved yet by the team. Message* Made the script international, as required. Here's the link of the signing request topic in the forum: Differences@@ -0,0 +1,52 @@ +#!/bin/bash +# Date : (2014-07-17 10-23) +# Last revision : (2014-07-17 16-10) +# Wine version used : 1.7.21 +# Distribution used to test : Ubuntu 14.04 LTS +# Author : saimor + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Evolution 4" +PREFIX="Evolution4" + +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution4/top.jpg" "http://files.playonlinux.com/resources/setups/Evolution4/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "1.7.21" + +POL_System_TmpCreate "$PREFIX" + +POL_SetupWindow_InstallMethod "DOWNLOAD" + +Set_OS "win7" +POL_Call POL_Function_FontsSmoothRGB +POL_Call POL_Install_vcrun6 +POL_Call POL_Install_gdiplus +POL_Call POL_Install_gecko +POL_Call POL_Install_msxml3 +POL_Call POL_Install_msxml4 +POL_Call POL_Install_msxml6 +POL_Call POL_Install_riched20 +POL_Call POL_Install_riched30 + +if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then + cd "$POL_System_TmpDir" + POL_Download "http://evolution.it/files/SetupEvo4.exe" + POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" + POL_Wine "$POL_System_TmpDir/SetupEvo4.exe" + POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" +fi + +POL_System_TmpDelete + +POL_Shortcut "evolution.exe" "$TITLE" + +POL_SetupWindow_Close + +exit \ No newline at end of file New source code#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 16-10)
# Wine version used : 1.7.21
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution4/top.jpg" "http://files.playonlinux.com/resources/setups/Evolution4/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.21"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
fi
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit Replies |
| saimor | Thursday 17 July 2014 at 11:33 |
saimor
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,53 @@ +#!/bin/bash +# Date : (2014-07-17 10-23) +# Last revision : (2014-07-17 10-23) +# Wine version used : 1.7.21 +# Distribution used to test : Ubuntu 14.04 LTS +# Author : saimor + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Evolution 4" +PREFIX="Evolution4" + +#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution4/top.jpg" "http://files.playonlinux.com/resources/setups/Evolution4/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "1.7.21" + +POL_System_TmpCreate "$PREFIX" + +POL_SetupWindow_InstallMethod "DOWNLOAD" + +Set_OS "win7" +POL_Call POL_Function_FontsSmoothRGB +POL_Call POL_Install_vcrun6 +POL_Call POL_Install_gdiplus +POL_Call POL_Install_gecko +POL_Call POL_Install_msxml3 +POL_Call POL_Install_msxml4 +POL_Call POL_Install_msxml6 +POL_Call POL_Install_riched20 +POL_Call POL_Install_riched30 + +if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then + cd "$POL_System_TmpDir" + POL_SetupWindow_wait "Scaricamento versione aggiornata..." "Installazione di $TITLE" + POL_Download "http://evolution.it/files/SetupEvo4.exe" + POL_SetupWindow_wait "Installazione in corso..." "Installazione di $TITLE" + POL_Wine "$POL_System_TmpDir/SetupEvo4.exe" + POL_SetupWindow_wait "Finalizzazione..." "Installazione di $TITLE" +fi + +POL_System_TmpDelete + +POL_Shortcut "evolution.exe" "$TITLE" + +POL_SetupWindow_Close + +exit \ No newline at end of file New source code#!/bin/bash
# Date : (2014-07-17 10-23)
# Last revision : (2014-07-17 10-23)
# Wine version used : 1.7.21
# Distribution used to test : Ubuntu 14.04 LTS
# Author : saimor
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Evolution 4"
PREFIX="Evolution4"
#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Evolution4/top.jpg" "http://files.playonlinux.com/resources/setups/Evolution4/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Evolution.it" "http://www.evolution.it/" "saimor" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.21"
POL_System_TmpCreate "$PREFIX"
POL_SetupWindow_InstallMethod "DOWNLOAD"
Set_OS "win7"
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_vcrun6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml4
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
cd "$POL_System_TmpDir"
POL_SetupWindow_wait "Scaricamento versione aggiornata..." "Installazione di $TITLE"
POL_Download "http://evolution.it/files/SetupEvo4.exe"
POL_SetupWindow_wait "Installazione in corso..." "Installazione di $TITLE"
POL_Wine "$POL_System_TmpDir/SetupEvo4.exe"
POL_SetupWindow_wait "Finalizzazione..." "Installazione di $TITLE"
fi
POL_System_TmpDelete
POL_Shortcut "evolution.exe" "$TITLE"
POL_SetupWindow_Close
exit RepliesThursday 17 July 2014 at 13:13
Thursday 17 July 2014 at 15:19
|
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
Install this program
Evolution4_22x22.png (http://imgur.com/xkkE9cM.png)
Evolution4_48x48.png (http://imgur.com/yZ6qPWH.png)
top.png (http://imgur.com/adChFq7.png)
left.png (http://imgur.com/acVh02A.png)