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.

23 lines
649 B

  1. ;---[ NetDHOC.INF ]------------------------------------------------------------
  2. ;
  3. ; DHCP Server Optional Component Install.
  4. ;
  5. ; Copyright (c) Microsoft Corporation. All rights reserved.
  6. ;
  7. [version]
  8. signature = "$Windows NT$"
  9. LayoutFile = layout.inf
  10. Provider = %Msft%
  11. [DHCPServer]
  12. Upgrade = DHCPServer.Upgrade
  13. Uninstall = DHCPServer.Remove
  14. [DHCPServer.Upgrade]
  15. ; Nothing here. This just prevents the upgrade from failing on a
  16. ; "Section Not Found" error.
  17. [DHCPServer.Remove]
  18. ; Nothing here. This just prevents the remove from failing on a
  19. ; "Section Not Found" error.