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.

62 lines
1.9 KiB

  1. ;---[ NetSFNT.INX ]------------------------------------
  2. ;
  3. ; File and Print Services for Netware Tools
  4. ;
  5. ; Copyright (c) Microsoft Corporation. All rights reserved.
  6. ;
  7. [version]
  8. signature = "$Windows NT$"
  9. Provider = %Msft%
  10. LayoutFile = layout.inf
  11. ;
  12. ; Install Sections
  13. ;
  14. [DefaultInstall]
  15. AddReg = FPNWTools.AddReg
  16. CopyFiles = CpyFiles_Tools
  17. [RemoveFPNW]
  18. DelReg = FPNWTools.DelReg
  19. ;
  20. ; DestinationDirs:
  21. ; ----------------
  22. ; CpyFiles_Tools General System Files
  23. ;
  24. [DestinationDirs]
  25. CpyFiles_Tools = 11 ; System32
  26. ; Copy Files Sections
  27. ; Note: Ending flag of 2 == don't allow user to skip this file.
  28. ;
  29. [CpyFiles_Tools]
  30. fpnwmgr.cpl ,,, 2
  31. nwslib.dll ,,, 2
  32. nwsevent.dll ,,, 2
  33. netsfnt.inf ,,, 2
  34. fpnw.hlp ,,, 1
  35. fpnw.cnt ,,, 1
  36. [FPNWTools.AddReg]
  37. ; Eventlog Sections (non-service)
  38. HKLM, "Software\Microsoft\Windows NT\CurrentVersion\Network\SMAddOns", "FPNWMGR",, "fpnwmgr.cpl"
  39. HKLM, "Software\Microsoft\Windows NT\CurrentVersion\File Manager\AddOns", "FPNW",, "fpnwmgr.cpl"
  40. @s: HKLM, "System\CurrentControlSet\Control\Lsa\MSV1_0", "Auth1",, "FPNWCLNT"
  41. HKLM, "Software\Microsoft\Windows\CurrentVersion\Uninstall\FPNW Tools", "DisplayName",, %FPNWTools_Desc%
  42. HKLM, "Software\Microsoft\Windows\CurrentVersion\Uninstall\FPNW Tools", "UninstallString",, "rundll32.exe setupapi.dll,InstallHinfSection RemoveFPNW 128 netsfnt.inf"
  43. [FPNWTools.DelReg]
  44. HKLM, "Software\Microsoft\Windows NT\CurrentVersion\Network\SMAddOns", "FPNWMGR"
  45. HKLM, "Software\Microsoft\Windows NT\CurrentVersion\File Manager\AddOns", "FPNW"
  46. @s: HKLM, "System\CurrentControlSet\Control\Lsa\MSV1_0", "Auth1"
  47. HKLM, "Software\Microsoft\Windows\CurrentVersion\Uninstall\FPNW Tools"