;***********************************************************************
;
; OEMSETUP.INF
;
;
; Racal Interlan XLerator/EB/NI6510 SETUP INF file.
;v1.1 2-10-95 GAH/RSS Changed banners
;***********************************************************************
;-----------------------------------------------------------------------
; OPTION TYPE
; -----------
; This identifies the Option type we are dealing with.
; Types specific to networking:
;
; NetAdapter, a netcard / adapter combination or just a netcard
; NetDriver, just a netcard driver
; NetTransport, a complete NDIS-compliant TDI transport stack
; NetService, an NT networking service
; NetWork, a complete network ensemble.
; NetProvider a complete network which supports NT MPR protocol
;-----------------------------------------------------------------------
[Identification]
OptionType = NetAdapter
;-----------------------------------------------------------------------
; PlatformsSupported
; ------------------
; This identifies the platforms supported by the adapter card.
; Possible types are:
;
; ISA, EISA and MCA
;-----------------------------------------------------------------------
;ODIDeveloper This list should contain the Bus('s) that your adapter
;supports. Delete the ones that don't apply.
;If you adapters that run on different buses that are in this file use a
;union of the Bus types.
[PlatformsSupported]
ISA
EISA
;-----------------------------------------------------------------------
; OPTION LIST
; -----------
; This section lists the OEM Option key names. These keys are locale
; independent and used to represent the option in a locale independent
; manner.
;
;-----------------------------------------------------------------------
;ODIDeveloper These are the Drivers that are going to be on the diskette
;if you only need one you should delete all but the top option. If you need
;more than 1 add another board here. Remember this is case sensitive. (Use
;upper case).
[Options]
ODI_NI6510
[LanguagesSupported]
ENG
;ODIDeveloper These are the descriptions that will show up for the drivers
;listed above. You should have one line for each Driver the order should be
;as above.
[OptionsTextENG]
" ODI Racal InterLan XLerator/EB/NI6510 Adapter for NetWare"
;***********************************************************************
; CONSTANTS FOR USING DIALOGS
;***********************************************************************
[FileConstants]
;
; File names, etc.
;
UtilityInf = "UTILITY.INF"
ParamInf = "NCPARAM.INF"
subroutineinf = "SUBROUTN.INF"
NwSubsInf = "NWSUBS.INF"
Exit_Code = 0
;
; EventLog Message File
;
NetEventDLL = "%SystemRoot%\System32\netevent.dll"
IoLogMsgDLL = "%SystemRoot%\System32\IoLogMsg.dll"
; Product Info
;
Manufacturer = "Racal InterLan"
ProductMajorVersion = "5"
ProductMinorVersion = "85"
ProductVersion = $(ProductMajorVersion)"."$(ProductMinorVersion)
;
; Hardware
;
DriverName = "OdiLoad"
OdiModules = "ODI_Modules"
;ODIDeveloper These are your card names and the display text for the adapters.
;You should have a ProductHardwareName, and ProductHardwareTitle for each
;driver.
ProductHardwareODI_NI6510Name = "NI6510"
ProductHardwareODI_NI6510Title = "ODI Racal InterLan EtherBlaster/NI6510 Adapter for NetWare"
;ODIDeveloper This block of data is to select the titles and number of
;option lists that will be displayed you should have a block for each driver
; NumberOFODI_YOURNAMEOptions The number of list to be displayed in
; the dialog box
; List?ODI_YOURNAMEKeyword This is the keyword used in netware to
; configure your adapter. (i.e. Int, Mem).
; List?ODI_YOURNAMELabel This is the string the user will see when
; Promted for the Option.
; List?ODI_YOURNAMEDefault This is the default value for this
; option. It is the position of the entry
; in the list of options that follow below.
;Add one of each of the above 3 variables for each Option List.
;? goes from 1 to 3;
; AdditionalODI_YOURNAMEKeywords This is for keywords that need to be
; added but need no input from user.
; FrameODI_YOURNAME This is the Media type that the board
; uses ETHERNET, or TOKEN-RING.
NumberOfODI_NI6510Options = 3
List1ODI_NI6510Keyword = "Int"
List1ODI_NI6510Label = "IRQ Level:"
List1ODI_NI6510Default = 1
List2ODI_NI6510Keyword = "Port"
List2ODI_NI6510Label = "I/O Port Address:"
List2ODI_NI6510Default = 1
List3ODI_NI6510Keyword = "Dma"
List3ODI_NI6510Label = "DMA Channel:"
List3ODI_NI6510Default = 2
FrameODI_NI6510Type = "ETHERNET"
NetRuleHardwareType = "nwDriver nwAdapter"
NetRuleHardwareBindForm = " yes yes container"
;
; Registry Key
;
ProductKeyName = $(!NTN_SoftwareBase)"\"$(Manufacturer)"\"$(DriverName)"\CurrentVersion"
ParamKeyName = $(!NTN_ServiceBase)"\"$(ProductHardware$(Option)Name)"\Parameters"
NWParameterList = ^(CHoicesNamesList, 1)
MSParameterList = ^(ChoicesNamesList, 2)
;
; Dialog Parameters
;
List1Strings = ^(List1$(Option)Choices, 1)
List1Values = ^(List1$(Option)Choices, 2)
List1Default = $(List1$(Option)Default)
List1ValueName = $(List1$(Option)Keyword)
List2Strings = ^(List2$(Option)Choices, 1)
List2Values = ^(List2$(Option)Choices, 2)
List2Default = $(List2$(Option)Default)
List2ValueName = $(List2$(Option)Keyword)
List3Strings = ^(List3$(Option)Choices, 1)
List3Values = ^(List3$(Option)Choices, 2)
List3Default = $(List3$(Option)Default)
List3ValueName = $(List3$(Option)Keyword)
AdditionalKeywords = $(Additional$(Option)Keywords)
;ODIDeveloper These are the choices that will be displayed for the user to
;select. Modify these to represent the choices for each adapter.
;List1ODI_YOURNAMEChoices should be the options available for
;List1ODI_YOURNAMEKeyword defined above.
;NI6510 Options
[List1ODI_NI6510Choices]
L1_1 = "3",3
L1_2 = "4",4
L1_3 = "5",5
L1_4 = "9",9
L1_5 = "10",10
L1_6 = "11",11
L1_7 = "12",12
L1_8 = "15",15
[List2ODI_NI6510Choices]
L2_1 = "0x200",200
L2_2 = "0x220",220
L2_3 = "0x240",240
L2_4 = "0x260",260
L2_5 = "0x280",280
L2_6 = "0x2A0",2A0
L2_8 = "0x2C0",2C0
L2_9 = "0x2E0",2E0
L2_10 = "0x300",300
L2_11 = "0x320",320
L2_12 = "0x340",340
L2_13 = "0x360",360
L2_14 = "0x380",380
L2_15 = "0x3A0",3A0
L2_17 = "0x3C0",3C0
L2_18 = "0x3E0",3E0
[List3ODI_NI6510Choices]
L3_1 = "3",3
L3_2 = "5",5
L3_3 = "6",6
L3_4 = "7",7
[DialogConstantsENG]
Help = "&Help"
Exit = "Cancel"
OK = "OK"
HelpContext = ""
Continue = "Continue"
Cancel = "Cancel"
[FileDependentDlgENG]
DlgType = "Combination"
DlgTemplate = "UBNDIS"
Caption = $(Function$(Option)Title)
Label1 = $(List1$(Option)Label)
Label2 = $(List2$(Option)Label)
Label3 = $(List3$(Option)Label)
Combo1List = $(List1Strings)
Combo1Out = $(Choice1)
Combo2List = $(List2Strings)
Combo2Out = $(Choice2)
Combo3List = $(List3Strings)
Combo3Out = $(Choice3)
ComboListItemsIn = {Combo1List, Combo2List, Combo3List}
ComboListItemsOut = {Combo1Out, Combo2Out, Combo3Out}
EditTextIn = ""
EditTextLim = ""
CBOptionsGreyed = {}
NotifyFields = {NO, NO}
HelpContext = $(!IDH_DB_OEMNADN2_INS)
[FileConstantsENG]
ProCaption = "NetWare for Windows NT Setup"
ProCancel = "Cancel"
ProCancelMsg = "NetWare for Windows NT is not correctly installed. "+
"Are you sure you want to cancel copying files?"
ProCancelCap = "Network Setup Message"
ProText1 = "Copying:"
ProText2 = "To:"
;ODIDeveloper The next lines are the Titles for the Setup dialog for each
;adapter on the diskette.
;add or delete a line to equal the number of Adapters on diskette.
FunctionODI_NI6510Title = "Racal InterLan EtherBlaster/NI6510 Card Setup"
[GeneralConstants]
;
; Program flow control variables.
;
from = ""
to = ""
;
; Return codes; Exit_Code is set to one of these
;
ExitCodeOk = 0
ExitCodeCancel = 1
ExitCodeFatal = 2
KeyNull = ""
MAXIMUM_ALLOWED = 33554432
RegistryErrorIndex = NO_ERROR
KeyProduct = ""
KeyParameters = ""
TRUE = 1
FALSE = 0
NoTitle = 0
ExitState = "Active"
OldVersionExisted = $(FALSE)
DriverPath = $(!STF_NTPATH)\netware
[ChoicesNamesList]
"Int", "InterruptNumber"
"Port","IOBaseAddress"
"Mem", "MemoryMappedBaseAddress"
"Dma", "DMAChannel"
"Slot","SlotNumber"
[date]
; Now is a list which contains { Sec from 1-1-1970, Year, Month, Day, Hour,
; Minute, Second }
Now = {} ? $(!LIBHANDLE) GetSystemDate
;---------------------------------------------------------------------------
; 1. Identify
;
; DESCRIPTION: To verify that this INF deals with the same type of options
; as we are choosing currently.
;
; INPUT: None
;
; OUTPUT: $($R0): STATUS: STATUS_SUCCESSFUL
; $($R1): Option Type (COMPUTER ...)
; $($R2): Diskette description
;---------------------------------------------------------------------------
[Identify]
;
;
read-syms Identification
set Status = STATUS_SUCCESSFUL
set Identifier = $(OptionType)
set Media = #("Source Media Descriptions", 1, 1)
Return $(Status) $(Identifier) $(Media)
;------------------------------------------------------------------------
; 2. ReturnOptions:
;
; DESCRIPTION: To return the option list supported by this INF and the
; localised text list representing the options.
;
;
; INPUT: $($0): Language used. ( ENG | FRN | ... )
;
; OUTPUT: $($R0): STATUS: STATUS_SUCCESSFUL |
; STATUS_NOLANGUAGE
; STATUS_FAILED
; STATUS_NOTSUPPORTED
;
; $($R1): Option List
; $($R2): Option Text List
;------------------------------------------------------------------------
[ReturnOptions]
;
;
set Status = STATUS_FAILED
set OptionList = {}
set OptionTextList = {}
;
; Check if the language requested is supported
;
set LanguageList = ^(LanguagesSupported, 1)
Ifcontains(i) $($0) in $(LanguageList)
;
; Check if the platforms requested is supported
;
ifstr(i) $($1) == ""
goto returnoptions
endif
set PlatformList = ^(PlatformsSupported, 1)
Ifcontains(i) $($1) in $(PlatformList)
goto returnoptions
else
set Status = STATUS_NOTSUPPORTED
goto finish_ReturnOptions
endif
else
set Status = STATUS_NOLANGUAGE
goto finish_ReturnOptions
endif
;
; form a list of all the options and another of the text representing
;
returnoptions = +
set OptionList = ^(Options, 1)
set OptionTextList = ^(OptionsText$($0), 1)
set Status = STATUS_SUCCESSFUL
finish_ReturnOptions = +
Return $(Status) $(OptionList) $(OptionTextList)
;----------InstallOption-------------------------------------------------
;
; InstallOption:
;
; This section is shelled to by main installation processing
; or by NCPASHEL.INF during reconfig, removal, update, etc.
;
;
; FUNCTION: To copy files representing Options
; To configure the installed option
; To update the registry for the installed option
;
; INPUT: $($0): Language to use
; $($1): OptionID to install
; $($2): SourceDirectory
; $($3): AddCopy (YES | NO)
; $($4): DoCopy (YES | NO)
; $($5): DoConfig (YES | NO)
;
; OUTPUT: $($R0): STATUS: STATUS_SUCCESSFUL |
; STATUS_NOLANGUAGE |
; STATUS_USERCANCEL |
; STATUS_FAILED
;
;------------------------------------------------------------------------
[InstallOption]
;
; extract parameters
;
set Option = $($1)
set SrcDir = $($2)
set AddCopy = $($3)
set DoCopy = $($4)
set DoConfig = $($5)
;
; Check if the language requested is supported
;
set LanguageList = ^(LanguagesSupported, 1)
Ifcontains(i) $($0) NOT-IN $(LanguageList)
Return STATUS_NOLANGUAGE
endif
set-subst LF = "\n"
read-syms GeneralConstants
read-syms FileConstants
read-syms DialogConstants$(!STF_LANGUAGE)
ifstr(i) $(!NTN_Origination) == "NCPA"
set Continue = "OK"
endif
read-syms FileConstants$(!STF_LANGUAGE)
detect date
set-title $(Function$(Option)Title)
set to = Begin
set from = Begin
;
; Assume all is well.
;
set CommonStatus = STATUS_SUCCESSFUL
EndWait
;
; Set up the operation-mode-based variables and gaily welcome
; the user. If the "install mode" variable is improperly set,
; assume this is a new installation.
;
Begin = +
Ifstr(i) $(!NTN_InstallMode) == deinstall
set StartLabel = removeadapter
else-Ifstr(i) $(!NTN_InstallMode) == Update
set StartLabel = UpgradeSoftware
else-Ifstr(i) $(!NTN_InstallMode) == bind
set StartLabel = bindingadapter
else-Ifstr(i) $(!NTN_InstallMode) == configure
set StartLabel = configureadapter
else
set StartLabel = installadapter
set OEM_ABANDON_OPTIONS = {}
set OEM_ABANDON_SOFTWARE = FALSE
set OEM_ABANDON_ON = TRUE
endif
Set Choice1 = *($(List1Strings), $(List1Default))
Set Choice2 = *($(List2Strings), $(List2Default))
Set Choice3 = *($(List3Strings), $(List3Default))
Set List1Value = *($(List1Values), $(List1Default))
Set List2Value = *($(List2Values), $(List2Default))
Set List3Value = *($(List3Values), $(List3Default))
set MSParameter1Name = *($(MSParameterList), ~($(NWParameterList), $(List1ValueName)))
set MSParameter2Name = *($(MSParameterList), ~($(NWParameterList), $(List2ValueName)))
set MSParameter3Name = *($(MSParameterList), ~($(NWParameterList), $(List3ValueName)))
set from = $(fatal)
set to = $(fatal)
goto $(StartLabel)
;-----------------------------------------------
; Installation Section
;-----------------------------------------------
installadapter = +
Ifstr(i) $(DoCopy) == "YES"
;
; Get source location
;
Shell $(NwSubsInf), DoAskSource, $(!STF_CWDDIR), $(SrcDir) YES
Ifint $($ShellCode) != $(!SHELL_CODE_OK)
Goto ShellCodeError
Else-Ifstr(i) $($R0) == STATUS_FAILED
Shell $(UtilityInf) RegistryErrorString "ASK_SOURCE_FAIL"
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
set Error = $($R0)
Goto fatal
Else-Ifstr(i) $($R0) == STATUS_USERCANCEL
Goto end
Endif
Set SrcDir = $($R1)
Endif
install "Install-Option"
goto adapteroptions
;-----------------------------------------------
; Configuration Section
;-----------------------------------------------
;
; Get the current values of all the parameters
;
configureadapter = +
Ifstr $(KeyProduct) == $(KeyNull)
OpenRegKey $(!REG_H_LOCAL) "" $(!NTN_RegBase) $(MAXIMUM_ALLOWED) KeyProduct
Ifstr $(KeyProduct) == $(KeyNull)
set RegistryErrorIndex = CANNOT_FIND_COMPONENT_SERVICE
Debug-Output "OEMNADNH.INF: Cannot find component product key "$(!NTN_RegBase)
goto fatalregistry
Endif
Endif
Set AdapterNumber = ""
;
; Get the other parameters; they're attached to the service parameters key
;
Shell $(UtilityInf) FindService, $(KeyProduct)
Ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "OEMNADNH.INF: FindService shell failure "$($ShellCode)
Goto ShellCodeError
Endif
Ifstr(i) $($R0) != NO_ERROR
Debug-Output "OEMNADNH.INF: FindService Error "$($R0)
Goto fatalregistry
endif
set KeyParameters = $($R2)
;
; We don't need the services key, so close it.
;
CloseRegKey $($R1)
Ifstr $(KeyParameters) == $(KeyNull)
set RegistryErrorIndex = CANNOT_FIND_COMPONENT_SERVICE
Debug-Output "OEMNADNH.INF: Cannot find component service "$(KeyProduct)
goto fatalregistry
endif
set OldVersionExisted = $(TRUE)
set ValueName = ""
set ValueData = ""
set ValueStr = ""
set ValueList = {}
;
; Get the old values
;
EnumRegValue $(KeyParameters) ValueList
ForListDo $(ValueList)
set ValueItem = $($)
set ValueName = *($(ValueItem),1)
set ValueData = *($(ValueItem),4)
Ifstr(i) $(ValueName) == $(MSParameter1Name)
set List1DecValue = $(ValueData)
else-ifstr(i) $(ValueName) == $(MSParameter2Name)
set List2DecValue = $(ValueData)
else-ifstr(i) $(ValueName) == $(MSParameter3Name)
set List3DecValue = $(ValueData)
endif
EndForListDo
ifstr(i) $(List1DecValue) == ""
set List1Value = *($(List1Values), $(List1Default))
else
set-dectohex List1Value = $(List1DecValue)
Split-String $(List1Value) "x" List1HexList
Set List1Value = *($(List1HexList), 3)
endif
ifstr(i) $(List2DecValue) == ""
set List2Value = *($(List2Values), $(List2Default))
else
set-dectohex List2Value = $(List2DecValue)
Split-String $(List2Value) "x" List2HexList
Set List2Value = *($(List2HexList), 3)
endif
ifstr(i) $(List3DecValue) == ""
set List3Value = *($(List3Values), $(List3Default))
else
set-dectohex List3Value = $(List3DecValue)
Split-String $(List3Value) "x" List3HexList
Set List3Value = *($(List3HexList), 3)
endif
;
; Read the symbolic link to the ODI entry from the "OdiLoadName" value
;
GetRegValue $(KeyParameters),"OdiLoadName", CardInstanceList
Set CardInstanceName = *($(CardInstanceList),4)
adaptersetup =+
goto adapteroptions
;
; Let the user bang on the options until satisfied.
;
adapteroptions = +
set from = adapteroptions
set Choice1 = *($(List1Strings), ~($(List1Values), +
$(List1Value)))
set Choice2 = *($(List2Strings), ~($(List2Values), +
$(List2Value)))
set Choice3 = *($(List3Strings), ~($(List3Values), +
$(List3Value)))
read-syms FileDependentDlg$(!STF_LANGUAGE)
Ifstr(i) $(NumberOf$(Option)Options) == 1
set DlgTemplate = "SINGLE_COMBO"
else-ifstr(i) $(NumberOf$(Option)Options) == 2
set DlgTemplate = "NI6510"
else-ifstr(i) $(NumberOf$(Option)Options) == 3
set DlgTemplate = "UBNDIS"
Endif
Ifint $(NumberOf$(Option)Options) > 0
ui start "InputDlg"
ifstr(i) $(DLGEVENT) == "CONTINUE"
set List1Value = *($(List1Values), ~($(List1Strings), $(Combo1Out)))
Debug-Output "List1Value = "$(List1Value)
set List2Value = *($(List2Values), ~($(List2Strings), $(Combo2Out)))
set List3Value = *($(List3Values), ~($(List3Strings), $(Combo3Out)))
ui pop 1
else-ifstr(i) $(DLGEVENT) == "BACK"
set CommonStatus = STATUS_USERCANCEL
Debug-Output "Action: exit. Bye."
ui pop 1
goto end
else
;
; Unknow command
;
ui pop 1
Debug-Output "Action: unknown. Bye."
goto end
endif
Endif
set-hextodec List1DecValue = $(List1Value)
set-hextodec List2DecValue = $(List2Value)
set-hextodec List3DecValue = $(List3Value)
;
; If installing, go create the necessary keys;
; if configuring, they're already open.
;
ifint $(OldVersionExisted) == $(TRUE)
ifstr(i) $(!NTN_InstallMode) == configure
goto writeparameters
endif
endif
StartWait
;
; Create the HARDWARE\Netcard region and its corresponding service
;
Shell $(UtilityInf), AddHardwareComponent, $(ProductHardware$(Option)Name),$(STF_CONTEXTINFNAME),$(ProductKeyName)
ifint $($R4) != -1
Set OEM_ABANDON_OPTIONS = >($(OEM_ABANDON_OPTIONS), $(!NTN_SoftwareBase)"\Microsoft\Windows NT\CurrentVersion\NetworkCards\"$($R4))
endif
ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "OEMNADNH.INF: Cannot add hardware component "$($ShellCode)
goto ShellCodeError
endif
set RegistryErrorIndex = $($R0)
Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
EndWait
Debug-Output "OEMNADNH.INF: Registry error: add hardware component "$(RegistryErrorIndex)
CloseRegKey $($R1)
CloseRegKey $($R2)
CloseRegKey $($R3)
goto fatalregistry
endif
;
; At this point:
; $R1 Registry key variable for HARDWARE\Netcard\(n)
; $R2 Registry key variable for HARDWARE\Netcard\(n)\\NetRules
; $R3 Registry key handle for <service>\Parameters key
; $R4 Adapter number assigned to adapter
; $R5 Service name generated by combining svc name with adapter number
;
set KeyParameters = $($R3)
set KeyAdapterRules = $($R2)
set AdapterNumber = $($R4)
Set-add TempAdapterNumber = $(AdapterNumber),0
set CardInstanceName = $(ProductHardware$(Option)Name)" #"$(TempAdapterNumber)
set NewValueList = {{Manufacturer,$(NoTitle),$(!REG_VT_SZ),$(Manufacturer)},+
{Title,$(NoTitle),$(!REG_VT_SZ),"["$($R4)"] "$(ProductHardware$(Option)Title)},+
{Description,$(NoTitle),$(!REG_VT_SZ),$(ProductHardware$(Option)Title)},+
{ProductName,$(NoTitle),$(!REG_VT_SZ),$(ProductHardware$(Option)Name)},+
{ServiceName,$(NoTitle),$(!REG_VT_SZ),$($R5)},+
{InstallDate,$(NoTitle),$(!REG_VT_DWORD),*($(Now),1)},+
{OdiAdapter,$(NoTitle),$(!REG_VT_DWORD),1}}
Shell $(UtilityInf), AddValueList, $($R1), $(NewValueList)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "OEMNADNH.INF: AddValueList ShellCode error "$($ShellCode)
goto ShellCodeError
endif
CloseRegKey $($R1)
set TempProdName = """"$(ProductHardware$(Option)Name)$(AdapterNumber)""""
set TempBindForm = $(TempProdName)$(NetRuleHardwareBindForm)
set NewValueList = {{type,$(NoTitle),$(!REG_VT_SZ),$(NetRuleHardwareType)},+
{bindform,$(NoTitle),$(!REG_VT_SZ),$(TempBindForm)}, +
{InfOption,$(NoTitle),$(!REG_VT_SZ),$(Option)}}
Shell $(UtilityInf), AddValueList, $(KeyAdapterRules), $(NewValueList)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "OEMNADNH.INF: AddValueList ShellCode error "$($ShellCode)
goto ShellCodeError
endif
set RegistryErrorIndex = $($R0)
Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
EndWait
Debug-Output "OEMNADNH.INF: AddValueList Registry error "$(RegistryErrorIndex)
CloseRegKey $(KeyParameters)
CloseRegKey $(KeyAdapterRules)
goto fatalregistry
endif
CloseRegKey $(KeyAdapterRules)
SetRegValue $(KeyParameters) {OdiLoadName,$(NoTitle),$(!REG_VT_SZ),$(CardInstanceName)}
goto writeparameters
;
; REQUIRED: $(KeyParameters) contains service Parameters key handle
;
writeparameters = +
Shell $(UtilityInf), GetBusTypeNum
set BusTypeNum = $($R1)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "OEMNADNH.INF: GetBusTypeNum ShellCode error "$($ShellCode)
goto ShellCodeError
endif
;
; Add the rest of the parameters to the Services area
;
set NewValueList = {{$(MSParameter1Name),$(NoTitle),$(!REG_VT_DWORD),$(List1DecValue)},+
{BusType,$(NoTitle),$(!REG_VT_DWORD),$(BusTypeNum)},+
{MediaType,$(NoTitle),$(!REG_VT_DWORD),1},+
{$(MSParameter2Name),$(NoTitle),$(!REG_VT_DWORD),$(List2DecValue)},+
{$(MSParameter3Name),$(NoTitle),$(!REG_VT_DWORD),$(List3DecValue)}}
Shell $(UtilityInf), AddValueList, $(KeyParameters), $(NewValueList)
CloseRegKey $(KeyParameters)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "OEMNADNH.INF: AddValueList ShellCode error "$($ShellCode)
goto ShellCodeError
endif
set RegistryErrorIndex = $($R0)
Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
Debug-Output "OEMNADNH.INF: AddValueList Registry error "$($ShellCode)
goto fatalregistry
endif
EndWait
;
; Add an OdiLoad Module
;
; Set this cards configuration info for OdiLoad. Load all frame types, this is
; required for ODINSUP (ODI NDIS Support) to work.
;
Ifstr(i) $(Frame$(Option)Type) == "ETHERNET"
set OdiParmList = {"Frame ETHERNET_802.3", +
"Frame ETHERNET_802.2", +
"Frame ETHERNET_II", +
"Frame ETHERNET_SNAP"}
else-Ifstr(i) $(Frame$(Option)Type) == "TOKEN-RING"
set OdiParmList = {"Frame TOKEN-RING", "Frame TOKEN-RING_SNAP"}
else-Ifstr(i) $(Frame$(Option)Type) == "FDDI"
set OdiParmList = {"Frame FDDI_802.2", "Frame FDDI_SNAP"}
else
set OdiParmList = {}
endif
ifint $(NumberOf$(Option)Options) >= 1
set OdiParmList = >($(OdiParmList), $(List1ValueName)" "$(List1Value))
endif
ifint $(NumberOf$(Option)Options) >= 2
set OdiParmList = >($(OdiParmList), $(List2ValueName)" "$(List2Value))
endif
ifint $(NumberOf$(Option)Options) >= 3
set OdiParmList = >($(OdiParmList), $(List3ValueName)" "$(List3Value))
endif
ForListDo $(AdditionalKeywords)
set OdiParmList = >($(OdiParmList), $($))
EndForListDo
Shell $(NwSubsInf) NwAddOdiLoadModule $(CardInstanceName) $(AdapterNumber) $(OdiParmList)
Ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "OEMNADNH.INF: NwAddOdiLoadModule failure "$($ShellCode)
Goto ShellCodeError
Endif
Set ErrorString = $($R0)
Ifstr(i) $(ErrorString) != NO_ERROR
Debug-Output "OEMNADNH.INF: NwAddOdiLoadModule "$(ErrorString)
goto fatalregistry
Endif
goto successful
;-----------------------------------------------
; Binding section
;-----------------------------------------------
bindingadapter =+
set Error = "Binding: Sorry, not yet implemented."
goto fatal
;-----------------------------------------------
; Removeadapter section
;-----------------------------------------------
removeadapter = +
;
; Delete the Services\OdiLoad\Odi_Modules\xxxxxx #1 card instance and update
; IpxSpxII and ODINSUP if needed.
;
Shell $(NwSubsInf) NwRemoveAdapter $(!NTN_RegBase)
Ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "Shell Error NwRemoveAdapter "$($ShellCode)
Endif
;
; Remove the NT Network Adapter Info.
;
Shell $(NwSubsInf) NwRemoveNtAdapter $(ProductKeyName) $(Manufacturer)
Ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "OEMNADNH.INF: NwRemoveNtAdapter "$($ShellCode)
goto ShellCodeError
Endif
set RegistryErrorIndex = $($R0)
Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
Debug-Output "OEMNADNH.INF: NwRemoveNtAdapter "$(RegistryErrorIndex)
Ifstr(i) $(RegistryErrorIndex) == "SHELL_CODE_ERROR"
goto ShellCodeError
Endif
goto fatalregistry
Endif
goto end
;-----------------------------------------------
; Upgrade Software section
;-----------------------------------------------
UpgradeSoftware = +
;
; upgrade/update hardware component
; There is no different between upgrade and update for hardware
; component
;
; 1. Get the Service Name
; 2. Change the NetRule section if necessary
;
OpenRegKey $(!REG_H_LOCAL) "" $(!NTN_RegBase) +
$(MAXIMUM_ALLOWED) NetworkCardKey
Ifstr(i) $(NetworkCardKey) != $(KeyNull)
;
; Get Service name
;
GetRegValue $(NetworkCardKey),"ServiceName", ServiceNameInfo
set ServiceName = *($(ServiceNameInfo), 4)
;
; Change the NetRule if necessary
;
OpenRegKey $(NetworkCardKey) "" "NetRules" +
$(MAXIMUM_ALLOWED) NetRuleKey
Ifstr(i) $(NetRuleKey) != $(KeyNull)
;
; Make the change....
;
else
;
; Error, cannot open net rules key
;
goto fatalregistry
endif
CloseRegKey $(NetRules)
CloseRegKey $(NetworkCardKey)
else
;
; Error, cannot open network card key
;
goto fatalregistry
endif
;
; 3. Change the service section of the hardware. i.e.,
; ParameterName change, value change, etc.
;
OpenRegKey $(!REG_H_LOCAL) "" +
$(!NTN_ServiceBase)"\"$(ServiceName) +
$(MAXIMUM_ALLOWED) ServiceKey
Ifstr(i) $(ServiceKey) != $(KeyNull)
;
; Get the ServiceKey to change the Start value
; or Type value. Or open Parameters key to
; change the hardware parameters if necessary.
;
CloseRegKey $(ServiceKey)
else
;
; Error, cannot open network card key
;
goto fatalregistry
endif
goto end
;
; End of Upgrade Software
;
;
; Escape hatches
;
successful = +
Set OdiAdapterInstalledOkay = "1"
goto end
abandon = +
ForListDo $(OEM_ABANDON_OPTIONS)
Shell $(UtilityInf), RemoveHardwareComponent, $(Manufacturer), +
$(DriverName), $($)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "OEMNADNH.INF: RemoveHardwareComponent ShellCode error "$($ShellCode)
goto ShellCodeError
endif
set RegistryErrorIndex = $($R0)
Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
goto fatalregistry
endif
EndForListDo
goto end
;
; warning display
;
warning = +
Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "WARNING", $(Error)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
ifstr(i) $($R1) == "OK"
goto $(to)
else-ifstr(i) $($R1) == "CANCEL"
goto $(from)
else
goto "end"
endif
;
; non fatal error display
;
nonfatalinfo = +
Set CommonStatus = STATUS_USERCANCEL
Set Severity = STATUS
goto nonfatalmsg
nonfatal = +
Set Severity = NONFATAL
goto nonfatalmsg
nonfatalmsg = +
ifstr(i) $(Error) == ""
Set Severity = NONFATAL
Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
set Error = $($R0)
endif
Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), $(Severity), $(Error)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
ifstr(i) $($R1) == "OK"
goto $(from)
else
goto "end"
endif
;
; Registry is broken
;
fatalregistry = +
Shell $(UtilityInf) RegistryErrorString $(RegistryErrorIndex)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
set Error = $($R0)
goto fatal
fataldetect = +
Shell $(UtilityInf),RegistryErrorString,CANNOT_DETECT
ifint $($ShellCode) != $(!SHELL_CODE_OK)
Debug-Output "OEMNADNH.INF: ShellCode error: cannot get an error string."
goto ShellCodeError
endif
set Error = $($R0)
Goto fatal
;
; fatal error display
;
fatal = +
ifstr(i) $(Error) == ""
Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
set Error = $($R0)
endif
Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "FATAL", $(Error)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
goto setfailed
;
; Shelling error
;
ShellCodeError = +
set DlgType = "MessageBox"
set STF_MB_TITLE = "Error: "$(Function$(Option)Title)
set STF_MB_TEXT = "Shell Code Error"
set STF_MB_TYPE = 1
set STF_MB_ICON = 3
set STF_MB_DEF = 1
ui start "Error Message"
goto setfailed
setfailed = +
set CommonStatus = STATUS_FAILED
;
; if OEM_ABANDON_ON == TRUE, then remove the registry entries
;
ifstr(i) $(OEM_ABANDON_ON) == TRUE
set OEM_ABANDON_ON = FALSE
goto abandon
endif
goto end
end = +
goto term
term = +
Ifstr(i) $(OdiAdapterInstalledOkay) == "1"
Shell $(NwSubsInf) GetOdiAdapterList
ifint $($R3) < 2
Set DlgType = "MessageBox"
Set STF_MB_TITLE = "NetWare for Windows NT Installation"
Set STF_MB_TEXT = "The NetWare ODI Adapter was successfully installed. "+
"Your NetWare installation is COMPLETE, unless "+
"you need to install ODINSUP or Configure the software."
Set STF_MB_TYPE = 1
Set STF_MB_ICON = 3
Set STF_MB_DEF = 1
ui start "Error Message"
Endif
Endif
Return $(CommonStatus)
;***************************************************************
; INSTALL SECTIONS
;***************************************************************
[Install-Option]
set STF_VITAL = ""
ifstr(i) $(AddCopy) == "YES"
;
; Add the files to the copy list
;
AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\netware
endif
ifstr(i) $(DoCopy) == "YES"
;
; Copy files in the copy list
;
set !STF_NCPA_FLUSH_COPYLIST = TRUE
CopyFilesInCopyList
endif
ifstr(i) $(DoConfig) == "YES"
;
; Add product to registry
;
;
; Finish up
endif
Exit
[Install-Update]
set STF_VITAL = ""
set STF_OVERWRITE = "VERIFYSOURCEOLDER"
AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\netware
AddSectionFilesToCopyList Files-Inf $(SrcDir) $(!STF_WINDOWSSYSPATH)
set !STF_NCPA_FLUSH_COPYLIST = TRUE
CopyFilesInCopyList
exit
[Source Media Descriptions]
1 = "NetWare for Windows NT Setup Disk" , TAGFILE = oemsetup.inf
[ProductType]
STF_PRODUCT = Winnt
STF_PLATFORM = I386
[Files-Inf]
1, oemsetup.inf, SIZE=50000, RENAME=$(!UG_Filename)
;ODIDeveloper these are the Driver files that will be copied from the diskette
;to the NT system
;Add or delete an entry to equal the number of drivers on the diskette.
[Files-ODI_NI6510]
1,NI6510.LAN , SIZE=24000
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.