From fe07efb3dc37463c4288f78df9f5681c9513dcbb Mon Sep 17 00:00:00 2001 From: Misha Koshelev Date: Thu, 7 Jun 2007 10:33:42 -0500 Subject: [PATCH] wine.inf: Use DDE for winebrowser as native. --- tools/wine.inf | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index 9a710055ba6..2440c59ff7d 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -114,7 +114,11 @@ HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]" HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,"" HKCR,folder\shell\open\ddeexec\application,,2,"Folders" HKCR,hlpfile\shell\open\command,,2,"%10%\winhelp.exe %1" -HKCR,htmlfile\shell\open\command,,2,"winebrowser" +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,inffile\shell\install\command,,2,"%10%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1" HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1" HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1" @@ -134,9 +138,17 @@ HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1" HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1" HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1" HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1" -HKCR,http\shell\open\command,,2,"winebrowser" -HKCR,https\shell\open\command,,2,"winebrowser" -HKCR,mailto\shell\open\command,,2,"winebrowser %1" +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,mailto\shell\open\command,,2,"%11%\winebrowser %1" ; FIXME: the following should be done by the dll registration HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}" HKCR,AVIFile\Compressors\vids,,,"{00020001-0000-0000-C000-000000000046}"