Demo del Excoba Egreso NMS UACJ 2024-2

Informatie

Creator Bericht
jlramirez_metrica Anonymous

Warning

This installer has not been approved yet by the team.

Informatie

Platforms:
Downloads: 0
Wine: System

Feedbacks

Omschrijving

Demo del Excoba Egreso NMS para la Univesidad Autónoma de Ciudad Juárez 2024-2

Broncode

                

Contributions

Filters:

Contribute
Member Bericht
GuerreroAzul Dinsdag 12 Maart 2024 om 21:40
GuerreroAzul

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Hello,

The following script can help you. To define whether it works or not is with your own test.

Differences

@@ -0,0 +1,78 @@
+
+#!/usr/bin/env playonlinux-bash
+: '
+Date: See changelog.
+Last revision: See changelog.
+Wine version used: See changelog.
+Distribution used to test: See changelog.
+Author: GuerreroAzul
+License: Retail
+
+CHANGELOG
+[GuerrreroAzul] (2024-03-12 13:23 GMT-6) Wine 9.0 / Linux Mint 21.3 x86_64
+  Creation of the script 
+
+REFERENCE
+GuerreroAzul: Documentation - https://www.uacj.mx/admision/documentos/licenciatura/Instructivo-Excoba-MacOS.pdf
+GuerreroAzul: Link Download - https://drive.google.com/file/d/1OGN11Y35gX_sF5golp45lYQcXPZIMBsW/view?pli=1
+'
+       
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+#Setting
+TITLE="Demo Excoba"
+PREFIX="DemoExcoba"
+CATEGORY="Accesories;"
+WINEVERSION="9.0"
+OSVERSION="win10"
+EDITHOR="GuerreroAzul"
+COMPANY="UNIVERSIDAD AUTONOMA DE CIUDAD DE JUAREZ"
+HOMEPAGE="https://www.uacj.mx/"
+LOGO="https://i.imgur.com/rylffSy.png"
+BANNER="https://i.imgur.com/4Zy4x17.png"
+#DOWNLOAD_URL="hhttps://drive.usercontent.google.com/download?id=1OGN11Y35gX_sF5golp45lYQcXPZIMBsW&export=download&authuser=0&confirm=t&uuid=a5521f1a-d94f-4d54-8553-9ac4aa3d61a5&at=APZUnTXve-82WxECjvIf8a1Olirn%3A1710271026074"
+#FILE_INSTALL="SetupDemoExcoba_LIC_UACJ_2024-1.exe"
+#MD5_CHECKSUM="eb568141f74e47e6960a93d37fd4fe3e"
+
+#Setup Image
+POL_GetSetupImages "$LOGO" "$BANNER" "$TITLE"
+
+# Starting the script
+POL_SetupWindow_Init
+
+# Welcome message
+POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$HOMEPAGE" "$EDITHOR" "$PREFIX"
+
+# PlayOnLinux Version Check
+POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$(eval_gettext 'TITLE wont work with $APPLICATION_TITLE $VERSION\nPlease update!')"
+
+# Check winbind library is installed.
+if [ "$POL_OS" = "Linux" ]; then
+  wbinfo -V || POL_Debug_Fatal "$(eval_gettext 'Please install winbind before installing.')" "$TITLE!"
+fi
+
+# Prepare resources for installation!
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+Set_OS "$OSVERSION"
+
+# Installation of Libraries
+#POL_Call POL_Install_corefonts
+
+# Script start
+cd "$HOME"
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
+Setup="$APP_ANSWER"
+
+# Install Program
+POL_SetupWindows_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
+POL_Wine "$Setup"
+
+# Shortcut 
+POL_Shortcut "$PREFIX.exe" "$TITLE" "" "" "$CATEGORY"
+
+# End script
+POL_System_TmpDelete
+POL_SetupWindow_Close
+exit 0

New source code

#!/usr/bin/env playonlinux-bash
: '
Date: See changelog.
Last revision: See changelog.
Wine version used: See changelog.
Distribution used to test: See changelog.
Author: GuerreroAzul
License: Retail

CHANGELOG
[GuerrreroAzul] (2024-03-12 13:23 GMT-6) Wine 9.0 / Linux Mint 21.3 x86_64
  Creation of the script 

REFERENCE
GuerreroAzul: Documentation - https://www.uacj.mx/admision/documentos/licenciatura/Instructivo-Excoba-MacOS.pdf
GuerreroAzul: Link Download - https://drive.google.com/file/d/1OGN11Y35gX_sF5golp45lYQcXPZIMBsW/view?pli=1
'
       
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

#Setting
TITLE="Demo Excoba"
PREFIX="DemoExcoba"
CATEGORY="Accesories;"
WINEVERSION="9.0"
OSVERSION="win10"
EDITHOR="GuerreroAzul"
COMPANY="UNIVERSIDAD AUTONOMA DE CIUDAD DE JUAREZ"
HOMEPAGE="https://www.uacj.mx/"
LOGO="https://i.imgur.com/rylffSy.png"
BANNER="https://i.imgur.com/4Zy4x17.png"
#DOWNLOAD_URL="hhttps://drive.usercontent.google.com/download?id=1OGN11Y35gX_sF5golp45lYQcXPZIMBsW&export=download&authuser=0&confirm=t&uuid=a5521f1a-d94f-4d54-8553-9ac4aa3d61a5&at=APZUnTXve-82WxECjvIf8a1Olirn%3A1710271026074"
#FILE_INSTALL="SetupDemoExcoba_LIC_UACJ_2024-1.exe"
#MD5_CHECKSUM="eb568141f74e47e6960a93d37fd4fe3e"

#Setup Image
POL_GetSetupImages "$LOGO" "$BANNER" "$TITLE"

# Starting the script
POL_SetupWindow_Init

# Welcome message
POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$HOMEPAGE" "$EDITHOR" "$PREFIX"

# PlayOnLinux Version Check
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$(eval_gettext 'TITLE wont work with $APPLICATION_TITLE $VERSION\nPlease update!')"

# Check winbind library is installed.
if [ "$POL_OS" = "Linux" ]; then
  wbinfo -V || POL_Debug_Fatal "$(eval_gettext 'Please install winbind before installing.')" "$TITLE!"
fi

# Prepare resources for installation!
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "$OSVERSION"

# Installation of Libraries
#POL_Call POL_Install_corefonts

# Script start
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
Setup="$APP_ANSWER"

# Install Program
POL_SetupWindows_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE"
POL_Wine "$Setup"

# Shortcut 
POL_Shortcut "$PREFIX.exe" "$TITLE" "" "" "$CATEGORY"

# End script
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0

Antwoorden

Dadu042 Dinsdag 23 Januari 2024 om 15:41
Dadu042

Bericht

URL to the software ?

 

I found this tuto: https://www.uacj.mx/admision/documentos/licenciatura/Instructivo-Excoba-MacOS.pdf

and this : https://www.uacj.mx/admision/licenciaturas/index.html

The software seems hosted on Google drive ?

Antwoorden

Aangepast door Dadu042