mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 11:12:56 +08:00
[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:
@@ -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"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user