POL_Install_dcom98

Informations

Créateur Messages
SuperPlumus Anonymous

Information

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

Informations

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

Retours d'expérience

Code source

#!/bin/bash
# PlayOnLinux Function
  
# Date : (2011-02-20 06-04)
# Last revision : (2012-04-09 19-05)
# Author : SuperPlumus

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://web.archive.org/web/20080222203526if_/http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc79f8a51/DCOM98.EXE" "9a7bc7ff37168217123a5e28aadef897"

Set_OS "win98"

if [ "$POL_ARCH" = "amd64" ]; then
    POL_Debug_Warning "dcom98 package is not tested on 64bits!"
    cd "$WINEPREFIX/drive_c/windows/syswow64"
    rm -f ole32.dll olepro32.dll oleaut32.dll rpcrt4.dll
else
    cd "$WINEPREFIX/drive_c/windows/system32"
    rm -f ole32.dll olepro32.dll oleaut32.dll rpcrt4.dll
fi

POL_Call POL_SP2_Extract ole32.dll
POL_Call POL_SP2_Extract olepro32.dll
POL_Call POL_SP2_Extract oleaut32.dll
POL_Call POL_SP2_Extract rpcrt4.dll

POL_Wine_OverrideDLL native,builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App explorer.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App iexplore.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App services.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App wineboot.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App winedevice.exe builtin ole32 oleaut32 rpcrt4
 
Set_OS "winxp"

POL_Wine_WaitExit "dcom98"

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Mardi 5 Janvier 2021 à 12:50
Dadu042

Information

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

Differences

@@ -11,7 +11,7 @@
 Set_OS "win98"
 
 if [ "$POL_ARCH" = "amd64" ]; then
-    POL_Debug_Warning "dcom98 package not testing on 64bits!"
+    POL_Debug_Warning "dcom98 package is not tested on 64bits!"
     cd "$WINEPREFIX/drive_c/windows/syswow64"
     rm -f ole32.dll olepro32.dll oleaut32.dll rpcrt4.dll
 else

Nouveau code source

#!/bin/bash
# PlayOnLinux Function
  
# Date : (2011-02-20 06-04)
# Last revision : (2012-04-09 19-05)
# Author : SuperPlumus

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://web.archive.org/web/20080222203526if_/http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc79f8a51/DCOM98.EXE" "9a7bc7ff37168217123a5e28aadef897"

Set_OS "win98"

if [ "$POL_ARCH" = "amd64" ]; then
    POL_Debug_Warning "dcom98 package is not tested on 64bits!"
    cd "$WINEPREFIX/drive_c/windows/syswow64"
    rm -f ole32.dll olepro32.dll oleaut32.dll rpcrt4.dll
else
    cd "$WINEPREFIX/drive_c/windows/system32"
    rm -f ole32.dll olepro32.dll oleaut32.dll rpcrt4.dll
fi

POL_Call POL_SP2_Extract ole32.dll
POL_Call POL_SP2_Extract olepro32.dll
POL_Call POL_SP2_Extract oleaut32.dll
POL_Call POL_SP2_Extract rpcrt4.dll

POL_Wine_OverrideDLL native,builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App explorer.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App iexplore.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App services.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App wineboot.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App winedevice.exe builtin ole32 oleaut32 rpcrt4
 
Set_OS "winxp"

POL_Wine_WaitExit "dcom98"

Réponses

arthurlutz Lundi 18 September 2017 à 16:20
arthurlutz Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Maybe get the file from way back machine ?

 

https://web.archive.org/web/20080222203526if_/http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc79f8a51/DCOM98.EXE

Differences

@@ -6,7 +6,7 @@
 # Author : SuperPlumus
 
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc79f8a51/DCOM98.EXE" "9a7bc7ff37168217123a5e28aadef897"
+POL_Download_Resource "https://web.archive.org/web/20080222203526if_/http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc79f8a51/DCOM98.EXE" "9a7bc7ff37168217123a5e28aadef897"
 
 Set_OS "win98"
 

Nouveau code source

#!/bin/bash
# PlayOnLinux Function
  
# Date : (2011-02-20 06-04)
# Last revision : (2012-04-09 19-05)
# Author : SuperPlumus

cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://web.archive.org/web/20080222203526if_/http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc79f8a51/DCOM98.EXE" "9a7bc7ff37168217123a5e28aadef897"

Set_OS "win98"

if [ "$POL_ARCH" = "amd64" ]; then
    POL_Debug_Warning "dcom98 package not testing on 64bits!"
    cd "$WINEPREFIX/drive_c/windows/syswow64"
    rm -f ole32.dll olepro32.dll oleaut32.dll rpcrt4.dll
else
    cd "$WINEPREFIX/drive_c/windows/system32"
    rm -f ole32.dll olepro32.dll oleaut32.dll rpcrt4.dll
fi

POL_Call POL_SP2_Extract ole32.dll
POL_Call POL_SP2_Extract olepro32.dll
POL_Call POL_SP2_Extract oleaut32.dll
POL_Call POL_SP2_Extract rpcrt4.dll

POL_Wine_OverrideDLL native,builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App explorer.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App iexplore.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App services.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App wineboot.exe builtin ole32 oleaut32 rpcrt4
POL_Wine_OverrideDLL_App winedevice.exe builtin ole32 oleaut32 rpcrt4
 
Set_OS "winxp"

POL_Wine_WaitExit "dcom98"

Réponses

Jeudi 2 Janvier 2020 à 8:36
I get this error from microsoft.com : 'An error occurred while processing your request. Reference #132.35fe0117.1577950505.88039105'.
I approve your script.
chicco Vendredi 10 Février 2017 à 22:55
chicco Anonymous

Messages

Can anyone fix this please?

Réponses

Anonymous
Dimanche 12 Février 2017 à 12:20
Feel free to provide a solution ;)
anyb Mercredi 11 Janvier 2017 à 22:25
anyb Anonymous

Messages

Link directing to executable is dead. Can anyone provide some substitution for this?

Réponses