[PATCH 0/1] MR10115: wine.inf: Add a default association for .reg files.
The launcher for the Steam release of Dino Crisis relies on this. https://github.com/ValveSoftware/Proton/issues/9491 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10115
From: Esme Povirk <esme@codeweavers.com> --- loader/wine.inf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 61812182883..8c58fb781e4 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -232,6 +232,7 @@ HKCR,.lnk,,2,"lnkfile" HKCR,.msi,,2,"Msi.Package" HKCR,.msp,,2,"Msi.Patch" HKCR,.pdf,,2,"pdffile" +HKCR,.reg,,2,"regfile" HKCR,.rtf,,2,"rtffile" HKCR,.wri,,2,"wrifile" HKCR,*\shellex\ContextMenuHandlers,,16 @@ -283,6 +284,8 @@ 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"" ""%1""" +HKCR,regfile,,2,"Windows Registry File" +HKCR,regfile\shell\open\command,,2,"""%11%\regedit.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""" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10115
participants (2)
-
Esme Povirk -
Esme Povirk (@madewokherd)