etRuleSoftwareUse = $(SoftwareType)
NetRuleSoftwareBindForm = """rl100aSys"" yes no container"
NetRuleSoftwareClass = {"rl100aDriver basic"}
NetRuleSoftwareSWBindable = {"rl100aDriver FASTMACAdapter non exclusive 100"}
OptionHelpFile = "rl100a.hlp"
ProductHardwareName = "rl100a"
ProductSoftwareDescription = "Compex rl100a.SYS Driver"
FunctionFASTMACTitle = "Compex RL100ATX 10/100 Base PCI Fast Ethernet Adapter Setup"
ProductHardwareFASTMACDescription = "Compex RL100ATX 10/100 Base PCI Fast Ethernet Adapter"
ProductHardwareFASTMACTitle = "Compex RL100ATX 10/100 Base PCI Fast Ethernet Adapter"
NetRuleHardwareFASTMACType = "FASTMAC FASTMACAdapter"
NetRuleHardwareFASTMACClass = {"FASTMACAdapter basic"}
AdapterFASTMACType = 5
HelpFASTMACId = 30
FASTMACCFID = 537989622
NetRuleHardwareBindForm = " yes yes container"
ProductKeyName = $(!NTN_SoftwareBase)"\"$(Manufacturer)"\"$(ProductSoftwareName)"\CurrentVersion"
ParamKeyName = $(!NTN_ServiceBase)"\"$(ProductHardwareName)"\Parameters"
[GeneralConstants]
from = ""
to = ""
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)\drivers
[date]
Now = {} ? $(!LIBHANDLE) GetSystemDate
[Identify]
read-syms Identification
set Status = STATUS_SUCCESSFUL
set Identifier = $(OptionType)
set Media = #("Source Media Descriptions", 1, 1)
Return $(Status) $(Identifier) $(Media)
[ReturnOptions]
set Status = STATUS_FAILED
set OptionList = {}
set OptionTextList = {}
set LanguageList = ^(LanguagesSupported, 1)
Ifcontains(i) $($0) in $(LanguageList)
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
returnoptions = +
set OptionList = ^(Options, 1)
set OptionTextList = ^(OptionsText$($0), 1)
set Status = STATUS_SUCCESSFUL
finish_ReturnOptions = +
Return $(Status) $(OptionList) $(OptionTextList)
[InstallOption]
set Option = $($1)
set SrcDir = $($2)
set AddCopy = $($3)
set DoCopy = $($4)
set DoConfig = $($5)
set LanguageList = ^(LanguagesSupported, 1)
Ifcontains(i) $($0) NOT-IN $(LanguageList)
Return STATUS_NOLANGUAGE
endif
set-subst LF = "\n"
read-syms GeneralConstants
read-syms FileConstants
set NetRuleSoftwareBindable = $($R1)
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
set CommonStatus = STATUS_SUCCESSFUL
EndWait
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
Ifstr(i) $(ProductKeyName) == $(!NTN_RegBase)
Shell $(UtilityInf),RegistryErrorString,CANNOT_CONFIGURE_SOFTWARE
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
set Error = $($R0)
set from = end
set to = end
goto nonfatalinfo
else
set StartLabel = configureadapter
endif
else
set StartLabel = installadapter
set OEM_ABANDON_OPTIONS = {}
set OEM_ABANDON_SOFTWARE = FALSE
set OEM_ABANDON_ON = TRUE
endif
set from = $(fatal)
set to = $(fatal)
goto $(StartLabel)
installadapter = +
OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct
Ifstr $(KeyProduct) != $(KeyNull)
CloseRegKey $(KeyProduct)
ifstr(i) !(NTN_RegBase) == $(ProductKeyName)
Shell $(UtilityInf), VerExistedDlg, $(ProductSoftwareTitle),+
$(ProductVersion)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
goto end
else
Shell $(UtilityInf), CardExistedDlg
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
ifstr(i) $($R1) != "OK"
set CommonStatus = STATUS_USERCANCEL
goto end
endif
set OldVersionExisted = $(TRUE)
endif
Endif
ifstr(i) $(DoCopy) == "YES"
Shell $(UtilityInf), 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 successful
Endif
Set SrcDir = $($R1)
install "Install-Hlp"
endif
Goto installproduct
configureadapter = +
Ifstr(i) $(KeyProduct) == $(KeyNull)
OpenRegKey $(!REG_H_LOCAL) "" $(!NTN_RegBase) $(MAXIMUM_ALLOWED) KeyProduct
Ifstr $(KeyProduct) == $(KeyNull)
Set RegistryErrorIndex = CANNOT_FIND_COMPONENT_SERVICE
Goto fatalregistry
Endif
Endif
Shell $(UtilityInf) FindService, $(KeyProduct)
Ifint $($ShellCode) != $(!SHELL_CODE_OK)
Goto ShellCodeError
Endif
Ifstr(i) $($R0) != NO_ERROR
Goto fatalregistry
endif
set KeyParameters = $($R2)
CloseRegKey $($R1)
Ifstr $(KeyParameters) == $(KeyNull)
set RegistryErrorIndex = CANNOT_FIND_COMPONENT_SERVICE
goto fatalregistry
endif
set OldVersionExisted = $(TRUE)
set ValueName = ""
set ValueData = ""
set ValueStr = ""
set ValueList = {}
EnumRegValue $(KeyParameters) ValueList
ForListDo $(ValueList)
set ValueItem = $($)
set ValueName = *($(ValueItem),1)
set ValueData = *($(ValueItem),4)
Ifstr(i) $(ValueName) == "LineSpeed"
set ConnectionIndex = $(ValueData)
endif
EndForListDo
set ConnectionValue = *($(ConnectionList), ~($(ConnectionValues),$(ConnectionIndex)))
ifstr(i) $(ConnectionValue) == ""
set ConnectionValue = *($(ConnectionList), 2)
endif
adapteroptions = +
set from = adapteroptions
read-syms FileDependentDlg$(!STF_LANGUAGE) ;1
SetHelpFile $(!STF_WINDOWSSYSPATH)"\"$(OptionHelpFile) $(MinHelpId) $(MaxHelpId) $(Help$(Option)Id) ;1
ui start "InputDlg" ;1
ifstr(i) $(DLGEVENT) == "CONTINUE" ;1
set ConnectionIndex = $(Combo1Out) ;1
ui pop 1 ;1
else-ifstr(i) $(DLGEVENT) == "BACK" ;1
set CommonStatus = STATUS_USERCANCEL ;1
ui pop 1 ;1
goto end ;1
else ;1
ui pop 1 ;1
goto end ;1
endif ;1
set ConnectionValue = *($(ConnectionValues), ~($(ConnectionList),$(ConnectionIndex))) ;1
ifstr(i) $(!NTN_InstallMode) == configure
goto updateparameters
endif
installproduct =+
StartWait
; set-div DeviceID = $($(Option)CFID) 65536
Shell $(UtilityInf), GetPCIInformation, $(VendorID) $(DeviceID)
ifint $($ShellCode) != $(!SHELL_CODE_OK)
goto ShellCodeError
endif
ifstr(i) $($R0) == {}
set Error = $(CANNOL.INI
General NDIS2 driver support
----------------------------
* Action: During installation when prompt for driver, enter A:\NDIS2
A:\NDIS2\NDIS2.TXT General information about NDIS2 driver support
\MSC30.TXT Installation guide for Microsoft Client v3.0
\OEMSETUP.INF Microsoft Client 3.0 and WFW v3.11 setup file
\RL100A.DOS NDIS2 DOS driver
\RL100A.OS2 NDIS2 OS/2 driver
\PROTOCOL.INI sample configuration file
General packet driver for PC/TCP and other softwares
----------------------------------------------------
* Action: During installation when prompt for driver, enter A:\PKT
A:\PKT\PKT.TXT Installation guide
\RL100APD.COM Packet driver
Digital Pathworks
-----------------
* Action: During installation when prompt for driver, enter A:\NDIS2
A:\PATHWORK\PATHWORK.TXT Installation guide for Pathworks
SunSoft PCNFS
-------------
* Action: During installation when prompt for driver, enter A:\NDIS2
A:\PCNFS\PCNFS.TXT Installation guide for PCNFS
Remote boot support installation and patch
------------------------------------------
General utility
---------------
* Action: Insert card with bootrom and run RESET.EXE
A:\UTILITY\RESET.TXT Reset utility document
\RESET.EXE Bootrom utility to reset card to factory default
Novell NetWare
--------------
* Action: Follow RPL.TXT instructions to install.
Run RPL402.EXE file to extract driver file before installation
A:\RBOOT\NETWARE\RPL.TXT Installation guide
\NW402.PAT\RPL402.EXE Remote boot patch file for NetWare v4.1x
(Compressed)
Microsoft NT
------------
* Action: Run RANTRBOT.EXE to new directory or blank disk to extract.
Follow instructions to install.
A:\RBOOT\NT\NTRBOOT.TXT Installation guide
\RANTRBOT/EXE Remote boot support files (Compressed)
------------------------
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.