[1/2] shell32: Add Shell Url Associations Keys

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Sun Sep 28 20:49:32 CDT 2014


Hi,

Changelog:
       shell32: Add Shell Url Associations Keys


Best Regards
   Alistair Leslie-Hughes
-------------- next part --------------
>From 7e0f3303bd21d0e1ea513c3c138f77aa1de00b62 Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Mon, 29 Sep 2014 11:25:33 +1000
Subject: [PATCH] Add Shell Url Associations Keys
To: wine-patches <wine-patches at winehq.org>

---
 loader/wine.inf.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 42a750e..89c7ef0 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -664,6 +664,12 @@ HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-99
 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Locale",2,"*"
 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Version",2,"4,74,9273,0"
 
+;Shell Associations
+HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice,"Progid",,"IE.FTP"
+HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice,"Progid",,"IE.FTP"
+HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice,"Progid",,"IE.FTP"
+
+
 [Nls]
 HKLM,System\CurrentControlSet\Control\Nls\Codepage,"37",,""
 HKLM,System\CurrentControlSet\Control\Nls\Language,"0401",,""
-- 
1.9.1




More information about the wine-patches mailing list