You are here
POL_Install_riched20
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 Source code#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Author : Berillions # Licence : # Depend : none if [ "$POL_ARCH" = "amd64" ]; then cd "$WINEPREFIX/drive_c/windows/syswow64" else cd "$WINEPREFIX/drive_c/windows/system32" fi POL_Call POL_SP2_Extract riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" |
Contributions
Filters:
ContributeMember | Message |
Yaotl | Monday 18 October 2021 at 17:56 |
Yaotl
|
InformationThis update has been approved by the team. Differences@@ -6,6 +6,10 @@ # Licence : # Depend : none -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 riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" \ No newline at end of file New source code#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Author : Berillions # Licence : # Depend : none if [ "$POL_ARCH" = "amd64" ]; then cd "$WINEPREFIX/drive_c/windows/syswow64" else cd "$WINEPREFIX/drive_c/windows/system32" fi POL_Call POL_SP2_Extract riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" RepliesFriday 29 October 2021 at 22:55
|
Quentin PÂRIS | Monday 1 September 2014 at 11:06 |
Quentin PÂRIS
|
WarningThis update has not been approved yet by the team. Differences@@ -6,6 +6,6 @@ # Licence : # Depend : none -cd "$WINEPREFIX/windows/system32" +cd "$WINEPREFIX/drive_c/windows/system32" POL_Call POL_SP2_Extract riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" \ No newline at end of file New source code#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Author : Berillions # Licence : # Depend : none cd "$WINEPREFIX/drive_c/windows/system32" POL_Call POL_SP2_Extract riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" 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