Вы находитесь здесь

Evolution 4

Informations

Creator Message
saimor

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 8467
Wine: 1.9.4

Feedbacks

Description

Pacchetto 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

Information

This 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

Replies

Sunday 3 November 2019 at 11:15
Approved.
saimor Thursday 3 March 2016 at 16:13
saimor

Warning

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

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

Replies

Thursday 3 March 2016 at 16:14
We'd like our package to be enlisted also on PlayOnMac, if possible. Thank you.
saimor Thursday 17 July 2014 at 18:31
saimor

Warning

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

Message

Evolution4_22x22.pngEvolution4_22x22.png (http://imgur.com/xkkE9cM.png)

Evolution4_48x48.pngEvolution4_48x48.png (http://imgur.com/yZ6qPWH.png)

top.pngtop.png (http://imgur.com/adChFq7.png)

left.pngleft.png (http://imgur.com/acVh02A.png)

 

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

Warning

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

Message

* Made the script international, as required.

Here's the link of the signing request topic in the forum:
http://www.playonlinux.com/en/topic-12152-Script_Evolution_4.html

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

Warning

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

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

Replies

Anonymous
Thursday 17 July 2014 at 13:13
The script must be in english to be signed
Thursday 17 July 2014 at 15:19
We're going to fix it as soon as possible. Thanks.