Source code of Windows XP (NT5)
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.

22 lines
438 B

  1. [Version]
  2. Signature="$Windows NT$"
  3. [InstallRemoteBoot]
  4. ComponentName=NT50.RemoteBoot
  5. ComponentVersion=5.0
  6. AdvOptions=36
  7. AddReg=RegBINL,RegTFTPD
  8. [RegBINL]
  9. ; empty
  10. [RegTFTPD]
  11. HKLM,"system\currentcontrolset\services\tftpd\Parameters","Directory",%REG_EXPAND_SZ%,"%RemoteBoot%"
  12. [Strings]
  13. REG_DWORD =0x10001
  14. REG_EXPAND_SZ =0x20000
  15. REG_BINARY =0x00001
  16. REG_SZ =0x00000
  17. REG_MULTI_SZ =0x10000
  18. REG_NONE =0x20001