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.png
Evolution4_48x48.png
top.png
left.png
Formal Installer submission: http://www.playonmac.com/en/app-2175-Evolution_4.html
Edité par saimor
Evolution.it - Distribuzione client-side su ambienti Linux e MacOS