POL_Install_riched20

Informations

Creator Nachricht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 2931190
Wine: System

Feedbacks

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:

Contribute
Member Nachricht
Yaotl Monday 18 October 2021 at 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"

Antworten

Friday 29 October 2021 at 22:55
Script approved.
Quentin PÂRIS Monday 1 September 2014 at 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"

Antworten