S.I.Ap

Informatie

Creator Bericht
AntuV Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 2863
Wine: 3.0

Feedbacks

Omschrijving

Instalador 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.

Broncode

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

Contribute
Member Bericht
AntuV Maandag 9 April 2018 om 1:30
AntuV Anonymous

Information

This update has been approved by the team.

Bericht

(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

New source code

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

Antwoorden

Donderdag 1 Augustus 2019 om 23:36
Approved.