POL_Install_devenum

Informations

Creator Message
GNU_Raziel

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 418699
Wine: System

Feedbacks

Description

devenum DLL support

Source code

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

Contribute
Member Message
KelZen Sunday 16 May 2021 at 22:18
KelZen Anonymous

Message

[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)


 

Replies

Anonymous
Saturday 21 August 2021 at 20:09
i also faced same error while installing https://www.surveyzop.com/
Anonymous
Wednesday 9 February 2022 at 13:54
thanks for sharing this information. mbc2030 live