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

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Sun Sep 28 23:34:04 CDT 2014


Hi,
Fixed copy/paste error.

Changelog:
       shell32: Add Shell Url Associations Keys


Best Regards
   Alistair Leslie-Hughes
-------------- next part --------------
>From 2d7ae82de2f2120a8e8ca4384e2ebe16af70d511 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..4c28b2c 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.HTTP"
+HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice,"Progid",,"IE.HTTPS"
+
+
 [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