S.I.Ap
Informations
Créateur | Messages |
---|---|
AntuV
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionInstalador de aplicativo S.I.Ap de AFIP (Argentina). Actualmente en pruebas, pero luego de casi un mes no hubo ningún problema, probando con varias personas. Code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Linux Mint 18.3 Sarah 64-bit # Author : AntuV # Licence : GPLv3 # PlayOnLinux: 4.2.10 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="SIAP" WINEVERSION="3.0" TITLE="S.I.Ap" EDITOR="A.F.I.P." GAME_URL="http://www.afip.gob.ar" AUTHOR="AntuV" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "http://www.afip.gob.ar/aplicativos/siap/archivos/siap.zip" "3d4f630b77a8c32219400db84230e6e2" unzip siap.zip unzip Siap*.exe INSTALLER_EXE="$POL_System_TmpDir/SETUP.EXE" # Create Prefix POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" # Dependencies POL_Call POL_Install_vcrun2010 POL_Call POL_Install_FontsSmoothRGB POL_Wine "$INSTALLER_EXE" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete POL_Shortcut "siap.exe" "$TITLE" POL_SetupWindow_Close |
Contributions
Filters:
ContribuerMembre | Messages |
AntuV | Lundi 9 Avril 2018 à 1:30 |
AntuV
|
InformationCette mise à jour a été acceptée par l'équipe Messages(Yeah, a "edit" button means "submit" here...) Differences@@ -0,0 +1,49 @@ +#!/bin/bash +# Date : (2014-10-20) +# Distribution used to test : Linux Mint 18.3 Sarah 64-bit +# Author : AntuV +# Licence : GPLv3 +# PlayOnLinux: 4.2.10 + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="SIAP" +WINEVERSION="3.0" +TITLE="S.I.Ap" +EDITOR="A.F.I.P." +GAME_URL="http://www.afip.gob.ar" +AUTHOR="AntuV" + +POL_SetupWindow_Init +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +POL_System_TmpCreate "$PREFIX" + +cd "$POL_System_TmpDir" +POL_Download "http://www.afip.gob.ar/aplicativos/siap/archivos/siap.zip" "3d4f630b77a8c32219400db84230e6e2" +unzip siap.zip +unzip Siap*.exe +INSTALLER_EXE="$POL_System_TmpDir/SETUP.EXE" + +# Create Prefix +POL_System_SetArch "x86" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +# Configuration +Set_OS "winxp" + +# Dependencies +POL_Call POL_Install_vcrun2010 +POL_Call POL_Install_FontsSmoothRGB + +POL_Wine "$INSTALLER_EXE" + +POL_Wine_WaitExit "$TITLE" + +POL_System_TmpDelete +POL_Shortcut "siap.exe" "$TITLE" + +POL_SetupWindow_Close \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2014-10-20) # Distribution used to test : Linux Mint 18.3 Sarah 64-bit # Author : AntuV # Licence : GPLv3 # PlayOnLinux: 4.2.10 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="SIAP" WINEVERSION="3.0" TITLE="S.I.Ap" EDITOR="A.F.I.P." GAME_URL="http://www.afip.gob.ar" AUTHOR="AntuV" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "http://www.afip.gob.ar/aplicativos/siap/archivos/siap.zip" "3d4f630b77a8c32219400db84230e6e2" unzip siap.zip unzip Siap*.exe INSTALLER_EXE="$POL_System_TmpDir/SETUP.EXE" # Create Prefix POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" # Dependencies POL_Call POL_Install_vcrun2010 POL_Call POL_Install_FontsSmoothRGB POL_Wine "$INSTALLER_EXE" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete POL_Shortcut "siap.exe" "$TITLE" POL_SetupWindow_Close RéponsesJeudi 1 Aoüt 2019 à 23:36
|
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