14 lines
699 B
Reg
14 lines
699 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\NSETest.Application = NSETest Application
|
|
HKEY_CLASSES_ROOT\NSETest.Application\CLSID = {7BC8C9F3-53E3-11D2-96B9-00C04FD9B15B}
|
|
|
|
HKEY_CLASSES_ROOT\CLSID\{7BC8C9F3-53E3-11D2-96B9-00C04FD9B15B} = NSETest Application
|
|
HKEY_CLASSES_ROOT\CLSID\{7BC8C9F3-53E3-11D2-96B9-00C04FD9B15B}\ProgId = NSETest.Application
|
|
HKEY_CLASSES_ROOT\CLSID\{7BC8C9F3-53E3-11D2-96B9-00C04FD9B15B}\LocalServer32 = NSETEST.EXE
|