home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-07-24 | 16.7 KB | 440 lines |
- [Identification]
- OptionType = NetTransport
- [Options]
- STREAMS
- [FileConstants]
- Manufacturer = "Microsoft"
- ProductMajorVersion = "3"
- ProductMinorVersion = "1"
- ProductVersion = $(ProductMajorVersion)"."$(ProductMinorVersion)
- NetEventDLL = "%SystemRoot%\System32\netevent.dll"
- IoLogMsgDLL = "%SystemRoot%\System32\IoLogMsg.dll"
- ProductSTREAMSName = "Streams"
- ProductSTREAMSImagePath = "\SystemRoot\System32\drivers\streams.sys"
- ProductSTREAMSSvcType = "kernel"
- NetRuleSTREAMSType = "streams streamsEnvironment streamsEnvironment"
- NetRuleSTREAMSUse = $(SoftwareType)" yes yes"
- NetRuleSTREAMSBindForm = """Streams"" yes yes streams"
- NetRuleSTREAMSClassList = {"streamsEnvironment basic",+
- "streamsStack basic"}
- NetRuleSTREAMSBindList = {"streamsEnvironment ndisDriver non non 100",+
- "streamsStack streamsEnvironment exclusive non 100"}
- STREAMS_PATH = "SYSTEM\currentcontrolset\services\streams"
- ProductKeyName = $(!NTN_SoftwareBase)"\"$(Manufacturer)"\"$(Product$(Option)Name)"\CurrentVersion"
- LinkageKeyName = $(!NTN_ServiceBase)"\Tcpip\Linkage"
- ServiceTCPIPKeyName = $(!NTN_ServiceBase)"\Tcpip"
- ServiceKeyName = $(!NTN_ServiceBase)
- DosDevices = "SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices"
- [GeneralConstants]
- UtilityInf = "UTILITY.INF"
- subroutineinf = "SUBROUTN.INF"
- SoftwareType = "transport"
- Exit_Code = 0
- BillboardVisible = 0
- 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)
- goto returnoptions
- 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
- read-syms DialogConstants$(!STF_LANGUAGE)
- ifstr(i) $(!NTN_Origination) == "NCPA"
- set Continue = $(OK)
- endif
- read-syms FileConstants$(!STF_LANGUAGE)
- detect date
- set-title $(FunctionTitle)
- set to = Begin
- set from = Begin
- set CommonStatus = STATUS_SUCCESSFUL
- EndWait
- Begin = +
- Ifstr(i) $(!NTN_InstallMode) == deinstall
- set StartLabel = removeadapter
- set OEM_ABANDON_SOFTWARE = {+
- $(ProductSTREAMSName)}
- else-Ifstr(i) $(!NTN_InstallMode) == Update
- set StartLabel = UpgradeSoftware
- else-Ifstr(i) $(!NTN_InstallMode) == configure
- Debug-Output "STREAMS.INF: Cannot configure the driver software."
- Shell $(UtilityInf),RegistryErrorString,CANNOT_CONFIGURE_SOFTWARE
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- Debug-Output "STREAMS.INF: ShellCode error: cannot get an error string."
- goto ShellCodeError
- endif
- set Error = $($R0)
- set from = end
- set to = end
- goto nonfatalinfo
- else-Ifstr(i) $(!NTN_InstallMode) == bind
- set StartLabel = bindingadapter
- else
- set StartLabel = installadapter
- set OEM_ABANDON_SOFTWARE = {}
- set OEM_ABANDON_OPTIONS = {}
- endif
- set from = $(fatal)
- set to = $(fatal)
- goto $(StartLabel)
- installadapter = +
- OpenRegKey $(!REG_H_LOCAL) "" $(STREAMS_PATH) $(MAXIMUM_ALLOWED) KeyProduct
- Ifstr $(KeyProduct) != $(KeyNull)
- CloseRegKey $(KeyProduct)
- set Error = $(StreamsAlreadyInstalled)
- set from = end
- set to = end
- goto nonfatalinfo
- endif
- set OEM_ABANDON_ON = TRUE
- read-syms Billboard1$(!STF_LANGUAGE)
- Shell "subroutn.inf" PushBillboard NETSTATUSDLG $(Status)
- Set BillboardVisible = 1
- Set DoStreams = FALSE
- Ifstr(i) $(Option) == STREAMS
- Set DoStreams = TRUE
- Else
- Debug-Output "STREAMS.INF: Unrecognized option"
- Endif
- StartWait
- Ifstr(i) $(DoStreams) == TRUE
- Set ThisOption = STREAMS
- Set OEM_ABANDON_SOFTWARE = >($(OEM_ABANDON_SOFTWARE), $(Product$(ThisOption)Name))
- Debug-Output "OEMNXPST.INF: installing STREAMS..."
- Shell $(UtilityInf), AddSoftwareComponent, $(Manufacturer),+
- $(Product$(ThisOption)Name),+
- $(Product$(ThisOption)Name),+
- $(Product$(ThisOption)DisplayName), $(STF_CONTEXTINFNAME),+
- $(Product$(ThisOption)ImagePath),+
- $(Product$(ThisOption)SvcType), "", {}, "",+
- $(NetEventDLL)
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- Debug-Output "OEMNXPST.INF: ShellCode error"
- goto ShellCodeError
- endif
- set RegistryErrorIndex = $($R0)
- Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
- EndWait
- Debug-Output "OEMNXPST.INF: Registry error: add software components"
- CloseRegKey $($R1)
- CloseRegKey $($R2)
- CloseRegKey $($R3)
- CloseRegKey $($R4)
- CloseRegKey $($R5)
- goto fatalregistry
- endif
- Set STREAMSProductKey = $($R1)
- Set STREAMSNetRuleKey = $($R2)
- Set STREAMSServiceKey = $($R3)
- Set STREAMSParameterKey = $($R4)
- Set STREAMSLinkageKey = $($R5)
- set NewValueList = {{SoftwareType,$(NoTitle),$(!REG_VT_SZ),$(SoftwareType)},+
- {Title,$(NoTitle),$(!REG_VT_SZ),$(Product$(ThisOption)Title)},+
- {Description,$(NoTitle),$(!REG_VT_SZ),$(Product$(ThisOption)Description)},+
- {ServiceName,$(NoTitle),$(!REG_VT_SZ),$(Product$(ThisOption)Name)},+
- {InstallDate,$(NoTitle),$(!REG_VT_DWORD),*($(Now),1)}}
- Shell $(UtilityInf), AddValueList, $(STREAMSProductKey), $(NewValueList)
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- Debug-Output "OEMNXPST.INF: ShellCode error."
- goto ShellCodeError
- endif
- set RegistryErrorIndex = $($R0)
- Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
- EndWait
- Debug-Output "OEMNXPST.INF: Registry error: add value list."
- CloseRegKey $(STREAMSProductKey)
- CloseRegKey $(STREAMSNetRuleKey)
- CloseRegKey $(STREAMSServiceKey)
- CloseRegKey $(STREAMSParameterKey)
- CloseRegKey $(STREAMSLinkageKey)
- goto fatalregistry
- endif
- set NewValueList = {{type,$(NoTitle),$(!REG_VT_SZ),$(NetRule$(ThisOption)Type)},+
- {use,$(NoTitle),$(!REG_VT_SZ),$(NetRule$(ThisOption)Use)},+
- {bindform,$(NoTitle),$(!REG_VT_SZ),$(NetRule$(ThisOption)BindForm)},+
- {class,$(NoTitle),$(!REG_VT_MULTI_SZ),$(NetRule$(ThisOption)ClassList)},+
- {bindable,$(NoTitle),$(!REG_VT_MULTI_SZ),$(NetRule$(ThisOption)BindList)},+
- {InfOption,$(NoTitle),$(!REG_VT_SZ),$(ThisOption)}}
- Shell $(UtilityInf), AddValueList, $(STREAMSNetRuleKey), $(NewValueList)
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- Debug-Output "OEMNXPST.INF: ShellCode error."
- goto ShellCodeError
- endif
- set RegistryErrorIndex = $($R0)
- CloseRegKey $(STREAMSProductKey)
- CloseRegKey $(STREAMSNetRuleKey)
- CloseRegKey $(STREAMSServiceKey)
- CloseRegKey $(STREAMSParameterKey)
- CloseRegKey $(STREAMSLinkageKey)
- Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
- EndWait
- Debug-Output "OEMNXPST.INF: Registry error: add value list."
- goto fatalregistry
- endif
- Endif
- EndWait
- Ifint $(BillboardVisible) != 0
- Shell "subroutn.inf" PopBillboard
- Set BillboardVisible = 0
- Endif
- goto successful
- configureadapter = +
- goto end
- bindingadapter =+
- goto configureadapter
- removeadapter = +
- ForListDo $(OEM_ABANDON_SOFTWARE)
- debug-output "Remove component: "$($)
- Shell $(UtilityInf), RemoveSoftwareComponent, $(Manufacturer), $($)
- ifstr(i) $($R0) == REF_COUNT_NOT_ZERO
- set Error = $(RefCountNotZeroMsg)
- set CommonStatus = STATUS_NO_EFFECT
- set from = end
- set to = end
- goto nonfatal
- endif
- EndForListDo
- goto end
- UpgradeSoftware = +
- ifstr(i) $(ProductKeyName) == $(!NTN_RegBase)
- OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct
- Ifstr $(KeyProduct) != $(KeyNull)
- GetRegValue $(KeyProduct),"MajorVersion", VersionInfo
- set Version = *($(VersionInfo), 4)
- Shell $(UtilityInf), GetInfFileNameFromRegistry, $(KeyProduct)
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- Debug-Output "ShellCode error"
- goto ShellCodeError
- endif
- set !UG_Filename = $($R0)
- ifstr(i) $(!UG_Filename) != ""
- install "Install-Update"
- ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
- goto fatal
- endif
- endif
- SetRegValue $(KeyProduct) {MajorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMajorVersion)}
- SetRegValue $(KeyProduct) {MinorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMinorVersion)}
- ifint $(Version) != $(ProductVersion)
- endif
- CloseRegKey $(KeyProduct)
- else
- goto fatalregistry
- endif
- endif
- goto end
- successful = +
- goto end
- infomsg =+
- read-syms InfoDlg
- ui start "Warning"
- set CommonStatus = STATUS_USERCANCEL
- goto end
- 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
- 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
- fatalregistry = +
- Shell $(UtilityInf) RegistryErrorString $(RegistryErrorIndex)
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- goto ShellCodeError
- endif
- set Error = $($R0)
- goto fatal
- fatal = +
- ifstr(i) $(Error) == ""
- Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- goto ShellCodeError
- endif
- set Error = $($R0)
- endif
- Ifint $(BillboardVisible) != 0
- Shell "subroutn.inf" PopBillboard
- Set BillboardVisible = 0
- Endif
- Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "FATAL", $(Error)
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- goto ShellCodeError
- endif
- goto setfailed
- ShellCodeError = +
- set DlgType = "MessageBox"
- set STF_MB_TITLE = $(ShellCodeErrorTitle)
- set STF_MB_TEXT = $(ShellCodeErrorText)
- 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
- ifstr(i) $(OEM_ABANDON_ON) == TRUE
- set OEM_ABANDON_ON = FALSE
- goto removeadapter
- endif
- goto end
- end = +
- goto term
- term = +
- Return $(CommonStatus)
- [Install-Option]
- Exit
- [Install-Update]
- set STF_VITAL = ""
- set STF_OVERWRITE = "VERIFYSOURCEOLDER"
- AddSectionFilesToCopyList Files-STREAMS $(SrcDir) $(!STF_WINDOWSSYSPATH)\drivers
- set !STF_NCPA_FLUSH_COPYLIST = TRUE
- Debug-Output "OEMNXPST.INF: *** CopyFilesInCopyList [2]"
- CopyFilesInCopyList
- Exit
- [Source Media Descriptions]
- 1 = "Windows NT Advanced Server Setup Disk #1" , TAGFILE = disk1
- 2 = "Windows NT Advanced Server Setup Disk #2" , TAGFILE = disk2
- 3 = "Windows NT Advanced Server Setup Disk #3" , TAGFILE = disk3
- 4 = "Windows NT Advanced Server Setup Disk #4" , TAGFILE = disk4
- 5 = "Windows NT Advanced Server Setup Disk #5" , TAGFILE = disk5
- 6 = "Windows NT Advanced Server Setup Disk #6" , TAGFILE = disk6
- 7 = "Windows NT Advanced Server Setup Disk #7" , TAGFILE = disk7
- 8 = "Windows NT Advanced Server Setup Disk #8" , TAGFILE = disk8
- 9 = "Windows NT Advanced Server Setup Disk #9" , TAGFILE = disk9
- 10 = "Windows NT Advanced Server Setup Disk #10" , TAGFILE = disk10
- 11 = "Windows NT Advanced Server Setup Disk #11" , TAGFILE = disk11
- 12 = "Windows NT Advanced Server Setup Disk #12" , TAGFILE = disk12
- 13 = "Windows NT Advanced Server Setup Disk #13" , TAGFILE = disk13
- 14 = "Windows NT Advanced Server Setup Disk #14" , TAGFILE = disk14
- 15 = "Windows NT Advanced Server Setup Disk #15" , TAGFILE = disk15
- 16 = "Windows NT Advanced Server Setup Disk #16" , TAGFILE = disk16
- 17 = "Windows NT Advanced Server Setup Disk #17" , TAGFILE = disk17
- 18 = "Windows NT Advanced Server Setup Disk #18" , TAGFILE = disk18
- 19 = "Windows NT Advanced Server Setup Disk #19" , TAGFILE = disk19
- 20 = "Windows NT Advanced Server Setup Disk #20" , TAGFILE = disk20
- 21 = "Windows NT Advanced Server Setup Disk #21" , TAGFILE = disk21
- 22 = "Windows NT Advanced Server Setup Disk #22" , TAGFILE = disk22
- 23 = "Windows NT Advanced Server Setup Disk #23" , TAGFILE = disk23
- 24 = "Windows NT Advanced Server Setup Disk #24" , TAGFILE = disk24
- 25 = "Windows NT Advanced Server Setup Disk #25" , TAGFILE = disk25
- 26 = "Windows NT Advanced Server Setup Disk #26" , TAGFILE = disk26
- 27 = "Windows NT Advanced Server Setup Disk #27" , TAGFILE = disk27
- 28 = "Windows NT Advanced Server Setup Disk #28" , TAGFILE = disk28
- 29 = "Windows NT Advanced Server Setup Disk #29" , TAGFILE = disk29
- [ProductType]
- STF_PRODUCT = LanmanNT
- STF_PLATFORM = I386
- [Files-Inf]
- 2, oemsetup.inf, SIZE=1000, RENAME=$(!UG_Filename)
- [Files-STREAMS]
- 18,STREAMS.SYS , SIZE=149504 , NODELETESOURCE
- [LanguagesSupported]
- ENG
- [OptionsTextENG]
- STREAMS = "Streams Environment"
- [FileConstantsENG]
- ProCaption = "Windows NT Setup"
- ProCancel = "Cancel"
- ProCancelMsg = "Windows NT Networking is not correctly installed. "+
- "Are you sure you want to cancel copying files?"
- ProCancelCap = "Network Setup Message"
- ProText1 = "Copying:"
- ProText2 = "To:"
- ProductSTREAMSDescription = "Streams System Driver"
- ProductSTREAMSDisplayName = "Streams Environment"
- ProductSTREAMSTitle = "Streams Environment"
- ShellCodeErrorTitle = "Error: "$(FunctionTitle)
- ShellCodeErrorText = "Shell Code Error."
- StreamsAlreadyInstalled = "Streams Environment is already installed in the system."
- RefCountNotZeroMsg = "The Streams Environment is currently in use by other network protocols. Please removed all streams-based protocols first."
- [DialogConstantsENG]
- Help = "&Help"
- Exit = "Cancel"
- OK = "OK"
- HelpContext = ""
- Continue = "Continue"
- Cancel = "Cancel"
- [FileDependentDlgENG]
- [Billboard1ENG]
- Status = "Installing STREAMS and related services..."
-
-
-
-