[MSI][BOOTDATA][INF] Add missing mnemonic keys for the context menu

Also add accelerator FIXMEs where I don't know. CORE-12323
This commit is contained in:
Stanislav Motylkov
2024-11-06 00:34:58 +03:00
parent 6be0de5d7b
commit 3ecd2363a6
28 changed files with 112 additions and 112 deletions

View File

@@ -435,13 +435,13 @@ HKCR,".msi","",0x00000000,"Msi.Package"
HKCR,"Msi.Package","",0x00000000,"ReactOS Installer Package"
HKCR,"Msi.Package","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\msi.dll,-34"
HKCR,"Msi.Package\DefaultIcon","",0x00000000,"msiexec.exe"
HKCR,"Msi.Package\shell\Open","",0x00000000,"Install"
HKCR,"Msi.Package\shell\Open","",0x00000000,"&Install"
HKCR,"Msi.Package\shell\Open","MUIVerb",0x00020000,"@%SystemRoot%\system32\msi.dll,-36"
HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /i ""%1"""
HKCR,"Msi.Package\shell\Repair","",0x00000000,"Repair"
HKCR,"Msi.Package\shell\Repair","",0x00000000,"Re&pair"
HKCR,"Msi.Package\shell\Repair","MUIVerb",0x00020000,"@%SystemRoot%\system32\msi.dll,-37"
HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /f ""%1"""
HKCR,"Msi.Package\shell\Uninstall","",0x00000000,"Uninstall"
HKCR,"Msi.Package\shell\Uninstall","",0x00000000,"&Uninstall"
HKCR,"Msi.Package\shell\Uninstall","MUIVerb",0x00020000,"@%SystemRoot%\system32\msi.dll,-38"
HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /x ""%1"""
@@ -450,7 +450,7 @@ HKCR,".msp","",0x00000000,"Msi.Patch"
HKCR,"Msi.Patch","",0x00000000,"ReactOS Installer Patch"
HKCR,"Msi.Patch","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\msi.dll,-35"
HKCR,"Msi.Patch\DefaultIcon","",0x00000000,"msiexec.exe"
HKCR,"Msi.Patch\shell\Open","",0x00000000,"Apply Patch"
HKCR,"Msi.Patch\shell\Open","",0x00000000,"&Apply Patch"
HKCR,"Msi.Patch\shell\Open","MUIVerb",0x00020000,"@%SystemRoot%\system32\msi.dll,-39"
HKCR,"Msi.Patch\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /p ""%1"""