You are here
POL_Install_mspatcha
Informations
| Creator | Message |
|---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionInstall 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
|
InformationThis 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" RepliesFriday 29 October 2021 at 22:53
|
| petch | Sunday 23 August 2015 at 9:47 |
petch
|
WarningThis update has not been approved yet by the team. 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 |
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