POL_Function_OverrideDLL

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 3508387
Wine: System

Feedbacks

Broncode

#!/bin/bash
# Date : Unkown
# Last revision : (2013-05-19 12-16)
# Author : unknown
# Updated by : GNU_Raziel
# Only For : http://www.playonlinux.com

# CHANGELOG
# [SuperPlumus] (2013-05-19 12-16)
#   gettext

MODE=$1
DLL=$2
if [ "$mode" = "disabled" ]
then
        unset mode
fi

cat << EOF > "$POL_USER_ROOT/tmp/override-dll.reg"
REGEDIT4

[HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides]
EOF

until [ "$DLL" == "" ]; do
        echo "\"*$DLL\"=\"$MODE\"" >> "$POL_USER_ROOT/tmp/override-dll.reg"
        shift
        DLL="$2"
done

POL_SetupWindow_wait_next_signal "$(eval_gettext 'Please wait...')" "$TITLE"
POL_Wine regedit "$POL_USER_ROOT/tmp/override-dll.reg"

Contributions

Filters:

Contribute
Member Bericht

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