POL_Install_dcom98
Informations
| Créateur | Messages |
|---|---|
SuperPlumus
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 2 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
|
InformationCette 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesMaybe 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éponsesJeudi 2 Janvier 2020 à 8:36
|
| chicco | Vendredi 10 Février 2017 à 22:55 |
chicco
|
|
| anyb | Mercredi 11 Janvier 2017 à 22:25 |
anyb
|
MessagesLink directing to executable is dead. Can anyone provide some substitution for this? 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