POL_Install_wininet

Informations

Créateur Messages
GNU_Raziel

Information

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

Informations

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

Retours d'expérience

Description

Downloads and installs the wininet.dll file.

Code source

#!/bin/bash
# Date : (2012-07-29 22-02)
# Last revision : (2017-11-06 22:59)
# Author : GNU_Raziel
# Only For : http://www.playonlinux.com
  
# Installing DLL
POL_Download_Resource "https://web.archive.org/web/20061224003406/http://download.microsoft.com/download/5/0/c/50c42d0e-07a8-4a2b-befb-1a403bd0df96/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" "0c0f6e300800e49472e9b2e0890a09c1"
 
cd "$WINEPREFIX/drive_c/windows/temp"
cabextract "$POL_USER_ROOT/ressources/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" -F WININET.DLL
 
 
if [ "$POL_ARCH" = "amd64" ]; then
        cp -f WININET.DLL ../syswow64/wininet.dll
else
        cp -f WININET.DLL ../system32/wininet.dll
fi
 
# Overriding DLL
POL_Wine_OverrideDLL "native, builtin" "wininet"

Contributions

Filters:

Contribuer
Membre Messages
corbindavenport Lundi 6 Novembre 2017 à 4:59
corbindavenport Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Messages

Looks like Microsoft removed the download link, so it needs to be switched to the Internet Archive.

Differences

@@ -1,11 +1,11 @@
 #!/bin/bash
 # Date : (2012-07-29 22-02)
-# Last revision : (2013-06-20 21:00)
+# Last revision : (2017-11-06 22:59)
 # Author : GNU_Raziel
 # Only For : http://www.playonlinux.com
   
 # Installing DLL
-POL_Download_Resource "http://download.microsoft.com/download/5/0/c/50c42d0e-07a8-4a2b-befb-1a403bd0df96/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" "0c0f6e300800e49472e9b2e0890a09c1"
+POL_Download_Resource "https://web.archive.org/web/20061224003406/http://download.microsoft.com/download/5/0/c/50c42d0e-07a8-4a2b-befb-1a403bd0df96/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" "0c0f6e300800e49472e9b2e0890a09c1"
  
 cd "$WINEPREFIX/drive_c/windows/temp"
 cabextract "$POL_USER_ROOT/ressources/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" -F WININET.DLL

Nouveau code source

#!/bin/bash
# Date : (2012-07-29 22-02)
# Last revision : (2017-11-06 22:59)
# Author : GNU_Raziel
# Only For : http://www.playonlinux.com
  
# Installing DLL
POL_Download_Resource "https://web.archive.org/web/20061224003406/http://download.microsoft.com/download/5/0/c/50c42d0e-07a8-4a2b-befb-1a403bd0df96/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" "0c0f6e300800e49472e9b2e0890a09c1"
 
cd "$WINEPREFIX/drive_c/windows/temp"
cabextract "$POL_USER_ROOT/ressources/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" -F WININET.DLL
 
 
if [ "$POL_ARCH" = "amd64" ]; then
        cp -f WININET.DLL ../syswow64/wininet.dll
else
        cp -f WININET.DLL ../system32/wininet.dll
fi
 
# Overriding DLL
POL_Wine_OverrideDLL "native, builtin" "wininet"

Réponses

Mardi 7 Aoüt 2018 à 19:10
Does this fix the file mis-match we get in PlayOnLinux?
Anonymous
Mercredi 13 Mars 2019 à 0:32
Yes, it does
Mercredi 3 Juillet 2019 à 9:45
Script approved.
Anonymous
Mardi 29 Décembre 2020 à 20:28
check the https://www.dllinstaller.com/