Article ID: 142159
Article Last Modified on 11/1/2006
LibraryProcedure Result, $(!TCPCFG_HANDLE), CPlSnmp, $(!STF_HWND)
ifint $(Result) == 0
set CommonStatus = STATUS_REBOOT
else-ifint $(Result) == 1
set CommonStatus = STATUS_REBOOT
else
set RegistryErrorIndex = $(Result)
goto fatalregistry
endif
Code fragment after modification:
ifstr(i) $(!STF_GUI_UNATTENDED) == "YES"
Set Result = 0
else
LibraryProcedure Result, $(!TCPCFG_HANDLE), CPlSnmp, $(!STF_HWND)
endif
ifint $(Result) == 0
set CommonStatus = STATUS_REBOOT
else-ifint $(Result) == 1
set CommonStatus = STATUS_REBOOT
else
set RegistryErrorIndex = $(Result)
goto fatalregistry
endif
; Original line below
; set InstallList = {"1","1","0","0","0","0","0","0"}
; Modified line below
set InstallList = {"1","1","1","0","0","0","0","0"}
NOTE: It is not necessary to rename Oemnxptc.inf to Oemnxptc.in_.
Windows NT Setup does not require the file to be compressed or named
with an .in_ extension.
Keywords: KB142159