POL_Install_mfc40

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

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

Retours d'expérience

Code source

POL_Debug_LogToPrefix "Installing MFC40.DLL"
POL_Wine_WaitBefore "MFC40.DLL"

POL_Download_Resource "https://web.archive.org/web/20070316220826/http://activex.microsoft.com/controls/vc/mfc40.cab" "57b92899066e127dcb578b36ac6f6f4d"
cabextract -d "$POL_USER_ROOT/tmp" "$POL_USER_ROOT/ressources/mfc40.cab"

if [ "$POL_ARCH" = "amd64" ]; then
    cd "$WINEPREFIX/drive_c/windows/syswow64"
else
    cd "$WINEPREFIX/drive_c/windows/system32"
fi

cabextract "$POL_USER_ROOT/tmp/mfc40.exe" -F '*40.dll'

Contributions

Filters:

Contribuer
Membre Messages
Quentin PÂRIS Jeudi 3 Mars 2016 à 17:02
Quentin PÂRIS Anonymous

Information

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

Differences

@@ -1,7 +1,7 @@
 POL_Debug_LogToPrefix "Installing MFC40.DLL"
 POL_Wine_WaitBefore "MFC40.DLL"
 
-POL_Download_Resource "http://activex.microsoft.com/controls/vc/mfc40.cab" "57b92899066e127dcb578b36ac6f6f4d"
+POL_Download_Resource "https://web.archive.org/web/20070316220826/http://activex.microsoft.com/controls/vc/mfc40.cab" "57b92899066e127dcb578b36ac6f6f4d"
 cabextract -d "$POL_USER_ROOT/tmp" "$POL_USER_ROOT/ressources/mfc40.cab"
 
 if [ "$POL_ARCH" = "amd64" ]; then

Nouveau code source

POL_Debug_LogToPrefix "Installing MFC40.DLL"
POL_Wine_WaitBefore "MFC40.DLL"

POL_Download_Resource "https://web.archive.org/web/20070316220826/http://activex.microsoft.com/controls/vc/mfc40.cab" "57b92899066e127dcb578b36ac6f6f4d"
cabextract -d "$POL_USER_ROOT/tmp" "$POL_USER_ROOT/ressources/mfc40.cab"

if [ "$POL_ARCH" = "amd64" ]; then
    cd "$WINEPREFIX/drive_c/windows/syswow64"
else
    cd "$WINEPREFIX/drive_c/windows/system32"
fi

cabextract "$POL_USER_ROOT/tmp/mfc40.exe" -F '*40.dll'

Réponses

Scindix Jeudi 3 Mars 2016 à 4:28
Scindix

Messages

The link has probably changed or microsoft has discontinued the download.
I'm getting "Access Denied" for the given link: http://activex.microsoft.com/controls/vc/mfc40.cab
(The exact error message in POL is complain about mismatching MD5 sums.)

Réponses

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