Estas Aqui

Dparoic

Informations

Creator Mensajes
constant51 Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 6109
Wine: 1.7.54

Feedbacks

Description

Logiciel de comptabilité pour paroisse.

Source code

#!/bin/bash
# Date : (2015-11-01)
# Last revision : (2015-11-01)
# Wine version used : 1.7.54
# Distribution used to test : Mac OS El Captain
# Author : Constant51
# Licence : GPLv3
 
TITLE="Dparoic"
PREFIX="dparoic"
WINEVERSION="1.7.54"
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
POL_SetupWindow_Init
 
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "dparoic" "http://" "Constant51" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "winxp"
 
POL_SetupWindow_VMS "512"
 
POL_Call POL_Install_riched20
POL_Call POL_Install_mdac28
 

cd "$WINEPREFIX/drive_c"
POL_Download "$DL_URL"
INSTALLER="${DL_URL##*/}"
 

POL_Wine_WaitBefore "dparoic"
POL_Wine start /unix "$INSTALLER"
POL_Wine_WaitExit "dparoic"
 
POL_Shortcut "dparoic.exe" "Paroisse"
 
POL_SetupWindow_Close
 
exit 0

Contributions

Filters:

Contribute
Member Mensajes
constant51 Sunday 1 November 2015 at 17:07
constant51 Anonymous

Information

This update has been approved by the team.

Differences

@@ -0,0 +1,45 @@
+#!/bin/bash
+# Date : (2015-11-01)
+# Last revision : (2015-11-01)
+# Wine version used : 1.7.54
+# Distribution used to test : Mac OS El Captain
+# Author : Constant51
+# Licence : GPLv3
+ 
+TITLE="Dparoic"
+PREFIX="dparoic"
+WINEVERSION="1.7.54"
+ 
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+POL_SetupWindow_Init
+ 
+POL_Debug_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "dparoic" "http://" "Constant51" "$PREFIX"
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+Set_OS "winxp"
+ 
+POL_SetupWindow_VMS "512"
+ 
+POL_Call POL_Install_riched20
+POL_Call POL_Install_mdac28
+ 
+
+cd "$WINEPREFIX/drive_c"
+POL_Download "$DL_URL"
+INSTALLER="${DL_URL##*/}"
+ 
+
+POL_Wine_WaitBefore "dparoic"
+POL_Wine start /unix "$INSTALLER"
+POL_Wine_WaitExit "dparoic"
+ 
+POL_Shortcut "dparoic.exe" "Paroisse"
+ 
+POL_SetupWindow_Close
+ 
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2015-11-01)
# Last revision : (2015-11-01)
# Wine version used : 1.7.54
# Distribution used to test : Mac OS El Captain
# Author : Constant51
# Licence : GPLv3
 
TITLE="Dparoic"
PREFIX="dparoic"
WINEVERSION="1.7.54"
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
POL_SetupWindow_Init
 
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "dparoic" "http://" "Constant51" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "winxp"
 
POL_SetupWindow_VMS "512"
 
POL_Call POL_Install_riched20
POL_Call POL_Install_mdac28
 

cd "$WINEPREFIX/drive_c"
POL_Download "$DL_URL"
INSTALLER="${DL_URL##*/}"
 

POL_Wine_WaitBefore "dparoic"
POL_Wine start /unix "$INSTALLER"
POL_Wine_WaitExit "dparoic"
 
POL_Shortcut "dparoic.exe" "Paroisse"
 
POL_SetupWindow_Close
 
exit 0

Respuestas