Forum

[Script] Evolution 4

Författare Svar
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:

#!/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

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.playonlinux.com/en/app-2175-Evolution_4.html

Ändrat av 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