POL_Install_dcom98

Informations

Creator Mensajes
SuperPlumus Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 59023
Wine: System

Feedbacks

Source code

#!/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:

Contribute
Member Mensajes
Dadu042 Tuesday 5 January 2021 at 12:50
Dadu042

Information

This update has been approved by the team.

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

New source code

#!/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"

Respuestas

arthurlutz Monday 18 September 2017 at 16:20
arthurlutz Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Mensajes

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"
 

New source code

#!/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"

Respuestas

Thursday 2 January 2020 at 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 Friday 10 February 2017 at 22:55
chicco Anonymous

Mensajes

Can anyone fix this please?

Respuestas

Anonymous
Sunday 12 February 2017 at 12:20
Feel free to provide a solution ;)
anyb Wednesday 11 January 2017 at 22:25
anyb Anonymous

Mensajes

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

Respuestas