Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
fe07efb3
Commit
fe07efb3
authored
Jun 07, 2007
by
Misha Koshelev
Committed by
Alexandre Julliard
Jun 07, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wine.inf: Use DDE for winebrowser as native.
parent
07ad5c4c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
wine.inf
tools/wine.inf
+16
-4
No files found.
tools/wine.inf
View file @
fe07efb3
...
@@ -114,7 +114,11 @@ HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
...
@@ -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,"NoActivateHandler",2,""
HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
HKCR,hlpfile\shell\open\command,,2,"%10%\winhelp.exe %1"
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,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\open\command,,2,"%11%\notepad.exe %1"
HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %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"
...
@@ -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,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
HKCR,http\shell\open\command,,2,"winebrowser"
HKCR,http\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
HKCR,https\shell\open\command,,2,"winebrowser"
HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,mailto\shell\open\command,,2,"winebrowser %1"
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
; FIXME: the following should be done by the dll registration
HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
HKCR,AVIFile\Compressors\vids,,,"{00020001-0000-0000-C000-000000000046}"
HKCR,AVIFile\Compressors\vids,,,"{00020001-0000-0000-C000-000000000046}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment