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.

24 lines
704 B

  1. [version]
  2. Signature="$CHICAGO$"
  3. [Reg]
  4. AddReg=ACCTREG.REG
  5. [ACCTREG.REG]
  6. ; RegItems with %11% or %25% are substituted on NT
  7. ; with %SystemRoot%\whatever. But this needs to be REG_EXPAND_SZ!
  8. ; The flag 131072 (0x20000) will make the item REG_EXPAND_SZ,
  9. ; Any entrys that go into the registry that contain
  10. ; %SYS_MOD_PATH%, %11%, %25% MUST have this flag set. (w95 ignores it).
  11. HKCR,CLSID\%CLSID_AcctReg%,,,"CLSID_AcctReg"
  12. HKCR,CLSID\%CLSID_AcctReg%\InprocServer32,,131072,%SYS_MOD_PATH%
  13. HKCR,CLSID\%CLSID_AcctReg%\InProcServer32,ThreadingModel,,"Apartment"
  14. [UnReg]
  15. DelReg=ACCTREG.REG
  16. [Strings]
  17. ;; do not localize
  18. CLSID_AcctReg = "{FBABBCE1-DEFB-11d1-AAA0-006097D474C4}"
  19. [End]