wine.inf: Don't use DDE for winebrowser by default.
Signed-off-by: Shawn M. Chapla <schapla@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0c74c809c7
commit
2a667e28ba
|
@ -260,11 +260,7 @@ HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
|
|||
HKCR,folder\shellex\ContextMenuHandlers,,16
|
||||
HKCR,hlpfile,,2,"Help File"
|
||||
HKCR,hlpfile\shell\open\command,,2,"%11%\winhlp32.exe %1"
|
||||
HKCR,htmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
|
||||
HKCR,htmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
|
||||
HKCR,htmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
|
||||
HKCR,htmlfile\shell\open\ddeexec\Application,,2,"IExplore"
|
||||
HKCR,htmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
|
||||
HKCR,htmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" %1"
|
||||
HKCR,inffile,,2,"Setup Information"
|
||||
HKCR,inffile\shell\install\command,,2,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
|
||||
HKCR,inifile,,2,"Configuration Settings"
|
||||
|
@ -286,11 +282,7 @@ HKCR,Msi.Patch,,2,"Windows Installer Patch"
|
|||
HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe"
|
||||
HKCR,Msi.Patch\shell\Open\command,,2,"%11%\msiexec.exe /p ""%1"""
|
||||
HKCR,pdffile,,2,"PDF Document"
|
||||
HKCR,pdffile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
|
||||
HKCR,pdffile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
|
||||
HKCR,pdffile\shell\open\ddeexec,"NoActivateHandler",2,""
|
||||
HKCR,pdffile\shell\open\ddeexec\Application,,2,"IExplore"
|
||||
HKCR,pdffile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
|
||||
HKCR,pdffile\shell\open\command,,2,"""%11%\winebrowser.exe"" %1"
|
||||
HKCR,rtffile,,2,"Rich Text Document"
|
||||
HKCR,rtffile\shell\open\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" %1"
|
||||
HKCR,rtffile\shell\print\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" /p %1"
|
||||
|
@ -300,26 +292,10 @@ HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
|
|||
HKCR,wrifile\shell\open\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" %1"
|
||||
HKCR,wrifile\shell\print\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" /p %1"
|
||||
HKCR,xmlfile,,2,"XML Document"
|
||||
HKCR,xmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
|
||||
HKCR,xmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
|
||||
HKCR,xmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
|
||||
HKCR,xmlfile\shell\open\ddeexec\Application,,2,"IExplore"
|
||||
HKCR,xmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
|
||||
HKCR,ftp\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
|
||||
HKCR,ftp\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
|
||||
HKCR,ftp\shell\open\ddeexec,"NoActivateHandler",2,""
|
||||
HKCR,ftp\shell\open\ddeexec\Application,,2,"IExplore"
|
||||
HKCR,ftp\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
|
||||
HKCR,http\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
|
||||
HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
|
||||
HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""
|
||||
HKCR,http\shell\open\ddeexec\Application,,2,"IExplore"
|
||||
HKCR,http\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
|
||||
HKCR,https\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
|
||||
HKCR,https\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
|
||||
HKCR,https\shell\open\ddeexec,"NoActivateHandler",2,""
|
||||
HKCR,https\shell\open\ddeexec\Application,,2,"IExplore"
|
||||
HKCR,https\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
|
||||
HKCR,xmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" %1"
|
||||
HKCR,ftp\shell\open\command,,2,"""%11%\winebrowser.exe"" %1"
|
||||
HKCR,http\shell\open\command,,2,"""%11%\winebrowser.exe"" %1"
|
||||
HKCR,https\shell\open\command,,2,"""%11%\winebrowser.exe"" %1"
|
||||
HKCR,mailto\shell\open\command,,2,"%11%\winebrowser %1"
|
||||
|
||||
HKCR,MIME\Database\Charset\_iso-2022-jp$ESC,"Codepage",0x10003,932
|
||||
|
|
Loading…
Reference in New Issue