Article ID: 151179
Article Last Modified on 11/1/2006
set RegistryErrorIndex = $($R0)
CloseRegKey $(TcpVersKeyHandle)
CloseRegKey $(TcpRulesKeyHandle)
LibraryProcedure ResultHostname $(!TCPCFG_HANDLE), ConvertHostname
$(!STF_COMPUTERNAME)
set NewValueList =
{{EnableDHCP,$(NoTitle),$(!REG_VT_DWORD),$(EnableDHCPFlag)},+
{DataBasePath,$(NoTitle),$(!REG_VT_EXPAND_SZ),
"%SystemRoot%\System32\drivers\etc"},+
;
;The Domain equates to the Domain Name in the GUI
;Enter the Domain Name in between the quotes
;Example: {Domain,$(NoTitle),$(!REG_VT_SZ),"xxxxxxxx.xxx"},+
{Domain,$(NoTitle),$(!REG_VT_SZ),""},+
;
{Hostname,$(NoTitle),$(!REG_VT_SZ),$(ResultHostname)},+
;
;The NameServer equates to the DNS Search order in the GUI
;Enter the IP Addresses between the quotes
;Example: {NameServer,$(NoTitle),$(!REG_VT_SZ),"xxx.xxx.xxx.xxx
;xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx"},+
{NameServer,$(NoTitle),$(!REG_VT_SZ),""},+
;
{ForwardBroadcasts,$(NoTitle),$(!REG_VT_DWORD),0},+
;
{IPEnableRouter,$(NoTitle),$(!REG_VT_DWORD),0},+
;
;The SearchList equates to the Domain Suffix Search Order in the GUI
;Enter the Domain Suffix between the quotes
;Example: {SearchList,$(NoTitle),$(!REG_VT_SZ)," xxxxxxxx.xxx
;xxxxxxxx.xxx xxxxxxxx.xxx"},+
{SearchList,$(NoTitle),$(!REG_VT_SZ),""}}
Shell $(UtilityInf), AddValueList, $(TcpParmKeyHandle),
$(NewValueList)
CloseRegKey $(TcpParmKeyHandle)
Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
CloseRegKey $(TcpLinkageHandle)
CloseRegKey $(TcpSvcKeyHandle)
EndWait
Debug-Output "OEMNXPTC.INF: Registry error: add value list."
Additional query words: prodnt SBK OPK Install
Keywords: kbinfo kbsbk KB151179