The forum

[Script] Evolution 4

Author Replies
saimor Thursday 17 July 2014 at 16:10
saimor

We'd be pleased to publish our own Windows application to Linux-powered systems through the help of PlayOnLinux. The application is ERP software, mainly targeted to Italian businesses.

For some reasons, our installer doesn't support "start /unix" in the POL_Wine invocation, which doesn't seem to be strictly required to have it running, anyhow.

Script:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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_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 "$(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

Screenshots:

 

Icons & Installer graphics:

Evolution4_22x22.pngEvolution4_22x22.png

Evolution4_48x48.pngEvolution4_48x48.png

top.pngtop.png

left.pngleft.png

Formal Installer submission: http://www.playonmac.com/en/app-2175-Evolution_4.html

Edited by saimor


Evolution.it - Distribuzione client-side su ambienti Linux e MacOS
Quentin PÂRIS Thursday 17 July 2014 at 19:39
Quentin PÂRISAnonymous

Are you selling your program or is it free? Because we have a better offer for commercial products like yours

saimor Thursday 18 June 2015 at 18:38
saimor

Sorry for the delay. Our software is commercial, so please send us information about your commercial solution.

Best regards,
Evolution Team


Evolution.it - Distribuzione client-side su ambienti Linux e MacOS

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@playonlinux.com