POL_Install_dcom98
Informations
| Creator | Wiadmości | 
|---|---|
| SuperPlumus   
 | InformationThis installer has been approved by the team. InformationsPlatforms:   Feedbacks0 2 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 | Wiadmości | 
| Dadu042 | Tuesday 5 January 2021 at 12:50 | 
| Dadu042   
 | InformationThis 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"Odpowiedzi | 
| arthurlutz | Monday 18 September 2017 at 16:20 | 
| arthurlutz   
 | WarningThis update has not been approved yet by the team. WiadmościMaybe 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"OdpowiedziThursday 2 January 2020 at 8:36                                                                                     | 
| chicco | Friday 10 February 2017 at 22:55 | 
| chicco   
 | |
| anyb | Wednesday 11 January 2017 at 22:25 | 
| anyb   
 | WiadmościLink directing to executable is dead. Can anyone provide some substitution for this? Odpowiedzi | 
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