Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
674 B

  1. REGEDIT
  2. ; This .REG file may be used by your SETUP program.
  3. ; If a SETUP program is not available, the entries below will be
  4. ; registered in your InitInstance automatically with a call to
  5. ; CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
  6. HKEY_CLASSES_ROOT\.wmi = WMITest.Document
  7. HKEY_CLASSES_ROOT\WMITest.Document\shell\open\command = WMITEST.EXE %1
  8. HKEY_CLASSES_ROOT\WMITest.Document\shell\open\ddeexec = [open("%1")]
  9. HKEY_CLASSES_ROOT\WMITest.Document\shell\open\ddeexec\application = WMITEST
  10. ; note: the application is optional
  11. ; (it defaults to the app name in "command")
  12. HKEY_CLASSES_ROOT\WMITest.Document = WMITest Document