mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
shdocvw: Don't create empty default key values where not necessary.
This commit is contained in:
parent
d9f315a084
commit
ac853cfcf2
1 changed files with 6 additions and 6 deletions
|
@ -34,10 +34,10 @@ HKCR,"CLSID\%CLSID_SearchAssistantOC%\InProcServer32",,,"%MODULE%"
|
||||||
HKCR,"CLSID\%CLSID_SearchAssistantOC%\InProcServer32","ThreadingModel",,"Apartment"
|
HKCR,"CLSID\%CLSID_SearchAssistantOC%\InProcServer32","ThreadingModel",,"Apartment"
|
||||||
HKCR,"CLSID\%CLSID_SearchAssistantOC%\ProgID",,,"SearchAssistantOC.SearchAssistantOC.1"
|
HKCR,"CLSID\%CLSID_SearchAssistantOC%\ProgID",,,"SearchAssistantOC.SearchAssistantOC.1"
|
||||||
HKCR,"CLSID\%CLSID_SearchAssistantOC%\VersionIndependentProgID",,,"SearchAssistantOC.SearchAssistantOC"
|
HKCR,"CLSID\%CLSID_SearchAssistantOC%\VersionIndependentProgID",,,"SearchAssistantOC.SearchAssistantOC"
|
||||||
HKCR,"SearchAssistantOC.SearchAssistantOC",,,""
|
HKCR,"SearchAssistantOC.SearchAssistantOC",,,"SearchAssistantOC"
|
||||||
HKCR,"SearchAssistantOC.SearchAssistantOC\CLSID",,,"%CLSID_SearchAssistantOC%"
|
HKCR,"SearchAssistantOC.SearchAssistantOC\CLSID",,,"%CLSID_SearchAssistantOC%"
|
||||||
HKCR,"SearchAssistantOC.SearchAssistantOC\CurVer",,,"SearchAssistantOC.SearchAssistantOC.1"
|
HKCR,"SearchAssistantOC.SearchAssistantOC\CurVer",,,"SearchAssistantOC.SearchAssistantOC.1"
|
||||||
HKCR,"SearchAssistantOC.SearchAssistantOC.1",,,""
|
HKCR,"SearchAssistantOC.SearchAssistantOC.1",,,"SearchAssistantOC"
|
||||||
HKCR,"SearchAssistantOC.SearchAssistantOC.1\CLSID",,,"%CLSID_SearchAssistantOC%"
|
HKCR,"SearchAssistantOC.SearchAssistantOC.1\CLSID",,,"%CLSID_SearchAssistantOC%"
|
||||||
|
|
||||||
HKCR,"CLSID\%CLSID_ShellNameSpace%",,,"Shell Name Space"
|
HKCR,"CLSID\%CLSID_ShellNameSpace%",,,"Shell Name Space"
|
||||||
|
@ -67,7 +67,7 @@ HKCR,"CLSID\%CLSID_ShellUIHelper%\ProgID",,,"Shell.UIHelper.1"
|
||||||
HKCR,"Shell.UIHelper",,,"Microsoft Shell UI Helper"
|
HKCR,"Shell.UIHelper",,,"Microsoft Shell UI Helper"
|
||||||
HKCR,"Shell.UIHelper\CLSID",,,"%CLSID_ShellUIHelper%"
|
HKCR,"Shell.UIHelper\CLSID",,,"%CLSID_ShellUIHelper%"
|
||||||
HKCR,"Shell.UIHelper\CurVer",,,"Shell.UIHelper.2"
|
HKCR,"Shell.UIHelper\CurVer",,,"Shell.UIHelper.2"
|
||||||
HKCR,"Shell.UIHelper.1",,,""
|
HKCR,"Shell.UIHelper.1",,,"Microsoft Shell UI Helper"
|
||||||
HKCR,"Shell.UIHelper.1\CLSID",,,"%CLSID_ShellUIHelper%"
|
HKCR,"Shell.UIHelper.1\CLSID",,,"%CLSID_ShellUIHelper%"
|
||||||
|
|
||||||
HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,,"shdoclc.dll,-190"
|
HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,,"shdoclc.dll,-190"
|
||||||
|
@ -86,7 +86,7 @@ HKCR,"CLSID\%CLSID_WebBrowser%\VersionIndependentProgID",,,"Shell.Explorer"
|
||||||
HKCR,"Shell.Explorer",,,"Microsoft Web Browser"
|
HKCR,"Shell.Explorer",,,"Microsoft Web Browser"
|
||||||
HKCR,"Shell.Explorer\CLSID",,,"%CLSID_WebBrowser%"
|
HKCR,"Shell.Explorer\CLSID",,,"%CLSID_WebBrowser%"
|
||||||
HKCR,"Shell.Explorer\CurVer",,,"Shell.Explorer.2"
|
HKCR,"Shell.Explorer\CurVer",,,"Shell.Explorer.2"
|
||||||
HKCR,"Shell.Explorer.2",,,""
|
HKCR,"Shell.Explorer.2",,,"Microsoft Web Browser"
|
||||||
HKCR,"Shell.Explorer.2\CLSID",,,"%CLSID_WebBrowser%"
|
HKCR,"Shell.Explorer.2\CLSID",,,"%CLSID_WebBrowser%"
|
||||||
|
|
||||||
HKCR,"CLSID\%CLSID_ShellWindows%",,,"ShellWindows"
|
HKCR,"CLSID\%CLSID_ShellWindows%",,,"ShellWindows"
|
||||||
|
@ -108,14 +108,14 @@ HKCR,"CLSID\%CLSID_WebBrowser_V1%\InProcServer32",,,"%MODULE%"
|
||||||
HKCR,"CLSID\%CLSID_WebBrowser_V1%\InProcServer32","ThreadingModel",,"Apartment"
|
HKCR,"CLSID\%CLSID_WebBrowser_V1%\InProcServer32","ThreadingModel",,"Apartment"
|
||||||
HKCR,"CLSID\%CLSID_WebBrowser_V1%\ProgID",,,"Shell.Explorer.1"
|
HKCR,"CLSID\%CLSID_WebBrowser_V1%\ProgID",,,"Shell.Explorer.1"
|
||||||
HKCR,"CLSID\%CLSID_WebBrowser_V1%\VersionIndependentProgID",,,"Shell.Explorer"
|
HKCR,"CLSID\%CLSID_WebBrowser_V1%\VersionIndependentProgID",,,"Shell.Explorer"
|
||||||
HKCR,"Shell.Explorer.1",,,""
|
HKCR,"Shell.Explorer.1",,,"Microsoft Web Browser"
|
||||||
HKCR,"Shell.Explorer.1\CLSID",,,"%CLSID_WebBrowser_V1%"
|
HKCR,"Shell.Explorer.1\CLSID",,,"%CLSID_WebBrowser_V1%"
|
||||||
|
|
||||||
HKCR,"CLSID\%CLSID_InternetShortcut%",,,"Internet Shortcut"
|
HKCR,"CLSID\%CLSID_InternetShortcut%",,,"Internet Shortcut"
|
||||||
HKCR,"CLSID\%CLSID_InternetShortcut%\InProcServer32",,,"%MODULE%"
|
HKCR,"CLSID\%CLSID_InternetShortcut%\InProcServer32",,,"%MODULE%"
|
||||||
HKCR,"CLSID\%CLSID_InternetShortcut%\InProcServer32","ThreadingModel",,"Apartment"
|
HKCR,"CLSID\%CLSID_InternetShortcut%\InProcServer32","ThreadingModel",,"Apartment"
|
||||||
HKCR,"CLSID\%CLSID_InternetShortcut%\ProgID",,,"InternetShortcut"
|
HKCR,"CLSID\%CLSID_InternetShortcut%\ProgID",,,"InternetShortcut"
|
||||||
HKCR,"CLSID\%CLSID_InternetShortcut%\shellex\MayChangeDefaultMenu",,,
|
HKCR,"CLSID\%CLSID_InternetShortcut%\shellex\MayChangeDefaultMenu",,16
|
||||||
HKCR,"InternetShortcut",,,"Internet Shortcut"
|
HKCR,"InternetShortcut",,,"Internet Shortcut"
|
||||||
HKCR,"InternetShortcut","EditFlags",2,"2"
|
HKCR,"InternetShortcut","EditFlags",2,"2"
|
||||||
HKCR,"InternetShortcut","IsShortcut",,
|
HKCR,"InternetShortcut","IsShortcut",,
|
||||||
|
|
Loading…
Reference in a new issue