[Wine-patches] [Eterwine] ieinstall: fix profiles creating problem (eterbug #4902)

Konstantin Kondratyuk kondratyuk на etersoft.ru
Чт Янв 28 09:17:08 MSK 2010


Актуально для всех, включая eterwine

-- 
Best regards,
Konstantin Kondratyuk.
----------- следующая часть -----------
From 473ba81833a439bf3ebec5bb586f2db8a2a004e0 Mon Sep 17 00:00:00 2001
From: Konstantin Kondratyuk <kondratyuk на etersoft.ru>
Date: Thu, 28 Jan 2010 09:14:18 +0300
Subject: [PATCH] ieinstall: fix profiles creating problem (eterbug #4902)

---
 etersoft/ies4linux/ies4linux       |    2 +-
 etersoft/ies4linux/winereg/ie6.reg |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etersoft/ies4linux/ies4linux b/etersoft/ies4linux/ies4linux
index 95d462c..6027524 100755
--- a/etersoft/ies4linux/ies4linux
+++ b/etersoft/ies4linux/ies4linux
@@ -45,7 +45,7 @@ CREATE_ICON_DEFAULT=1
 BASEDIR_DEFAULT="$WINEPREFIX"
 BASEDIR="$WINEPREFIX"
 #BINDIR_DEFAULT="$HOME/bin"
-BINDIR_DEFAULT="$BASEDIR/dosdevices/c:/windows/profiles/All Users/Application Data"
+BINDIR_DEFAULT="$BASEDIR/dosdevices/c:/users/Public/Application Data"
 WGETFLAGS_DEFAULT="--continue"
 DOWNLOADDIR_SUFFIX="dosdevices/c:/windows/downloads"
 DOWNLOADDIR_DEFAULT="$BASEDIR_DEFAULT/$DOWNLOADDIR_SUFFIX"
diff --git a/etersoft/ies4linux/winereg/ie6.reg b/etersoft/ies4linux/winereg/ie6.reg
index ba459b3..5ee2ce6 100644
--- a/etersoft/ies4linux/winereg/ie6.reg
+++ b/etersoft/ies4linux/winereg/ie6.reg
@@ -37645,7 +37645,7 @@
 "Installed"="1"
 
 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\ProfileList]
-"ProfilesDirectory"=str(2):"c:\\windows\\profiles"
+"ProfilesDirectory"=str(2):"c:\\users"
 
 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Script Host\Settings]
 "ActiveDebugging"="1"
-- 
1.6.5.8



Подробная информация о списке рассылки Wine-patches