Article ID: 133272
Article Last Modified on 11/1/2006
ifstr(i) $(!STF_GUI_UNATTENDED) == "YES"
shell "subroutn.inf" GetDefaultAnswer "GuiUnattended"
;;;;;;;;Incorrect String Compare Below;;;;;;;;;;;;;
ifstr(i) $(!STF_NTUPGRADE) != YES
ifstr(i) $(!SetupNetWork) == "NO"
set !DoNetwork = $(NotChosen)
endif
ifstr(i) $(!SetupApplications) == "NO"
set !DoAppSetup = $(NotChosen)
endif
set !DoPartial = $(NotChosen)
set !DoPrinter = $(NotChosen)
else
set !STF_GUI_UNATTENDED = "NO"
endif
endif
Incorrect code in INITIAL.INF:
ntlanman = +
ifstr(i) $(DoNetwork) == $(!Chosen)
Corrected code:
ntlanman = +
ifstr(i) $(DoNetwork) == $(!NotChosen)
Additional query words: prodnt reskit Resource Kit
Keywords: kbsetup KB133272