mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 11:40:13 +01:00
14 lines
698 B
Reg
14 lines
698 B
Reg
REGEDIT
|
|
; This .REG file may be used by your SETUP program.
|
|
; If a SETUP program is not available, the entries below will be
|
|
; registered in your InitInstance automatically with a call to
|
|
; CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
|
|
|
|
|
|
HKEY_CLASSES_ROOT\IEPatcher.Application = IEPatcher Application
|
|
HKEY_CLASSES_ROOT\IEPatcher.Application\CLSID = {A6031675-3B36-11D2-B44D-00600819607E}
|
|
|
|
HKEY_CLASSES_ROOT\CLSID\{A6031675-3B36-11D2-B44D-00600819607E} = IEPatcher Application
|
|
HKEY_CLASSES_ROOT\CLSID\{A6031675-3B36-11D2-B44D-00600819607E}\ProgId = IEPatcher.Application
|
|
HKEY_CLASSES_ROOT\CLSID\{A6031675-3B36-11D2-B44D-00600819607E}\LocalServer32 = IEPATCHER.EXE
|