Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
e9106273
Commit
e9106273
authored
Aug 05, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wine.inf: We should not override existing associations.
parent
c5c447ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
41 deletions
+41
-41
wine.inf
tools/wine.inf
+41
-41
No files found.
tools/wine.inf
View file @
e9106273
...
...
@@ -81,47 +81,47 @@ FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
Control="System\CurrentControlSet\Control"
[Classes]
HKCR,.avi,"Content Type",,"video/avi"
HKCR,.dll,"Content Type",,"application/x-msdownload"
HKCR,.exe,,,"exefile"
HKCR,.exe,"Content Type",,"application/x-msdownload"
HKCR,.htm,,,"htmlfile"
HKCR,.htm,"Content Type",,"text/html"
HKCR,.html,,,"htmlfile"
HKCR,.html,"Content Type",,"text/html"
HKCR,.ini,,,"inifile"
HKCR,.jfif,"Content Type",,"image/jpeg"
HKCR,.lnk,,,"lnkfile"
HKCR,.msi,,,"Msi.Package"
HKCR,.tif,"Content Type",,"image/tiff"
HKCR,.tiff,"Content Type",,"image/tiff"
HKCR,.txt,,,"txtfile"
HKCR,.wav,"Content Type",,"audio/wav"
HKCR,.xml,"Content Type",,"text/xml"
HKCR,.xsl,"Content Type",,"text/xsl"
HKCR,exefile\DefaultIcon,,,"%1"
HKCR,exefile\shell\open\command,,,"""%1"" %*"
HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]"
HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,""
HKCR,folder\shell\open\ddeexec\application,,,"Folders"
HKCR,htmlfile\shell\open\command,,,"winebrowser"
HKCR,inifile\shell\open\command,,,"%11%\notepad.exe %1"
HKCR,inifile\shell\print\command,,,"%11%\notepad.exe /p %1"
HKCR,lnkfile,,,"Shortcut"
HKCR,lnkfile,"NeverShowExt",,""
HKCR,lnkfile,"IsShortcut",,"yes"
HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"
HKCR,lnkfile\shellex\IconHandler,,,"{00021401-0000-0000-C000-000000000046}"
HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,
,
HKCR,Msi.Package\DefaultIcon,,,"msiexec.exe"
HKCR,Msi.Package\shell\Open\command,,,"msiexec /i %1"
HKCR,Msi.Package\shell\Repair\command,,,"msiexec /f %1"
HKCR,Msi.Package\shell\Uninstall\command,,,"msiexec /x %1"
HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"
HKCR,http\shell\open\command,,,"winebrowser"
HKCR,https\shell\open\command,,,"winebrowser"
HKCR,mailto\shell\open\command,,,"winebrowser %1"
HKCR,.avi,"Content Type",
2
,"video/avi"
HKCR,.dll,"Content Type",
2
,"application/x-msdownload"
HKCR,.exe,,
2
,"exefile"
HKCR,.exe,"Content Type",
2
,"application/x-msdownload"
HKCR,.htm,,
2
,"htmlfile"
HKCR,.htm,"Content Type",
2
,"text/html"
HKCR,.html,,
2
,"htmlfile"
HKCR,.html,"Content Type",
2
,"text/html"
HKCR,.ini,,
2
,"inifile"
HKCR,.jfif,"Content Type",
2
,"image/jpeg"
HKCR,.lnk,,
2
,"lnkfile"
HKCR,.msi,,
2
,"Msi.Package"
HKCR,.tif,"Content Type",
2
,"image/tiff"
HKCR,.tiff,"Content Type",
2
,"image/tiff"
HKCR,.txt,,
2
,"txtfile"
HKCR,.wav,"Content Type",
2
,"audio/wav"
HKCR,.xml,"Content Type",
2
,"text/xml"
HKCR,.xsl,"Content Type",
2
,"text/xsl"
HKCR,exefile\DefaultIcon,,
2
,"%1"
HKCR,exefile\shell\open\command,,
2
,"""%1"" %*"
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,htmlfile\shell\open\command,,
2
,"winebrowser"
HKCR,inifile\shell\open\command,,
2
,"%11%\notepad.exe %1"
HKCR,inifile\shell\print\command,,
2
,"%11%\notepad.exe /p %1"
HKCR,lnkfile,,
2
,"Shortcut"
HKCR,lnkfile,"NeverShowExt",
2
,""
HKCR,lnkfile,"IsShortcut",
2
,"yes"
HKCR,lnkfile\CLSID,,
2
,"{00021401-0000-0000-C000-000000000046}"
HKCR,lnkfile\shellex\IconHandler,,
2
,"{00021401-0000-0000-C000-000000000046}"
HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,
2,""
HKCR,Msi.Package\DefaultIcon,,
2
,"msiexec.exe"
HKCR,Msi.Package\shell\Open\command,,
2
,"msiexec /i %1"
HKCR,Msi.Package\shell\Repair\command,,
2
,"msiexec /f %1"
HKCR,Msi.Package\shell\Uninstall\command,,
2
,"msiexec /x %1"
HKCR,txtfile\shell\open\command,,
2
,"%11%\notepad.exe %1"
HKCR,txtfile\shell\print\command,,
2
,"%11%\notepad.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"
; 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}"
...
...
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