From 829763c4d7452ea353d97b699196b35a0eae138a Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=A9=20van=20Geldorp?= Date: Sat, 10 Sep 2005 20:19:23 +0000 Subject: [PATCH] Handle .msi files svn path=/trunk/; revision=17788 --- reactos/bootdata/hivecls.inf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reactos/bootdata/hivecls.inf b/reactos/bootdata/hivecls.inf index 71b35e56778..279c595b7da 100644 --- a/reactos/bootdata/hivecls.inf +++ b/reactos/bootdata/hivecls.inf @@ -47,6 +47,13 @@ HKCR,".txt","",0x00000000,"txtfile" HKCR,".txt","Content Type",0x00000000,"text/plain" HKCR,"txtfile\shell\open\command","",0x00020000,"%SystemRoot%\System32\notepad.exe %1" +; MSI files +HKCR,".msi","",0x00000000,"MSI.Package" +HKCR,"Msi.Package\DefaultIcon","",0x00000000,"msiexec.exe" +HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\System32\msiexec /i %1" +HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\System32\msiexec /f %1" +HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\System32\msiexec /x %1" + HKCR,"CLSID",,0x00000012 ; For Shell32.dll -- 2.17.1