[Wine-patches] [eter-1.0.12] [eterwine] ies4linux: Win98 mode is need for HTTPS (eterbug #4340).
Alexander Morozov
amorozov на etersoft.ru
Пт Май 28 18:46:29 MSD 2010
----------- следующая часть -----------
From f32676424fff0d04463303e429e02815011cb122 Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov на etersoft.ru>
Date: Fri, 28 May 2010 18:23:18 +0400
Subject: [PATCH] ies4linux: Win98 mode is need for HTTPS (eterbug #4340).
---
etersoft/ies4linux/ieuninstall | 3 +++
etersoft/ies4linux/winereg/iedlls.reg | 4 ++++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/etersoft/ies4linux/ieuninstall b/etersoft/ies4linux/ieuninstall
index c611b7c..5f1fd8f 100755
--- a/etersoft/ies4linux/ieuninstall
+++ b/etersoft/ies4linux/ieuninstall
@@ -126,5 +126,8 @@ for i in $TO_DELETE; do
rm -f "$CROOT/windows/system32/$i"
done
+# Removing iexplore.exe defaults
+wine regedit /D 'HKEY_USERS\S-1-5-4\Software\Wine\AppDefaults\iexplore.exe'
+
# Updating
wine --update
diff --git a/etersoft/ies4linux/winereg/iedlls.reg b/etersoft/ies4linux/winereg/iedlls.reg
index 6b6d729..7c25edb 100644
--- a/etersoft/ies4linux/winereg/iedlls.reg
+++ b/etersoft/ies4linux/winereg/iedlls.reg
@@ -8,6 +8,10 @@
[HKEY_USERS\S-1-5-4\Software\Wine\AppDefaults\ie6setup.exe]
"Version"="win98"
+# For HTTPS (eterbug #4340)
+[HKEY_USERS\S-1-5-4\Software\Wine\AppDefaults\iexplore.exe]
+"Version"="win98"
+
# For other applications used IE
[HKEY_USERS\S-1-5-4\Software\Wine\DllOverrides]
"actxprxy"="native,builtin"
--
1.6.5.8
Подробная информация о списке рассылки Wine-patches