mirror of https://github.com/tongzx/nt5src
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
22 lines
438 B
[Version]
|
|
Signature="$Windows NT$"
|
|
|
|
[InstallRemoteBoot]
|
|
ComponentName=NT50.RemoteBoot
|
|
ComponentVersion=5.0
|
|
AdvOptions=36
|
|
AddReg=RegBINL,RegTFTPD
|
|
|
|
[RegBINL]
|
|
; empty
|
|
|
|
[RegTFTPD]
|
|
HKLM,"system\currentcontrolset\services\tftpd\Parameters","Directory",%REG_EXPAND_SZ%,"%RemoteBoot%"
|
|
|
|
[Strings]
|
|
REG_DWORD =0x10001
|
|
REG_EXPAND_SZ =0x20000
|
|
REG_BINARY =0x00001
|
|
REG_SZ =0x00000
|
|
REG_MULTI_SZ =0x10000
|
|
REG_NONE =0x20001
|