POL_Install_riched20

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 3013272
Wine: System

Feedbacks

Broncode

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

Contribute
Member Bericht
Yaotl Maandag 18 October 2021 om 17:56
Yaotl Anonymous

Information

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

Antwoorden

Vrijdag 29 October 2021 om 22:55
Script approved.
Quentin PÂRIS Maandag 1 September 2014 om 11:06
Quentin PÂRIS Anonymous

Warning

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

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"

Antwoorden

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