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.

75 lines
2.4 KiB

  1. [Version]
  2. signature="$CHICAGO$"
  3. SetupClass=Base
  4. LayoutFile=layout.inf, layout1.inf, layout2.inf
  5. IEVersion="TOK_BUILDNUM"
  6. [BaseWinOptions]
  7. MSCrypto_Inst
  8. [DestinationDirs]
  9. SystemFiles = 11
  10. HelpFiles = 18
  11. MSINF = 17
  12. [MSCrypto_Inst]
  13. CopyFiles = SystemFiles, HelpFiles, MSINF
  14. AddReg = RegisterDLLs, KnownDlls
  15. DelReg = KnownDlls.Delreg
  16. [SystemFiles]
  17. CERTMGR.MSC
  18. CRYPT32.DLL
  19. CRYPTEXT.DLL
  20. CRYPTNET.DLL
  21. CRYPTUI.DLL
  22. DSSBASE.DLL
  23. DSSSIG.EXE
  24. ENHSIG.DLL ; only needed on 128-bit systems
  25. INITPKI.DLL
  26. INSTSCH.DLL
  27. INSTRSA.DLL
  28. MSCAT32.DLL
  29. MSOSS.DLL
  30. MSSIGN32.DLL
  31. MSSIP32.DLL
  32. PSBASE.DLL
  33. PSTOREC.DLL
  34. PSTORERC.DLL
  35. PSTORES.EXE
  36. RSABASE.DLL
  37. RSASIG.DLL
  38. SCHNL40.DLL, SCHANNEL.DLL
  39. SOFTPUB.DLL
  40. WINTRUST.DLL
  41. XENROLL.DLL
  42. [HelpFiles]
  43. SECAUTH.HLP
  44. [MSINF]
  45. CRYPTO.INF
  46. [RegisterDLLs]
  47. ;RunOnceEx group 90
  48. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\090","010",,"%11%\regsvr32.exe /u /s %11%\msctl.dll"
  49. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\090","013",,"%11%\regsvr32.exe /u /s %11%\vsrevoke.dll"
  50. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\090","050",,"rundll32.exe advpack.dll,DelNodeRunDLL32 %11%\dacui.dll"
  51. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\090","052",,"rundll32.exe advpack.dll,DelNodeRunDLL32 %11%\msctl.dll"
  52. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\090","053",,"rundll32.exe advpack.dll,DelNodeRunDLL32 %11%\vsrevoke.dll"
  53. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\090","054",,"rundll32.exe advpack.dll,DelNodeRunDLL32 %25%\Catroot\icatalog.mdb"
  54. ;RunOnceEx group 103
  55. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\103","001",,"%11%\dssbase.dll|DllRegisterServer"
  56. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\103","002",,"%11%\rsabase.dll|DllRegisterServer"
  57. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\103","003",,"%11%\initpki.dll|DllInstall|i,A"
  58. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\103","004",,"%11%\pstores.exe -install"
  59. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\103","005",,"%11%\initpki.dll|DllInstall|i,U"
  60. [KnownDlls]
  61. HKLM,"System\CurrentControlSet\Control\SessionManager\KnownDLLs","RSABASE",2,"RSABASE.DLL"
  62. HKLM,"System\CurrentControlSet\Control\SessionManager\KnownDLLs","WINTRUST",2,"WINTRUST.DLL"
  63. [KnownDlls.Delreg]
  64. HKLM,"System\CurrentControlSet\Control\SessionManager\KnownDLLs","VSREVOKE"