From: Alistair Leslie-Hughes Subject: [1/2] shell32: Add Shell Url Associations Keys (try 3) Message-Id: <542920C9.6040905@hotmail.com> Date: Mon, 29 Sep 2014 19:05:13 +1000 Hi, No change Changelog: shell32: Add Shell Url Associations Keys Best Regards Alistair Leslie-Hughes From c235b765b572b0c8644d467a19a588daaee1fca9 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Mon, 29 Sep 2014 11:25:33 +1000 Subject: [PATCH] Add Shell Url Associations Keys To: wine-patches --- 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