POL_Install_mspatcha

Informations

Créateur Messages
petch

Information

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

Informations

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

Retours d'expérience

Description

Install mspatcha.dll

Code source

# Date : (2015-08-23 09-45)
# Author : Petch

if [ "$POL_ARCH" = "amd64" ]; then
    cd "$WINEPREFIX/drive_c/windows/syswow64"
else
    cd "$WINEPREFIX/drive_c/windows/system32"
fi
POL_Call POL_SP2_Extract mspatcha.dll
POL_Wine_OverrideDLL "native,builtin" "mspatcha"

Contributions

Filters:

Contribuer
Membre Messages
Yaotl Lundi 18 Octobre 2021 à 17:47
Yaotl Anonymous

Information

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

Differences

@@ -1,6 +1,10 @@
 # Date : (2015-08-23 09-45)
 # Author : Petch
 
-cd "$WINEPREFIX/drive_c/windows/system32"
+if [ "$POL_ARCH" = "amd64" ]; then
+    cd "$WINEPREFIX/drive_c/windows/syswow64"
+else
+    cd "$WINEPREFIX/drive_c/windows/system32"
+fi
 POL_Call POL_SP2_Extract mspatcha.dll
 POL_Wine_OverrideDLL "native,builtin" "mspatcha"
\ No newline at end of file

Nouveau code source

# Date : (2015-08-23 09-45)
# Author : Petch

if [ "$POL_ARCH" = "amd64" ]; then
    cd "$WINEPREFIX/drive_c/windows/syswow64"
else
    cd "$WINEPREFIX/drive_c/windows/system32"
fi
POL_Call POL_SP2_Extract mspatcha.dll
POL_Wine_OverrideDLL "native,builtin" "mspatcha"

Réponses

Vendredi 29 Octobre 2021 à 22:53
Script approved.
petch Dimanche 23 Aoüt 2015 à 9:47
petch

Warning

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

Differences

@@ -0,0 +1,6 @@
+# Date : (2015-08-23 09-45)
+# Author : Petch
+
+cd "$WINEPREFIX/drive_c/windows/system32"
+POL_Call POL_SP2_Extract mspatcha.dll
+POL_Wine_OverrideDLL "native,builtin" "mspatcha"
\ No newline at end of file

Nouveau code source

# Date : (2015-08-23 09-45)
# Author : Petch

cd "$WINEPREFIX/drive_c/windows/system32"
POL_Call POL_SP2_Extract mspatcha.dll
POL_Wine_OverrideDLL "native,builtin" "mspatcha"

Réponses