POL_Install_devenum
Informations
Créateur | Messages |
---|---|
GNU_Raziel
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 Descriptiondevenum 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:
ContribuerMembre | Messages |
KelZen | Dimanche 16 Mai 2021 à 22:18 |
KelZen
|
Messages[POL_Wine] Message: Running wine-5.1 regedit /home/kelzen/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/kelzen/.PlayOnLinux/tmp) RéponsesSamedi 21 Aoüt 2021 à 20:09
Mercredi 9 Février 2022 à 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