Vous êtes ici
POL_Function_OverrideDLL
Informations
| Créateur | Messages |
|---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 Code source#!/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:
Contribuer| Membre | Messages |
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