POL_Install_dcom98

Informatie

Creator Bericht
SuperPlumus Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 60183
Wine: System

Feedbacks

Broncode

#!/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 Bericht
Dadu042 Dinsdag 5 Januari 2021 om 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"

Antwoorden

arthurlutz Maandag 18 September 2017 om 16:20
arthurlutz Anonymous

Warning

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

Bericht

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"

Antwoorden

Donderdag 2 Januari 2020 om 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 Vrijdag 10 Februari 2017 om 22:55
chicco Anonymous

Bericht

Can anyone fix this please?

Antwoorden

Anonymous
Zondag 12 Februari 2017 om 12:20
Feel free to provide a solution ;)
anyb Woensdag 11 Januari 2017 om 22:25
anyb Anonymous

Bericht

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

Antwoorden

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