wine.inf: Add Shell Url Associations Keys (Try 2)

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Thu Nov 27 20:40:38 CST 2014


Hi,
Patch attached.

Changelog:
       wine.inf: Add Shell Url Associations Keys


Best Regards
   Alistair Leslie-Hughes
-------------- next part --------------
>From 7e023e83defaa9e4882fb9fe50a929d669e4d159 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 2fc2362..3446374 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