You are here
Dparoic
Informations
Creator | Message |
---|---|
constant51
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks1 0 DescriptionLogiciel 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:
ContributeMember | Message |
constant51 | Sunday 1 November 2015 at 17:07 |
constant51
|
InformationThis 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 Replies |
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-notice@playonlinux.com