Leaked source code of windows server 2003
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.

15 lines
824 B

  1. ; ------------------------------------------------------------------------------
  2. ; RegItems with %11% or %25% are substituted on NT
  3. ; with %SystemRoot%\whatever. But this needs to be REG_EXPAND_SZ!
  4. ; The flag 131072 (0x20000) will make the item REG_EXPAND_SZ,
  5. ; Any entrys that go into the registry that contain
  6. ; %SYS_MOD_PATH%, %11%, %25% MUST have this flag set. (w95 ignores it).
  7. ; ------------------------------------------------------------------------------
  8. ; ------------------------------------------------------------------------------
  9. ; CLSID_DatabaseSession
  10. HKCR,CLSID\%CLSID_DIRECTDB_DatabaseSession%,,,"CLSID_DatabaseSession"
  11. HKCR,CLSID\%CLSID_DIRECTDB_DatabaseSession%\InprocServer32,,131072,%SYS_MOD_PATH%
  12. HKCR,CLSID\%CLSID_DIRECTDB_DatabaseSession%\InProcServer32,ThreadingModel,,"Both"