mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
-add mshtml to bootcd
-register ole typelibs svn path=/trunk/; revision=36109
This commit is contained in:
parent
124ae67cb4
commit
e1fea85cf6
2 changed files with 9 additions and 0 deletions
|
@ -825,4 +825,12 @@ HKCR,"InternetShortcut\shell\open\command",,,"rundll32.exe shdocvw.dll,OpenURL %
|
|||
HKCR,"InternetShortcut\shell\print\command",,,"rundll32.exe mshtml.dll,PrintHTML \"%1\""
|
||||
HKCR,"InternetShortcut\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML \"%1\" \"%2\" \"%3\" \"%4\""
|
||||
|
||||
HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0,,,"OLE Automation"
|
||||
HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16,,,"stdole.tlb"
|
||||
HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32,,,"stdole32.tlb"
|
||||
HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS,,,"1"
|
||||
HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0,,,"OLE Automation"
|
||||
HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32,,,"stdole2.tlb"
|
||||
HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS,,,"0"
|
||||
|
||||
; EOF
|
||||
|
|
|
@ -277,6 +277,7 @@ dll\win32\msafd\msafd.dll 1
|
|||
dll\win32\mscoree\mscoree.dll 1
|
||||
dll\win32\msgina\msgina.dll 1
|
||||
dll\win32\mshtml\mshtml.dll 1
|
||||
dll\win32\mshtml.tlb\mshtml.tlb 1
|
||||
dll\win32\msi\msi.dll 1
|
||||
dll\win32\msimg32\msimg32.dll 1
|
||||
dll\win32\mstask\mstask.dll 1
|
||||
|
|
Loading…
Reference in a new issue