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.

43 lines
783 B

  1. ; -- NETUPNP.INX --
  2. ;
  3. ; Universal Plug & Play Support
  4. ;
  5. ; Copyright (c) Microsoft Corporation. All rights reserved.
  6. [version]
  7. signature="$Windows NT$"
  8. LayoutFile=layout.inf
  9. Provider=%Msft%
  10. ;
  11. ; For Optional Components Use Only
  12. ;
  13. [UPNP]
  14. CopyFiles = CpyFiles_Sys
  15. Uninstall = UPNP.Remove
  16. RegisterDlls = UPNP.Register
  17. [UPNP.Remove]
  18. UnregisterDlls = UPNP.Unregister
  19. ;
  20. ; COM Object registration/Perf counters
  21. ;
  22. [UPNP.Register]
  23. 11,, upnpui.dll, 1
  24. [UPNP.Unregister]
  25. 11,, upnpui.dll, 1
  26. [DestinationDirs]
  27. CpyFiles_Sys = 11 ;System32
  28. ;
  29. ; Copy Files sections
  30. ;
  31. [CpyFiles_Sys]
  32. upnpui.dll,,,2
  33. [CpyFiles_Sys.Security]
  34. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"