POL_Install_mspatcha

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 490273
Wine: System

Feedbacks

Description

Install mspatcha.dll

Source code

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

Contribute
Member Message
Yaotl Monday 18 October 2021 at 17:47
Yaotl Anonymous

Information

This update has been approved by the team.

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

New source code

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

Replies

Friday 29 October 2021 at 22:53
Script approved.
petch Sunday 23 August 2015 at 9:47
petch

Warning

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

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

New source code

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

Replies