POL_Install_devenum
Informations
| Creator | Nachricht |
|---|---|
|
GNU_Raziel
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 Descriptiondevenum 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 | Nachricht |
| KelZen | Sunday 16 May 2021 at 22:18 |
KelZen
|
Nachricht[POL_Wine] Message: Running wine-5.1 regedit /home/kelzen/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/kelzen/.PlayOnLinux/tmp) AntwortenSaturday 21 August 2021 at 20:09
Wednesday 9 February 2022 at 13:54
|
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