POL_Install_devenum

Informations

Créateur Messages
GNU_Raziel

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 419811
Wine: System

Retours d'expérience

Description

devenum DLL support

Code source

#!/bin/bash
# Last revision : (2013-06-20 21:00)
# Creator : GNU_Raziel
# Only For : http://www.playonlinux.com

# Downloading DLL 
POL_Download_Resource "http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe" "4cf007a355cb5f34a3c5c400113b33c3"

# Extracting DLL
cd "$POL_USER_ROOT/ressources"
mkdir -p devenum
cabextract -d devenum/ -L -F 'dxnt.cab' directx_feb2010_redist.exe || POL_Debug_Error "POL_Install_devenum : Failed te extract directx_feb2010_redist.exe"
cd devenum
cabextract dxnt.cab  -L -F 'devenum.dll' || POL_Debug_Error "POL_Install_devenum : Failed to extract dxnt.cab"

# Installing DLL
if [ "$POL_ARCH" == "amd64" ]; then
        cp "devenum.dll" "$WINEPREFIX/drive_c/windows/syswow64"
else
        cp "devenum.dll" "$WINEPREFIX/drive_c/windows/system32"
fi

# Overriding DLL
POL_Wine_OverrideDLL "native,builtin" "devenum"

Contributions

Filters:

Contribuer
Membre Messages
KelZen Dimanche 16 Mai 2021 à 22:18
KelZen Anonymous

Messages

[POL_Wine] Message: Running wine-5.1 regedit /home/kelzen/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/kelzen/.PlayOnLinux/tmp)
[POL_Wine] Message: Wine return: 0
[POL_Call] Message: Calling POL_Install_devenum
[POL_Call] Message: ----- Starting function POL_Install_devenum -----
[POL_GPG_auth_script] Message: Checking signature of POL_Install_devenum
[POL_GPG_install_key] Message: Importing PlayOnLinux public key
[POL_Source] Message: POL GPG : Good signature
[POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe
[POL_SetupWindow_question] Message: question answer: TRUE
[POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe
[POL_SetupWindow_question] Message: question answer: FALSE
[POL_Download_Resource] Error: MD5 sum mismatch ! (2 attempt)


 

Réponses

Anonymous
Samedi 21 Aoüt 2021 à 20:09
i also faced same error while installing https://www.surveyzop.com/
Anonymous
Mercredi 9 Février 2022 à 13:54
thanks for sharing this information. mbc2030 live

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